From 25029d3ae49a6d8670a04d630176fabb4ee5007c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:02:04 +0000 Subject: [PATCH] chore(deps): update dependency copy-webpack-plugin to v12 --- star-wasm/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star-wasm/www/package.json b/star-wasm/www/package.json index 21c1012f..5f718c47 100644 --- a/star-wasm/www/package.json +++ b/star-wasm/www/package.json @@ -28,7 +28,7 @@ "star-wasm": "file:../pkg" }, "devDependencies": { - "copy-webpack-plugin": "11.0.0", + "copy-webpack-plugin": "12.0.0", "eslint": "8.49.0", "webpack": "5.88.2", "webpack-cli": "5.1.4"