diff --git a/package.json b/package.json index 4a9c4b0cae..973193f8c4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "serve": "webpack-dev-server" }, "devDependencies": { - "@wasm-tool/wasm-pack-plugin": "^1.3.3", + "@wasm-tool/wasm-pack-plugin": "^1.4.0", "bootstrap": "^4.6.0", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 837524c5e0..9cc44a9fba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -120,10 +120,10 @@ "@types/webpack-sources" "*" source-map "^0.6.0" -"@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== +"@wasm-tool/wasm-pack-plugin@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.4.0.tgz#752e4a6d8fe35477a3c6cafd2ac6b0351f692848" + integrity sha512-zQh0gA7E73dgwhUM9sXX2rsaXsdWUIdK1kMlEhds3oi6ASn+ePxhb/quZweoeo0SjxuETVb0iu+/nxUZ5HxsUQ== dependencies: chalk "^2.4.1" command-exists "^1.2.7"