From 6834b6476d24452491b3c60201d2cd20aa2eb8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:16:46 +0000 Subject: [PATCH] chore(deps): bump big.js from 6.2.2 to 7.0.1 in /packages/shared Bumps [big.js](https://github.com/MikeMcl/big.js) from 6.2.2 to 7.0.1. - [Changelog](https://github.com/MikeMcl/big.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/MikeMcl/big.js/compare/v6.2.2...v7.0.1) --- updated-dependencies: - dependency-name: big.js dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index 9090dd7305..7d3c0d8d63 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -10,7 +10,7 @@ "@iota/util.js": "^2.0.0-rc.1", "@sveltejs/svelte-virtual-list": "^3.0.1", "big-integer": "^1.6.51", - "big.js": "^6.0.3", + "big.js": "^7.0.1", "lottie-web": "^5.7.8", "qrious": "^4.0.2", "sha3": "^2.1.4",