diff --git a/package-lock.json b/package-lock.json index 7ae6039..a172d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@wasm-tool/wasm-pack-plugin": "1.5.0", + "@wasm-tool/wasm-pack-plugin": "1.7.0", "html-webpack-plugin": "^5.6.0", "prettier": "3.3.3", "webpack": "^5.93.0", @@ -439,11 +439,10 @@ } }, "node_modules/@wasm-tool/wasm-pack-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.5.0.tgz", - "integrity": "sha512-qsGJ953zrXZdXW58cfYOh2nBXp0SYBsFhkxqh9p4JK8cXllEzHeRXoVO+qtgEB31+s1tsL8eda3Uy97W/7yOAg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.7.0.tgz", + "integrity": "sha512-WikzYsw7nTd5CZxH75h7NxM/FLJAgqfWt+/gk3EL3wYKxiIlpMIYPja+sHQl3ARiicIYy4BDfxkbAVjRYlouTA==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^2.4.1", "command-exists": "^1.2.7", diff --git a/package.json b/package.json index 98dd31d..f6f3523 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "serve": "webpack serve" }, "devDependencies": { - "@wasm-tool/wasm-pack-plugin": "1.5.0", + "@wasm-tool/wasm-pack-plugin": "1.7.0", "html-webpack-plugin": "^5.6.0", "prettier": "3.3.3", "webpack": "^5.93.0",