From f5abc6d1ca13860440a9149f2cd1ee8703debe2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:46:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20@typ?= =?UTF-8?q?es/copy-webpack-plugin=20to=20v10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@gluons/plugin-copy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@gluons/plugin-copy/package.json b/packages/@gluons/plugin-copy/package.json index de7e57b..aa8e37f 100644 --- a/packages/@gluons/plugin-copy/package.json +++ b/packages/@gluons/plugin-copy/package.json @@ -41,6 +41,6 @@ }, "devDependencies": { "@gluons/vue-pack": "workspace:packages/@gluons/vue-pack", - "@types/copy-webpack-plugin": "^8.0.0" + "@types/copy-webpack-plugin": "^10.0.0" } }