Browse Source

Bump @wasm-tool/wasm-pack-plugin from 1.3.2 to 1.3.3 (#1130)

Bumps [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/wasm-tool/wasm-pack-plugin/releases)
- [Commits](https://github.com/wasm-tool/wasm-pack-plugin/compare/v1.3.2...v1.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1044/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
a2e5dca156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 11
      yarn.lock

2
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",

11
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==

Loading…
Cancel
Save