Browse Source
Task/upgrade yahoo-finance2 to version 3.10.2 (#5978)
* Upgrade yahoo-finance2 to version 3.10.2
* Update changelog
pull/5983/head
Thomas Kaul
6 days 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
|
|
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
- Resolved the data source of the `GHOSTFOLIO` data provider in the import functionality |
|
|
- Resolved the data source of the `GHOSTFOLIO` data provider in the import functionality |
|
|
- Refreshed the cryptocurrencies list |
|
|
- Refreshed the cryptocurrencies list |
|
|
- Improved the language localization for German (`de`) |
|
|
- Improved the language localization for German (`de`) |
|
|
|
|
|
- Upgraded `yahoo-finance2` from version `3.10.1` to `3.10.2` |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -90,7 +90,7 @@ |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
"uuid": "11.1.0", |
|
|
"uuid": "11.1.0", |
|
|
"yahoo-finance2": "3.10.1", |
|
|
"yahoo-finance2": "3.10.2", |
|
|
"zone.js": "0.15.1" |
|
|
"zone.js": "0.15.1" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
@ -42027,9 +42027,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/yahoo-finance2": { |
|
|
"node_modules/yahoo-finance2": { |
|
|
"version": "3.10.1", |
|
|
"version": "3.10.2", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.10.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.10.2.tgz", |
|
|
"integrity": "sha512-HATfcK24E8o9gmF/Mh8nL9EYuy45xBXeq7VInkd4ZeK3wBX0AwTQ3ktzjZXKvoGylPrQ3IKMbZl7t3lcbO8fQA==", |
|
|
"integrity": "sha512-MH4EdugRurygLTMd1UryPwfYR8aWSOeyh++JSarMrf+bROfvNGmE0lAi/C9TuTc3mH8ORuRdt+O9PEeCCmzTLg==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
@ -136,7 +136,7 @@ |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
"uuid": "11.1.0", |
|
|
"uuid": "11.1.0", |
|
|
"yahoo-finance2": "3.10.1", |
|
|
"yahoo-finance2": "3.10.2", |
|
|
"zone.js": "0.15.1" |
|
|
"zone.js": "0.15.1" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
|