Browse Source
Task/upgrade yahoo-finance2 to version 3.13.0 (#6263)
* Upgrade yahoo-finance2 to version 3.13.0
* Update changelog
main
Thomas Kaul
14 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 |
|
|
|
|
|
|
|
- Deprecated `transactionCount` in favor of `activitiesCount` in the endpoint `GET api/v1/admin` |
|
|
|
- Removed the deprecated `firstBuyDate` in the portfolio calculator |
|
|
|
- Upgraded `yahoo-finance2` from version `3.11.2` to `3.13.0` |
|
|
|
|
|
|
|
## 2.234.0 - 2026-01-30 |
|
|
|
|
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.27.0", |
|
|
|
"yahoo-finance2": "3.11.2", |
|
|
|
"yahoo-finance2": "3.13.0", |
|
|
|
"zone.js": "0.16.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
@ -35361,9 +35361,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2": { |
|
|
|
"version": "3.11.2", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.11.2.tgz", |
|
|
|
"integrity": "sha512-SIvMXjrOktBRD8m+qXAGCK+vR1vwBKuMgCnvmbxv29+t6LTDu0vAUxNYfbigsMRTmBzS4F9TQwbYF90g3Om4HA==", |
|
|
|
"version": "3.13.0", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.13.0.tgz", |
|
|
|
"integrity": "sha512-czBj2q/MD68YEsB7aXNnGhJvWxYZn01O5r/i7VYiQV2m2sWwhca6tKgjwf/LT7zHHEVxhKNiGLB46glLnmq9Ag==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
|
|
@ -132,7 +132,7 @@ |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.27.0", |
|
|
|
"yahoo-finance2": "3.11.2", |
|
|
|
"yahoo-finance2": "3.13.0", |
|
|
|
"zone.js": "0.16.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
|