Browse Source
Feature/upgrade yahoo finance2 to version 2.3.7 (#1455)
* Upgrade yahoo-finance2 to version 2.3.7
* Update changelog
pull/1489/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package.json
-
yarn.lock
|
@ -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/), |
|
|
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). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Upgraded `yahoo-finance2` from version `2.3.6` to `2.3.7` |
|
|
|
|
|
|
|
|
## 1.213.0 - 14.11.2022 |
|
|
## 1.213.0 - 14.11.2022 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
@ -127,7 +127,7 @@ |
|
|
"svgmap": "2.6.0", |
|
|
"svgmap": "2.6.0", |
|
|
"twitter-api-v2": "1.10.3", |
|
|
"twitter-api-v2": "1.10.3", |
|
|
"uuid": "8.3.2", |
|
|
"uuid": "8.3.2", |
|
|
"yahoo-finance2": "2.3.6", |
|
|
"yahoo-finance2": "2.3.7", |
|
|
"zone.js": "0.11.8" |
|
|
"zone.js": "0.11.8" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
|
@ -19910,10 +19910,10 @@ y18n@^5.0.5: |
|
|
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" |
|
|
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" |
|
|
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== |
|
|
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== |
|
|
|
|
|
|
|
|
yahoo-finance2@2.3.6: |
|
|
yahoo-finance2@2.3.7: |
|
|
version "2.3.6" |
|
|
version "2.3.7" |
|
|
resolved "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-2.3.6.tgz" |
|
|
resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.3.7.tgz#eea258590f0acfecfcc472a86091c6f165462f2a" |
|
|
integrity sha512-qE4Nu4DY4XSAL+RzYXSaWFQBIYyBbMDaND1VoMGnmekWBGS8+/3GxfajXrzEfxxwFvT4tM/1i4G64OVxKE0EMA== |
|
|
integrity sha512-o5W3i9/anEiPJbn+lLVig/nBSSQuCFhvHojlcYc8e8LAZ3Qn7yDnpKgDgT3c4sQGd9ahFsb1r9/s2IvxoZ8eLA== |
|
|
dependencies: |
|
|
dependencies: |
|
|
ajv "8.10.0" |
|
|
ajv "8.10.0" |
|
|
ajv-formats "2.1.1" |
|
|
ajv-formats "2.1.1" |
|
|