Browse Source
Feature/upgrade yahoo-finance2 to version 3.8.0 (#5426)
* Upgrade yahoo-finance2 to version 3.8.0
* Update changelog
pull/5436/head^2
Thomas Kaul
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
13 additions and
6 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `yahoo-finance2` from version `3.6.4` to `3.8.0` |
|
|
|
|
|
|
|
## 2.195.0 - 2025-08-29 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -93,7 +93,7 @@ |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"twitter-api-v2": "1.23.0", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.6.4", |
|
|
|
"yahoo-finance2": "3.8.0", |
|
|
|
"zone.js": "0.15.1" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
@ -40823,18 +40823,19 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2": { |
|
|
|
"version": "3.6.4", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.6.4.tgz", |
|
|
|
"integrity": "sha512-IoMU8Hb4BEaNPVnamZjRBuorTGDbaaiV/tM/m3KI8dzwrR6BGmeuT40OX+5IqRiSkMlD8g0kAwGi9E4bY3rLvg==", |
|
|
|
"version": "3.8.0", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.8.0.tgz", |
|
|
|
"integrity": "sha512-em11JOlfSg23wevm4kXs1+A/CoSWD9eg7/hKRU3zKWuPknCfE4NkIhGVb601Nokid+KPE8Q0eoXK4qgLsMIjKA==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
"fetch-mock-cache": "npm:fetch-mock-cache@^2.1.3", |
|
|
|
"json-schema": "^0.4.0", |
|
|
|
"tough-cookie": "npm:tough-cookie@^5.1.1", |
|
|
|
"tough-cookie-file-store": "npm:tough-cookie-file-store@^2.0.3" |
|
|
|
}, |
|
|
|
"bin": { |
|
|
|
"yahoo-finance": "bin/yahoo-finance.mjs" |
|
|
|
"yahoo-finance": "esm/bin/yahoo-finance.js" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=20.0.0" |
|
|
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"twitter-api-v2": "1.23.0", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.6.4", |
|
|
|
"yahoo-finance2": "3.8.0", |
|
|
|
"zone.js": "0.15.1" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|