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
parent 7cd3f235df
commit 39905e5046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 `2.3.6` to `2.3.7`
## 1.213.0 - 14.11.2022
### Added

@ -127,7 +127,7 @@
"svgmap": "2.6.0",
"twitter-api-v2": "1.10.3",
"uuid": "8.3.2",
"yahoo-finance2": "2.3.6",
"yahoo-finance2": "2.3.7",
"zone.js": "0.11.8"
},
"devDependencies": {

@ -19910,10 +19910,10 @@ y18n@^5.0.5:
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
yahoo-finance2@2.3.6:
version "2.3.6"
resolved "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-2.3.6.tgz"
integrity sha512-qE4Nu4DY4XSAL+RzYXSaWFQBIYyBbMDaND1VoMGnmekWBGS8+/3GxfajXrzEfxxwFvT4tM/1i4G64OVxKE0EMA==
yahoo-finance2@2.3.7:
version "2.3.7"
resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.3.7.tgz#eea258590f0acfecfcc472a86091c6f165462f2a"
integrity sha512-o5W3i9/anEiPJbn+lLVig/nBSSQuCFhvHojlcYc8e8LAZ3Qn7yDnpKgDgT3c4sQGd9ahFsb1r9/s2IvxoZ8eLA==
dependencies:
ajv "8.10.0"
ajv-formats "2.1.1"

Loading…
Cancel
Save