diff --git a/package-lock.json b/package-lock.json index 26d981c3..1551be3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8055,9 +8055,10 @@ } }, "node_modules/big.js": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.1.tgz", - "integrity": "sha512-bCtHMwL9LeDIozFn+oNhhFoq+yQ3BNdnsLSASUxLciOb1vgvpHsIO1dsENiGMgbb4SkP5TrzWzRiLddn8ahVOQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.2.tgz", + "integrity": "sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==", + "license": "MIT", "engines": { "node": "*" }, @@ -19533,7 +19534,7 @@ "dependencies": { "@moonbeam-network/xcm-types": "2.5.0", "@moonbeam-network/xcm-utils": "2.2.0", - "big.js": "^6.2.1" + "big.js": "^6.2.2" }, "peerDependencies": { "@polkadot/api": "^14.1.1", @@ -19594,8 +19595,8 @@ "version": "2.2.0", "license": "MIT", "dependencies": { - "big.js": "^6.2.1", - "lru-cache": "^10.2.2" + "big.js": "^6.2.2", + "lru-cache": "^11.0.1" }, "devDependencies": { "@types/big.js": "^6.2.2" @@ -19607,10 +19608,12 @@ } }, "packages/utils/node_modules/lru-cache": { - "version": "10.2.2", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", + "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", "license": "ISC", "engines": { - "node": "14 || >=16.14" + "node": "20 || >=22" } } } diff --git a/packages/builder/package.json b/packages/builder/package.json index cb8dc955..4e685b05 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -51,7 +51,7 @@ "dependencies": { "@moonbeam-network/xcm-types": "2.5.0", "@moonbeam-network/xcm-utils": "2.2.0", - "big.js": "^6.2.1" + "big.js": "^6.2.2" }, "peerDependencies": { "@polkadot/api": "^14.1.1", diff --git a/packages/utils/package.json b/packages/utils/package.json index 9cfd3cf7..2e065622 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -50,8 +50,8 @@ "types": "./build/index.d.ts", "main": "./build/index.cjs", "dependencies": { - "big.js": "^6.2.1", - "lru-cache": "^10.2.2" + "big.js": "^6.2.2", + "lru-cache": "^11.0.1" }, "devDependencies": { "@types/big.js": "^6.2.2"