Browse Source
Feature/upgrade yahoo-finance2 to version 3.3.2 (#4721)
* Upgrade yahoo-finance2 to version 3.3.2
* Update changelog
pull/4725/head
Gadi Cohen
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
|
|
@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Improved the language localization for Italian (`it`) |
|
|
|
- Upgraded `countup.js` from version `2.8.0` to `2.8.2` |
|
|
|
- Upgraded `nestjs` from version `10.4.15` to `11.0.12` |
|
|
|
- Upgraded `yahoo-finance2` from version `2.11.3` to `3.3.1` |
|
|
|
- Upgraded `yahoo-finance2` from version `2.11.3` to `3.3.2` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"twitter-api-v2": "1.14.2", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.3.1", |
|
|
|
"yahoo-finance2": "3.3.2", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
@ -36091,9 +36091,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2": { |
|
|
|
"version": "3.3.1", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.1.tgz", |
|
|
|
"integrity": "sha512-hBXdhieq897OoAu2HxA4/Ca+XrYtPFLTtGzPRW5qKCd+nX1ahHID3tmvxVBBlDTeOesdp0wjO5uGJS+o4cnEMw==", |
|
|
|
"version": "3.3.2", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.2.tgz", |
|
|
|
"integrity": "sha512-KJLrcEwG+PFxe7L2iXe1R9icceFChENA+2EdFo/6GYIFVJR4YJD3MrjIsAYfGuzK531EjDLyT4KSlpIkaKhhgw==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
@ -135,7 +135,7 @@ |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"twitter-api-v2": "1.14.2", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.3.1", |
|
|
|
"yahoo-finance2": "3.3.2", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|