Browse Source
Task/upgrade yahoo-finance2 to version 3.13.1 (#6475)
* Upgrade yahoo-finance2 to version 3.13.1
* Update changelog
pull/6477/head
Lucas Macedo
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
11 additions and
5 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.13.0` to `3.13.1` |
|
|
|
|
|
|
|
## 2.246.0 - 2026-03-03 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"yahoo-finance2": "3.13.0", |
|
|
|
"yahoo-finance2": "3.13.1", |
|
|
|
"zone.js": "0.16.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
@ -35476,9 +35476,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2": { |
|
|
|
"version": "3.13.0", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.13.0.tgz", |
|
|
|
"integrity": "sha512-czBj2q/MD68YEsB7aXNnGhJvWxYZn01O5r/i7VYiQV2m2sWwhca6tKgjwf/LT7zHHEVxhKNiGLB46glLnmq9Ag==", |
|
|
|
"version": "3.13.1", |
|
|
|
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.13.1.tgz", |
|
|
|
"integrity": "sha512-kn3unY2OflG1NbeONedWxFDzq5QDyMYYAnr6VjRIOsMv5Q7ZXZZYFM8OadNZrOev4ikQjbYcMLLjogpVaez/vQ==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@deno/shim-deno": "~0.18.0", |
|
|
|
|
|
|
|
@ -134,7 +134,7 @@ |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"yahoo-finance2": "3.13.0", |
|
|
|
"yahoo-finance2": "3.13.1", |
|
|
|
"zone.js": "0.16.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
|