Browse Source
Feature/upgrade yahoo finance2 to version 2.3.1 (#844)
* Upgrade yahoo-finance2 to version 2.3.1
* Update changelog
pull/847/head
Thomas Kaul
3 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.0` to `2.3.1` |
|
|
|
|
|
|
|
|
## 1.139.0 - 18.04.2022 |
|
|
## 1.139.0 - 18.04.2022 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
@ -118,7 +118,7 @@ |
|
|
"tslib": "2.0.0", |
|
|
"tslib": "2.0.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.0", |
|
|
"yahoo-finance2": "2.3.1", |
|
|
"zone.js": "0.11.4" |
|
|
"zone.js": "0.11.4" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
|
@ -18836,10 +18836,10 @@ y18n@^5.0.5: |
|
|
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" |
|
|
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" |
|
|
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== |
|
|
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== |
|
|
|
|
|
|
|
|
yahoo-finance2@2.3.0: |
|
|
yahoo-finance2@2.3.1: |
|
|
version "2.3.0" |
|
|
version "2.3.1" |
|
|
resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.3.0.tgz#81bd76732dfd38aa5d7019a97caf0f938c0127c2" |
|
|
resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.3.1.tgz#d2cffbef78f6974e4e6a40487cc08ab133dc9fc5" |
|
|
integrity sha512-7oj8n/WJH9MtX+q99WbHdjEVPdobTX8IyYjg7v4sDOh4f9ByT2Frxmp+Uj+rctrO0EiiD9QWTuwV4h8AemGuCg== |
|
|
integrity sha512-QTXiiWgfrpVbSylchBgLqESZz+8+SyyDSqntjfZHxMIHa6d14xq+biNNDIeYd5SylcZ9Vt4zLmZXHN7EdLM1pA== |
|
|
dependencies: |
|
|
dependencies: |
|
|
ajv "8.10.0" |
|
|
ajv "8.10.0" |
|
|
ajv-formats "2.1.1" |
|
|
ajv-formats "2.1.1" |
|
|