From 39905e504602e3d4d44f4cef6698279eddffaed5 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 15 Nov 2022 21:33:22 +0100 Subject: [PATCH] Feature/upgrade yahoo finance2 to version 2.3.7 (#1455) * Upgrade yahoo-finance2 to version 2.3.7 * Update changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a98b2729..2ba9d442f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7ef2a718a..d7fce3e0f 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 3b521d4b6..e35f14e8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"