From fc2e33f22a225c5be17002de9ad1d621f1f53b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 05:04:03 +0000 Subject: [PATCH] chore(deps-dev): bump copy-webpack-plugin Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 9.0.1 to 9.1.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/v9.0.1...v9.1.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- generators/client/templates/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 589e20188d3..3804346535e 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -42,7 +42,7 @@ "autoprefixer": "10.4.0", "browser-sync": "2.27.7", "browser-sync-webpack-plugin": "2.3.0", - "copy-webpack-plugin": "9.0.1", + "copy-webpack-plugin": "9.1.0", "core-js": "3.19.1", "cross-env": "7.0.3", "css-loader": "6.5.1",