From 450fb13ad3d03311f9cd1cd609c797292cb32221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 05:59:23 +0000 Subject: [PATCH] Bump eslint-webpack-plugin from 2.7.0 to 5.0.2 Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.7.0 to 5.0.2. - [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/v2.7.0...v5.0.2) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-version: 5.0.2 dependency-type: direct:development 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 16761009a..f1950f622 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "es3ify-loader": "^0.2.0", "eslint": "^7.11.0", "eslint-plugin-import": "^2.22.1", - "eslint-webpack-plugin": "^2.1.0", + "eslint-webpack-plugin": "^5.0.2", "express": "^4.17.1", "fs-extra": "^11.1.1", "get-pixels": "^3.3.2",