diff --git a/CHANGELOG.md b/CHANGELOG.md index 4103287cd..63ac12cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the dynamic numerical precision for various values in the account detail dialog on mobile - Improved the dynamic numerical precision for various values in the holding detail dialog on mobile +- Upgraded `@internationalized/number` from version `3.6.6` to `3.6.7` ### Fixed diff --git a/package-lock.json b/package-lock.json index 467dfcd0b..14bc7c595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@bull-board/nestjs": "7.2.1", "@codewithdan/observable-store": "2.2.15", "@date-fns/utc": "2.1.1", - "@internationalized/number": "3.6.6", + "@internationalized/number": "3.6.7", "@ionic/angular": "8.8.5", "@keyv/redis": "5.1.6", "@nestjs/bull": "11.0.4", @@ -5003,9 +5003,9 @@ } }, "node_modules/@internationalized/number": { - "version": "3.6.6", - "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.6.tgz", - "integrity": "sha512-iFgmQaXHE0vytNfpLZWOC2mEJCBRzcUxt53Xf/yCXG93lRvqas237i3r7X4RKMwO3txiyZD4mQjKAByFv6UGSQ==", + "version": "3.6.7", + "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.7.tgz", + "integrity": "sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" diff --git a/package.json b/package.json index 7166ecd46..6b7c5a1c2 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@bull-board/nestjs": "7.2.1", "@codewithdan/observable-store": "2.2.15", "@date-fns/utc": "2.1.1", - "@internationalized/number": "3.6.6", + "@internationalized/number": "3.6.7", "@ionic/angular": "8.8.5", "@keyv/redis": "5.1.6", "@nestjs/bull": "11.0.4",