From f6d8a6d8ddb5c0db82a7014ef309bdb723357d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 02:27:52 +0000 Subject: [PATCH] build(deps-dev): bump eslint-webpack-plugin Bumps [eslint-webpack-plugin](/~https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.2.0 to 5.0.0. - [Release notes](/~https://github.com/webpack-contrib/eslint-webpack-plugin/releases) - [Changelog](/~https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](/~https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.2.0...v5.0.0) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- generators/react/resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/react/resources/package.json b/generators/react/resources/package.json index dc2059ef248..34578057565 100644 --- a/generators/react/resources/package.json +++ b/generators/react/resources/package.json @@ -53,7 +53,7 @@ "eslint-config-prettier": "10.0.2", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", - "eslint-webpack-plugin": "4.2.0", + "eslint-webpack-plugin": "5.0.0", "folder-hash": "4.1.1", "fork-ts-checker-webpack-plugin": "9.0.2", "html-webpack-plugin": "5.6.3",