diff --git a/package-lock.json b/package-lock.json index 2cd28fe..1eae2fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "lodash": "^4.17.21", "schema-utils": "^4.2.0", "toml": "^3.0.0", - "wasm-pack": "0.12.1", + "wasm-pack": "^0.13.0", "which": "^4.0.0" }, "devDependencies": { @@ -9839,10 +9839,11 @@ } }, "node_modules/wasm-pack": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/wasm-pack/-/wasm-pack-0.12.1.tgz", - "integrity": "sha512-dIyKWUumPFsGohdndZjDXRFaokUT/kQS+SavbbiXVAvA/eN4riX5QNdB6AhXQx37zNxluxQkuixZUgJ8adKjOg==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/wasm-pack/-/wasm-pack-0.13.0.tgz", + "integrity": "sha512-AmboGZEnZoIcVCzSlkLEmNFEqJN+IwgshJ5S7pi30uNUTce4LvWkifQzsQRxnWj47G8gkqZxlyGlyQplsnIS7w==", "hasInstallScript": true, + "license": "MIT OR Apache-2.0", "dependencies": { "binary-install": "^1.0.1" }, diff --git a/package.json b/package.json index 45f6aa4..366cabf 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "lodash": "^4.17.21", "schema-utils": "^4.2.0", "toml": "^3.0.0", - "wasm-pack": "0.12.1", + "wasm-pack": "0.13.0", "which": "^4.0.0" }, "peerDependencies": {