From 6ba8094b72ac1835c87b90bad8439d41acb0f477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 08:19:28 +0000 Subject: [PATCH] chore(deps-dev): bump copy-webpack-plugin Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.0.0 to 8.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/v8.0.0...v8.1.0) Signed-off-by: dependabot[bot] --- generators/client/templates/react/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 069df01af85..a814f2004b2 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -43,12 +43,12 @@ "@types/redux": "3.6.31", "@types/webpack-env": "1.16.0", "@typescript-eslint/eslint-plugin": "4.18.0", - "@typescript-eslint/parser": "4.18.0", + "@typescript-eslint/parser": "4.19.0", "autoprefixer": "10.2.5", "browser-sync": "2.26.14", "browser-sync-webpack-plugin": "2.3.0", "cache-loader": "4.1.0", - "copy-webpack-plugin": "8.0.0", + "copy-webpack-plugin": "8.1.0", "core-js": "3.9.1", "cross-env": "7.0.3", "css-loader": "5.1.3", @@ -87,7 +87,7 @@ "ts-jest": "26.5.4", "ts-loader": "8.0.18", "typescript": "4.2.3", - "webpack": "5.27.1", + "webpack": "5.27.2", "webpack-cli": "4.5.0", "webpack-dev-server": "3.11.2", "webpack-merge": "5.7.3",