From 5df0de79df207c1a582e85f116278820df63f08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:05:21 +0000 Subject: [PATCH] chore(deps): bump decimal.js from 10.5.0 to 10.6.0 Bumps [decimal.js](https://github.com/MikeMcl/decimal.js) from 10.5.0 to 10.6.0. - [Changelog](https://github.com/MikeMcl/decimal.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/MikeMcl/decimal.js/compare/v10.5.0...v10.6.0) --- updated-dependencies: - dependency-name: decimal.js dependency-version: 10.6.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7bb5c5ff..e92f7d9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4863,9 +4863,9 @@ debug@^3.1.0, debug@^3.2.7: ms "^2.1.1" decimal.js@^10.4.2: - version "10.5.0" - resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz" - integrity sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw== + version "10.6.0" + resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.6.0.tgz#e649a43e3ab953a72192ff5983865e509f37ed9a" + integrity sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg== decompress-response@^6.0.0: version "6.0.0"