Browse Source

Task/upgrade yahoo-finance2 to version 3.14.2 (#6955)

* Upgrade yahoo-finance2 to version 3.14.2

* Update changelog
pull/6952/head
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
5bf04c48f2
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

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extracted the floating action buttons (FAB) to a reusable component
- Upgraded `nestjs` from version `11.1.19` to `11.1.21`
- Upgraded `yahoo-finance2` from version `3.14.0` to `3.14.2`
## 3.5.0 - 2026-05-24

8
package-lock.json

@ -94,7 +94,7 @@
"svgmap": "2.19.3",
"tablemark": "4.1.0",
"twitter-api-v2": "1.29.0",
"yahoo-finance2": "3.14.0",
"yahoo-finance2": "3.14.2",
"zone.js": "0.16.1"
},
"devDependencies": {
@ -39885,9 +39885,9 @@
}
},
"node_modules/yahoo-finance2": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.14.0.tgz",
"integrity": "sha512-gsT/tqgeizKtMxbIIWFiFyuhM/6MZE4yEyNLmPekr88AX14JL2HWw0/QNMOR081jVtzTjihqDW0zV7IayH1Wcw==",
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.14.2.tgz",
"integrity": "sha512-s+F7TWQT7zAtjhfC7rFHEX16Xfq36u3wceysINP7V+esF3mAYyk9slxZU+fEdkxaTuCT0+PnikHdekMX4UPMrg==",
"license": "MIT",
"dependencies": {
"@deno/shim-deno": "~0.18.0",

2
package.json

@ -138,7 +138,7 @@
"svgmap": "2.19.3",
"tablemark": "4.1.0",
"twitter-api-v2": "1.29.0",
"yahoo-finance2": "3.14.0",
"yahoo-finance2": "3.14.2",
"zone.js": "0.16.1"
},
"devDependencies": {

Loading…
Cancel
Save