diff --git a/package-lock.json b/package-lock.json index 0bdcf39c2..3a7f53258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bytecodealliance/jco", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bytecodealliance/jco", - "version": "1.7.0", + "version": "1.7.1", "license": "(Apache-2.0 WITH LLVM-exception)", "workspaces": [ "packages/preview2-shim" @@ -14,7 +14,7 @@ "dependencies": { "@bytecodealliance/componentize-js": "^0.13.0", "@bytecodealliance/preview2-shim": "^0.17.0", - "binaryen": "^119.0.0", + "binaryen": "^120.0.0", "chalk-template": "^1", "commander": "^12", "mkdirp": "^3", @@ -1622,9 +1622,9 @@ } }, "node_modules/binaryen": { - "version": "119.0.0", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-119.0.0.tgz", - "integrity": "sha512-DTdcs8ijrj2OIEftWVPVkYsgJ8MzlYH+uSsC8156g88E7CNaG8kEfWNGSXxb3tPlzadrm6sD3mgSEKKZJu4Q3g==", + "version": "120.0.0", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-120.0.0.tgz", + "integrity": "sha512-MaNC1qW5ubk5S7MNNxNpAb9ivKp6TAf8CDknRk4XeCC2wkrpdaubK10S1CAwUXaDDF54gZLtk6opzbEA9VTtJw==", "license": "Apache-2.0", "bin": { "wasm-as": "bin/wasm-as", @@ -4820,7 +4820,7 @@ }, "packages/preview2-shim": { "name": "@bytecodealliance/preview2-shim", - "version": "0.17.0", + "version": "0.17.1", "license": "(Apache-2.0 WITH LLVM-exception)", "devDependencies": { "mocha": "^10.2.0"