From 9e490e61626428f614cc6af2f922475098f6c8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 04:49:45 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 6.4.1 to 13.0.0 Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.4.1 to 13.0.0. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.1...v13.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f0530b..8cd86f0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "adm-zip": "^0.5.16", "autoprefixer": "^9.8.8", "babel-loader": "^8.4.1", - "copy-webpack-plugin": "^6.4.1", + "copy-webpack-plugin": "^13.0.1", "cross-env": "^7.0.3", "css-loader": "^1.0.1", "electron": "^37.2.4",