From 1ad34c2d7204524bd4ec46dbabb083535eb45a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 20:47:17 +0000 Subject: [PATCH] Bump @wasm-tool/wasm-pack-plugin from 1.3.1 to 1.3.2 (#1120) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 07454afd9b..141cf31b8f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "serve": "webpack-dev-server" }, "devDependencies": { - "@wasm-tool/wasm-pack-plugin": "^1.3.1", + "@wasm-tool/wasm-pack-plugin": "^1.3.2", "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 7e33171ff4..5f5b4ff3fd 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.1": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.3.1.tgz#eb8dbeeb3c0ce9af413347d3332485b9f5d4f103" - integrity sha512-8AXgN80fbbLvuROYuNsBow/MiK+VeNCzZ3WyCxwZKMIyISd1WwompVG0pLMypXd4rYnttsRyXvQqW3vDdoXZRg== +"@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== dependencies: chalk "^2.4.1" command-exists "^1.2.7"