diff --git a/CHANGELOG.md b/CHANGELOG.md index 775824fa6..1cff07f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added support for the cryptocurrency _Toncoin_ (`TON11419-USD`) + ### Changed +- Upgraded `ionicons` from version `7.1.0` to `7.3.0` +- Upgraded `yahoo-finance2` from version `2.10.0` to `2.11.0` - Upgraded `zone.js` from version `0.14.3` to `0.14.4` ## 2.66.3 - 2024-03-23 diff --git a/apps/api/src/assets/cryptocurrencies/custom.json b/apps/api/src/assets/cryptocurrencies/custom.json index ef08ca449..814aeec34 100644 --- a/apps/api/src/assets/cryptocurrencies/custom.json +++ b/apps/api/src/assets/cryptocurrencies/custom.json @@ -5,6 +5,7 @@ "LUNA2": "Terra", "SGB1": "Songbird", "SMURFCAT": "Real Smurf Cat", + "TON11419": "Toncoin", "UNI1": "Uniswap", "UNI7083": "Uniswap", "UST": "TerraUSD" diff --git a/package.json b/package.json index 63c55eeef..c2f38cf4c 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "got": "11.8.6", "helmet": "7.0.0", "http-status-codes": "2.3.0", - "ionicons": "7.1.0", + "ionicons": "7.3.0", "jsonpath": "1.1.1", "lodash": "4.17.21", "marked": "9.1.6", @@ -131,7 +131,7 @@ "svgmap": "2.6.0", "twitter-api-v2": "1.14.2", "uuid": "9.0.1", - "yahoo-finance2": "2.10.0", + "yahoo-finance2": "2.11.0", "zone.js": "0.14.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 473853b83..9e345f608 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5868,10 +5868,10 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@stencil/core@^2.18.0": - version "2.22.3" - resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.22.3.tgz#83987e20bba855c450f6d6780e3a20192603f13f" - integrity sha512-kmVA0M/HojwsfkeHsifvHVIYe4l5tin7J5+DLgtl8h6WWfiMClND5K3ifCXXI2ETDNKiEk21p6jql3Fx9o2rng== +"@stencil/core@^4.0.3": + version "4.13.0" + resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.13.0.tgz#31654b9c601ce8b74194903fe28ed4bcb66b576e" + integrity sha512-gg+gtBWekQ08mDja8GVAUHNu+rrFhQaKZDvfhnS3l/5JbYiJddTimuDPPhuc0sR0JZL1iRdJTJSa+JbvmnQ1cQ== "@storybook/addon-actions@7.6.5": version "7.6.5" @@ -12962,12 +12962,12 @@ invariant@^2.2.4: dependencies: loose-envify "^1.0.0" -ionicons@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.1.0.tgz#25daa91345acedcb0f4fb7da670f5aff2e1f266a" - integrity sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg== +ionicons@7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.3.0.tgz#d2385e87dbe6a8c79fd44fb2e7c87b0de4a2cbcb" + integrity sha512-l9quySYi+o4T6mFzhKRyU/1nKc2Zs0zxs7jWcq9iVRhRPQondV11jYqLTed0lVVXHfGrBCfnedKl9D6BCnA1UQ== dependencies: - "@stencil/core" "^2.18.0" + "@stencil/core" "^4.0.3" ioredis@^5.0.0: version "5.3.2" @@ -19441,10 +19441,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.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.10.0.tgz#90a9d7984e3b35a11fff9850c55d1cd322ddbee3" - integrity sha512-yKHjMEnFVkgIvgyxjsNAMLf4xGCKM+HzThorCNuCoE71yoie75lR+WTd0HshdCnb8tpsCclFaP045I+p6Mu6aA== +yahoo-finance2@2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/yahoo-finance2/-/yahoo-finance2-2.11.0.tgz#293ade36d2e969218ad38fc308abc11ca02c1fab" + integrity sha512-lQWjnf9cnfAEmpL9ymwabxjQxu1xT5jg03NYOYcpn0ObOx9oGk9hes6JDaCeIq/xT+xgMdPMupsgYxnAxfKyhw== dependencies: "@types/tough-cookie" "^4.0.2" ajv "8.10.0"