From fab4f43f784c3bb206c3432438827067ef24edf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 05:21:20 +0000 Subject: [PATCH] fix: bump copy-webpack-plugin from 13.0.1 to 14.0.0 Bumps [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin) from 13.0.1 to 14.0.0. - [Release notes](https://github.com/webpack/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-version: 14.0.0 dependency-type: direct:production 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 9b9dafd..bb5d0e0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "author": "LonoxX", "license": "GPL-3.0 license", "dependencies": { - "copy-webpack-plugin": "^13.0.1", + "copy-webpack-plugin": "^14.0.0", "css-loader": "^7.1.3", "html-loader": "^5.1.0", "html-webpack-plugin": "^5.6.6",