From 42d32ed652f6df552ad4cc0e914787e2e76fe7da Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:57:41 +0200 Subject: [PATCH] Feature/upgrade yahoo finance2 to version 2.3.6 (#1245) * Upgrade yahoo-finance2 to version 2.3.6 * 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 faba30b56..916edcdb5 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.3` to `2.3.6` + ## 1.191.0 - 10.09.2022 ### Changed diff --git a/package.json b/package.json index 1ba435d5c..209fa0e0c 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "svgmap": "2.6.0", "twitter-api-v2": "1.10.3", "uuid": "8.3.2", - "yahoo-finance2": "2.3.3", + "yahoo-finance2": "2.3.6", "zone.js": "0.11.8" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8a8740a6f..5f9f2f169 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20374,10 +20374,10 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== -yahoo-finance2@2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.3.3.tgz#a3b537f3bec31b99f075aa44125c9520a42cdfe3" - integrity sha512-qvgo5tFkrYRh1anbTargIY7Fa7FRiYZfb+iTnY1SUfBZ9HP8OvreTYDfLz/1w23PGgFi4w9uysGEwVrUVZ5Hlw== +yahoo-finance2@2.3.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.3.6.tgz#4ba27d33385f5520752e96da3cf4df93ad26ce7a" + integrity sha512-qE4Nu4DY4XSAL+RzYXSaWFQBIYyBbMDaND1VoMGnmekWBGS8+/3GxfajXrzEfxxwFvT4tM/1i4G64OVxKE0EMA== dependencies: ajv "8.10.0" ajv-formats "2.1.1"