diff --git a/package-lock.json b/package-lock.json index 0db02b8f..ea63a8d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.2.0", "license": "MIT", "dependencies": { - "@nomicfoundation/slang": "1.3.0", + "@nomicfoundation/slang": "1.3.1", "@solidity-parser/parser": "^0.20.2", "semver": "^7.7.3" }, @@ -18,7 +18,7 @@ "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.1", "@types/jest": "^30.0.0", - "@types/node": "^25.0.0", + "@types/node": "^25.0.1", "@types/semver": "^7.7.1", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", @@ -34,7 +34,7 @@ "jest-snapshot-serializer-ansi": "^2.2.1", "jest-snapshot-serializer-raw": "^2.0.0", "jest-watch-typeahead": "^3.0.1", - "knip": "^5.73.0", + "knip": "^5.73.3", "lines-and-columns": "^2.0.4", "prettier": "^3.7.4", "solc": "^0.8.31", @@ -1540,12 +1540,12 @@ } }, "node_modules/@nomicfoundation/slang": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@nomicfoundation/slang/-/slang-1.3.0.tgz", - "integrity": "sha512-2PcwCF5cX2UjGi9cHd7E6XtLDaoyEVOTYt8WtOJ7GVpa68b+/sX0uFkb5/S67vxJb8eaVVFd2u6MTSVmE84QsQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@nomicfoundation/slang/-/slang-1.3.1.tgz", + "integrity": "sha512-gh0+JDjazmevEYCcwVgtuyfBJcV1209gIORZNRjUxbGzbQN0MOhQO9T0ptkzHKCf854gUy27SMxPbAyAu63fvQ==", "license": "MIT", "dependencies": { - "@bytecodealliance/preview2-shim": "0.17.2" + "@bytecodealliance/preview2-shim": "^0.17.2" } }, "node_modules/@oxc-resolver/binding-android-arm-eabi": { diff --git a/package.json b/package.json index b1574c33..d560b7a0 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.1", "@types/jest": "^30.0.0", - "@types/node": "^25.0.0", + "@types/node": "^25.0.1", "@types/semver": "^7.7.1", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", @@ -104,7 +104,7 @@ "jest-snapshot-serializer-ansi": "^2.2.1", "jest-snapshot-serializer-raw": "^2.0.0", "jest-watch-typeahead": "^3.0.1", - "knip": "^5.73.0", + "knip": "^5.73.3", "lines-and-columns": "^2.0.4", "prettier": "^3.7.4", "solc": "^0.8.31", @@ -115,7 +115,7 @@ "webpack-cli": "^6.0.1" }, "dependencies": { - "@nomicfoundation/slang": "1.3.0", + "@nomicfoundation/slang": "1.3.1", "@solidity-parser/parser": "^0.20.2", "semver": "^7.7.3" },