diff --git a/package.json b/package.json index c386a286d8..4bad39a241 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "serve": "webpack-dev-server" }, "devDependencies": { - "@wasm-tool/wasm-pack-plugin": "^1.3.2", + "@wasm-tool/wasm-pack-plugin": "^1.3.3", "bootstrap": "^4.6.0", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 4826f16cdd..d40372978d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -120,14 +120,15 @@ "@types/webpack-sources" "*" source-map "^0.6.0" -"@wasm-tool/wasm-pack-plugin@^1.3.2": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.3.2.tgz#e0125e6469f695132c31aa84e32f1658f0667144" - integrity sha512-fEmCF1YVRbRRJp85eeoZhmUa1zcvnqRm4UnWkCcCHiGyhck6lD1RlfJfHRMd7IAMqyMqXfETszqPCGxwFRUMng== +"@wasm-tool/wasm-pack-plugin@^1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.3.3.tgz#682b07205929e98ef6766715a3c0594fc41d8482" + integrity sha512-CJuluHW6JbUJoNfHj1VGZj11IS4mPK8gMmfW+/EPNViFnrzcHt6a9csG+BTyh0lw4gnzME4/nzAM7ZEiRYTUfw== dependencies: chalk "^2.4.1" command-exists "^1.2.7" watchpack "^1.6.0" + which "^2.0.2" "@webassemblyjs/ast@1.11.0": version "1.11.0" @@ -3833,7 +3834,7 @@ which@^1.2.9: dependencies: isexe "^2.0.0" -which@^2.0.1: +which@^2.0.1, which@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==