Browse Source
Feature/upgrade yahoo-finance2 to version 3.6.4 (#5389)
* Upgrade yahoo-finance2 to version 3.6.4
* Update changelog
pull/5392/head
Thomas Kaul
15 hours 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
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the error handling in data providers |
|
|
- Improved the error handling in data providers |
|
|
|
|
|
- Upgraded `yahoo-finance2` from version `3.4.1` to `3.6.4` |
|
|
|
|
|
|
|
|
## 2.192.0 - 2025-08-21 |
|
|
## 2.192.0 - 2025-08-21 |
|
|
|
|
|
|
|
|
|
@ -93,7 +93,7 @@ |
|
|
"svgmap": "2.12.2", |
|
|
"svgmap": "2.12.2", |
|
|
"twitter-api-v2": "1.23.0", |
|
|
"twitter-api-v2": "1.23.0", |
|
|
"uuid": "11.1.0", |
|
|
"uuid": "11.1.0", |
|
|
"yahoo-finance2": "3.4.1", |
|
|
"yahoo-finance2": "3.6.4", |
|
|
"zone.js": "0.15.1" |
|
|
"zone.js": "0.15.1" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
@ -40601,9 +40601,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/yahoo-finance2": { |
|
|
"node_modules/yahoo-finance2": { |
|
|
"version": "3.4.1", |
|
|
"version": "3.6.4", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.4.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.6.4.tgz", |
|
|
"integrity": "sha512-L8Ubmdsn6f+uJEuEDUUHR5n95TFcGkMiMkV0phmvPONFekAn1vWzsEzGfIDG2ODR7aYBB+aURdQg7a3HX2iUHA==", |
|
|
"integrity": "sha512-IoMU8Hb4BEaNPVnamZjRBuorTGDbaaiV/tM/m3KI8dzwrR6BGmeuT40OX+5IqRiSkMlD8g0kAwGi9E4bY3rLvg==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
@ -139,7 +139,7 @@ |
|
|
"svgmap": "2.12.2", |
|
|
"svgmap": "2.12.2", |
|
|
"twitter-api-v2": "1.23.0", |
|
|
"twitter-api-v2": "1.23.0", |
|
|
"uuid": "11.1.0", |
|
|
"uuid": "11.1.0", |
|
|
"yahoo-finance2": "3.4.1", |
|
|
"yahoo-finance2": "3.6.4", |
|
|
"zone.js": "0.15.1" |
|
|
"zone.js": "0.15.1" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|