Browse Source
Task/upgrade yahoo-finance2 to version 3.13.2 (#6477)
* Upgrade yahoo-finance2 to version 3.13.2
* Update changelog
pull/6478/head
Thomas Kaul
1 day 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
|
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Upgraded `yahoo-finance2` from version `3.13.0` to `3.13.1` |
|
|
- Upgraded `yahoo-finance2` from version `3.13.0` to `3.13.2` |
|
|
|
|
|
|
|
|
## 2.246.0 - 2026-03-03 |
|
|
## 2.246.0 - 2026-03-03 |
|
|
|
|
|
|
|
|
|
|
|
@ -89,7 +89,7 @@ |
|
|
"svgmap": "2.14.0", |
|
|
"svgmap": "2.14.0", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"yahoo-finance2": "3.13.1", |
|
|
"yahoo-finance2": "3.13.2", |
|
|
"zone.js": "0.16.0" |
|
|
"zone.js": "0.16.0" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
@ -35476,9 +35476,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/yahoo-finance2": { |
|
|
"node_modules/yahoo-finance2": { |
|
|
"version": "3.13.1", |
|
|
"version": "3.13.2", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.13.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.13.2.tgz", |
|
|
"integrity": "sha512-kn3unY2OflG1NbeONedWxFDzq5QDyMYYAnr6VjRIOsMv5Q7ZXZZYFM8OadNZrOev4ikQjbYcMLLjogpVaez/vQ==", |
|
|
"integrity": "sha512-aAOJEjuLClfDxVPRKxjcwFoyzMr8BE/svgUqr5IjnQR+kppYbKO92Wl3SbAGz5DRghy6FiUfqi5FBDSBA/e2jg==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
@ -134,7 +134,7 @@ |
|
|
"svgmap": "2.14.0", |
|
|
"svgmap": "2.14.0", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"yahoo-finance2": "3.13.1", |
|
|
"yahoo-finance2": "3.13.2", |
|
|
"zone.js": "0.16.0" |
|
|
"zone.js": "0.16.0" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
|