Skip to content

Commit

Permalink
Bump @wasm-tool/wasm-pack-plugin from 1.3.2 to 1.3.3 (#1130)
Browse files Browse the repository at this point in the history
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](wasm-tool/wasm-pack-plugin@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>
  • Loading branch information
dependabot[bot] authored Feb 16, 2021
1 parent 4f5927e commit a2e5dca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit a2e5dca

Please sign in to comment.