Browse Source

Feature/upgrade yahoo-finance2 to version 3.3.4 (#4755)

* Upgrade yahoo-finance2 to version 3.3.4

* Update changelog
pull/4760/head
Thomas Kaul 1 month ago
committed by GitHub
parent
commit
9122b674ca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for Italian (`it`)
- Improved the language localization for Turkish (`tr`)
- Upgraded `yahoo-finance2` from version `3.3.3` to `3.3.4`
## 2.162.1 - 2025-05-24

8
package-lock.json

@ -89,7 +89,7 @@
"svgmap": "2.12.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.3.3",
"yahoo-finance2": "3.3.4",
"zone.js": "0.15.0"
},
"devDependencies": {
@ -36101,9 +36101,9 @@
}
},
"node_modules/yahoo-finance2": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.3.tgz",
"integrity": "sha512-H6BprlpMU5ieW1BszZiv1c/CHs11NFlnyfXp9UeV7uq8W5xf8xK/nIJwQoS9fdWqco0CTt8X7Gfj1xSnWtu0cQ==",
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.4.tgz",
"integrity": "sha512-LusAnc5R/5t0x/uhXdwLMzC/Q15Ekc2VGRpS21mL8XpTsrgnKEYmx12UlammXjna9S2Y+pFkST7TYZTDH7gn0w==",
"license": "MIT",
"dependencies": {
"@deno/shim-deno": "~0.18.0",

2
package.json

@ -135,7 +135,7 @@
"svgmap": "2.12.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.3.3",
"yahoo-finance2": "3.3.4",
"zone.js": "0.15.0"
},
"devDependencies": {

Loading…
Cancel
Save