diff --git a/CHANGELOG.md b/CHANGELOG.md index 9764963fb..45aae62e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Introduced the allocations by market chart on the allocations page +### Changed + +- Upgraded `yahoo-finance2` from version `2.4.2` to `2.4.3` + ### Fixed - Fixed an issue in the public page diff --git a/package.json b/package.json index 6c886addc..8bdee7879 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "svgmap": "2.6.0", "twitter-api-v2": "1.14.2", "uuid": "9.0.0", - "yahoo-finance2": "2.4.2", + "yahoo-finance2": "2.4.3", "zone.js": "0.12.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 742b3f63f..ae2408f57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17558,10 +17558,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.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.4.2.tgz#b21ae13e20e9c9cb081011fb8a2d74b5d74cf210" - integrity sha512-Ze9UeW3vM/4thklQMbZNpvBWXf4Eys86QV2n2L21WqHJLvF2dedzVPGJJvRrslElI5UW4ry1x8QAUVfyPQm1TA== +yahoo-finance2@2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.4.3.tgz#be4099182dc0a2e2908779e04d7b802688c15f0e" + integrity sha512-LVcl+h4XBMe3N/l8BOZdDFoK7AGMiblSBE00dU9t2zB0Zfxa6QQMESnUkJ1m35RWBr8QXFJyJnToPt+qKiEQXQ== dependencies: "@types/tough-cookie" "^4.0.2" ajv "8.10.0"