Browse Source
Task/upgrade yahoo-finance2 to version 3.15.4 (#7204)
* Update yahoo-finance2 to version 3.15.4
* Update changelog
pull/7181/head^2
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the language localization by translating various tooltips across the application |
|
|
|
- Upgraded `yahoo-finance2` from version `3.14.3` to `3.15.4` |
|
|
|
|
|
|
|
## 3.19.1 - 2026-07-03 |
|
|
|
|
|
|
|
|
|
|
|
@ -95,7 +95,7 @@ |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"undici": "8.5.0", |
|
|
|
"yahoo-finance2": "3.15.3", |
|
|
|
"yahoo-finance2": "3.15.4", |
|
|
|
"zod": "4.4.3", |
|
|
|
"zone.js": "0.16.1" |
|
|
|
}, |
|
|
|
@ -35734,9 +35734,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2": { |
|
|
|
"version": "3.15.3", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.15.3.tgz", |
|
|
|
"integrity": "sha512-AFmVZ4ACg3QFT2a/hyJv4Scp2J45gm/6xetVgvUvXzZypqsqbgreXJad4i+qm0onj6yeCf2fPhvow7Eh0CwwzA==", |
|
|
|
"version": "3.15.4", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.15.4.tgz", |
|
|
|
"integrity": "sha512-90eOw76iqS//ksQGL4d/VcchbysnpWzFXVuiBtG7uuImlBDdxBA0BtccxCuTvVZDDu1aXm1TqBGc+MPr6wNkyQ==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"undici": "8.5.0", |
|
|
|
"yahoo-finance2": "3.15.3", |
|
|
|
"yahoo-finance2": "3.15.4", |
|
|
|
"zod": "4.4.3", |
|
|
|
"zone.js": "0.16.1" |
|
|
|
}, |
|
|
|
|