From 1b6f0e3c6edfbec7a903d212dec658943b6011af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:27:24 +0000 Subject: [PATCH] chore(deps): bump big-integer from 1.6.51 to 1.6.52 Bumps [big-integer](https://github.com/peterolson/BigInteger.js) from 1.6.51 to 1.6.52. - [Release notes](https://github.com/peterolson/BigInteger.js/releases) - [Commits](https://github.com/peterolson/BigInteger.js/compare/v1.6.51...v1.6.52) --- updated-dependencies: - dependency-name: big-integer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/shared/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index 122fed34a98..8c787934d2f 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -9,7 +9,7 @@ "@iota/unit-converter": "^1.0.0-beta.30", "@iota/util.js": "^2.0.0-rc.1", "@sveltejs/svelte-virtual-list": "^3.0.1", - "big-integer": "^1.6.51", + "big-integer": "^1.6.52", "big.js": "^6.0.3", "lottie-web": "^5.7.8", "qrious": "^4.0.2", diff --git a/yarn.lock b/yarn.lock index 2ada036e993..fc2d4227a71 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2598,10 +2598,10 @@ batch@0.6.1: resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw== -big-integer@^1.6.51: - version "1.6.51" - resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" - integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== +big-integer@^1.6.51, big-integer@^1.6.52: + version "1.6.52" + resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85" + integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg== big.js@^5.2.2: version "5.2.2"