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
parent
commit
c6b6c110de
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

@ -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
- Refreshed the cryptocurrencies list
- Improved the language localization for German (`de`)
- Upgraded `yahoo-finance2` from version `3.10.1` to `3.10.2`
### Fixed

8
package-lock.json

@ -90,7 +90,7 @@
"tablemark": "4.1.0",
"twitter-api-v2": "1.27.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.10.1",
"yahoo-finance2": "3.10.2",
"zone.js": "0.15.1"
},
"devDependencies": {
@ -42027,9 +42027,9 @@
}
},
"node_modules/yahoo-finance2": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.10.1.tgz",
"integrity": "sha512-HATfcK24E8o9gmF/Mh8nL9EYuy45xBXeq7VInkd4ZeK3wBX0AwTQ3ktzjZXKvoGylPrQ3IKMbZl7t3lcbO8fQA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.10.2.tgz",
"integrity": "sha512-MH4EdugRurygLTMd1UryPwfYR8aWSOeyh++JSarMrf+bROfvNGmE0lAi/C9TuTc3mH8ORuRdt+O9PEeCCmzTLg==",
"license": "MIT",
"dependencies": {
"@deno/shim-deno": "~0.18.0",

2
package.json

@ -136,7 +136,7 @@
"tablemark": "4.1.0",
"twitter-api-v2": "1.27.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.10.1",
"yahoo-finance2": "3.10.2",
"zone.js": "0.15.1"
},
"devDependencies": {

Loading…
Cancel
Save