From acb3e5b107562354c6312fb29875ae2c07cca209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 04:44:04 +0000 Subject: [PATCH] chore(deps-dev): bump copy-webpack-plugin from 11.0.0 to 12.0.2 in /src Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 11.0.0 to 12.0.2. - [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/v11.0.0...v12.0.2) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index a5cf632f..3c537e3e 100644 --- a/src/package.json +++ b/src/package.json @@ -14,7 +14,7 @@ "build": "webpack --config webpack.config.prod.js" }, "devDependencies": { - "copy-webpack-plugin": "^11.0.0", + "copy-webpack-plugin": "^12.0.2", "html-webpack-plugin": "^5.6.0", "webpack": "^5.89.0", "webpack-cli": "^5.1.4",