Browse Source

Task/upgrade yahoo-finance2 to version 3.10.1 (#5956)

* Upgrade yahoo-finance2 to version 3.10.1

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

4
CHANGELOG.md

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the _OSS Gallery_ logo to the logo carousel on the landing page
### Changed
- Upgraded `yahoo-finance2` from version `3.10.0` to `3.10.1`
## 2.217.1 - 2025-11-16
### Added

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.0",
"yahoo-finance2": "3.10.1",
"zone.js": "0.15.1"
},
"devDependencies": {
@ -42027,9 +42027,9 @@
}
},
"node_modules/yahoo-finance2": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.10.0.tgz",
"integrity": "sha512-0mnvefEAapMS6M3tnqLmQlyE2W38AQqByaTS09l2dawLaVU7NNc0hJ4qI4F3qi3C7MU+ZWAb8DFVKpW6Zsj0Nw==",
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.10.1.tgz",
"integrity": "sha512-HATfcK24E8o9gmF/Mh8nL9EYuy45xBXeq7VInkd4ZeK3wBX0AwTQ3ktzjZXKvoGylPrQ3IKMbZl7t3lcbO8fQA==",
"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.0",
"yahoo-finance2": "3.10.1",
"zone.js": "0.15.1"
},
"devDependencies": {

Loading…
Cancel
Save