Browse Source
Feature/upgrade yahoo-finance2 to version 3.3.5 (#4777)
* Upgrade yahoo-finance2 to version 3.3.5
* Update changelog
pull/4778/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
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Improved the language localization for Polish (`pl`) |
|
|
|
- Improved the language localization for Spanish (`es`) |
|
|
|
- Upgraded `Node.js` from version `20` to `22` (`Dockerfile`) |
|
|
|
- Upgraded `yahoo-finance2` from version `3.3.4` to `3.3.5` |
|
|
|
|
|
|
|
## 2.163.0 - 2025-05-26 |
|
|
|
|
|
|
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"twitter-api-v2": "1.23.0", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.3.4", |
|
|
|
"yahoo-finance2": "3.3.5", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
@ -36101,9 +36101,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2": { |
|
|
|
"version": "3.3.4", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.4.tgz", |
|
|
|
"integrity": "sha512-LusAnc5R/5t0x/uhXdwLMzC/Q15Ekc2VGRpS21mL8XpTsrgnKEYmx12UlammXjna9S2Y+pFkST7TYZTDH7gn0w==", |
|
|
|
"version": "3.3.5", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.5.tgz", |
|
|
|
"integrity": "sha512-rLsoKpxOGD5x2aT62mfF89yFBKBUNM3RMttvW4JuLH1K0JgADwyOfBm3zJzl4zLFoSOnqeOjRvlhhF59R6X3HA==", |
|
|
|
"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.4", |
|
|
|
"yahoo-finance2": "3.3.5", |
|
|
|
"zone.js": "0.15.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|