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
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 |
|
|
|
|
|
|
|
|
- Extracted the floating action buttons (FAB) to a reusable component |
|
|
- Extracted the floating action buttons (FAB) to a reusable component |
|
|
- Upgraded `nestjs` from version `11.1.19` to `11.1.21` |
|
|
- 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 |
|
|
## 3.5.0 - 2026-05-24 |
|
|
|
|
|
|
|
|
|
|
|
@ -94,7 +94,7 @@ |
|
|
"svgmap": "2.19.3", |
|
|
"svgmap": "2.19.3", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"yahoo-finance2": "3.14.0", |
|
|
"yahoo-finance2": "3.14.2", |
|
|
"zone.js": "0.16.1" |
|
|
"zone.js": "0.16.1" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
@ -39885,9 +39885,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/yahoo-finance2": { |
|
|
"node_modules/yahoo-finance2": { |
|
|
"version": "3.14.0", |
|
|
"version": "3.14.2", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.14.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.14.2.tgz", |
|
|
"integrity": "sha512-gsT/tqgeizKtMxbIIWFiFyuhM/6MZE4yEyNLmPekr88AX14JL2HWw0/QNMOR081jVtzTjihqDW0zV7IayH1Wcw==", |
|
|
"integrity": "sha512-s+F7TWQT7zAtjhfC7rFHEX16Xfq36u3wceysINP7V+esF3mAYyk9slxZU+fEdkxaTuCT0+PnikHdekMX4UPMrg==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
@ -138,7 +138,7 @@ |
|
|
"svgmap": "2.19.3", |
|
|
"svgmap": "2.19.3", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"yahoo-finance2": "3.14.0", |
|
|
"yahoo-finance2": "3.14.2", |
|
|
"zone.js": "0.16.1" |
|
|
"zone.js": "0.16.1" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
|