Browse Source
Feature/upgrade yahoo-finance2 to version 3.3.3 (#4736)
* Upgrade yahoo-finance2 to version 3.3.3
* Update changelog
pull/4732/head
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
6 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Upgraded `countup.js` from version `2.8.0` to `2.8.2` |
|
|
|
- Upgraded `nestjs` from version `10.4.15` to `11.0.12` |
|
|
|
- Upgraded `twitter-api-v2` from version `1.14.2` to `1.23.0` |
|
|
|
- Upgraded `yahoo-finance2` from version `2.11.3` to `3.3.2` |
|
|
|
- Upgraded `yahoo-finance2` from version `2.11.3` to `3.3.3` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"twitter-api-v2": "1.23.0", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.3.2", |
|
|
|
"yahoo-finance2": "3.3.3", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
@ -36091,9 +36091,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2": { |
|
|
|
"version": "3.3.2", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.2.tgz", |
|
|
|
"integrity": "sha512-KJLrcEwG+PFxe7L2iXe1R9icceFChENA+2EdFo/6GYIFVJR4YJD3MrjIsAYfGuzK531EjDLyT4KSlpIkaKhhgw==", |
|
|
|
"version": "3.3.3", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.3.tgz", |
|
|
|
"integrity": "sha512-H6BprlpMU5ieW1BszZiv1c/CHs11NFlnyfXp9UeV7uq8W5xf8xK/nIJwQoS9fdWqco0CTt8X7Gfj1xSnWtu0cQ==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
@ -135,7 +135,7 @@ |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"twitter-api-v2": "1.23.0", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.3.2", |
|
|
|
"yahoo-finance2": "3.3.3", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|