From 27dfa84018b9bd878d76f130157c950f276f068a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:31:49 +0000 Subject: [PATCH] Chore(deps-dev): Bump eslint-webpack-plugin from 5.0.2 to 5.0.3 Bumps [eslint-webpack-plugin](https://github.com/webpack/eslint-webpack-plugin) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/webpack/eslint-webpack-plugin/releases) - [Changelog](https://github.com/webpack/eslint-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/eslint-webpack-plugin/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fa099543a..f2a191fa66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11508,9 +11508,9 @@ } }, "node_modules/eslint-webpack-plugin": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.2.tgz", - "integrity": "sha512-cB7EO2o+4gPUzK6zxgegSet8uu/hHwzOiG+2976MHWiwWFj9mmPbTrzlW0InFl6hl89S1D9MPKK5F7vNFpZc4g==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.3.tgz", + "integrity": "sha512-P2Id4RMSMQMwMEuw3W9x3n2qDbKPeD+tehWMY3ENFsoSPKNZ9i3WTZEsFE7NeQIpNebhNEGw8qorvpLVq1rK1g==", "dev": true, "license": "MIT", "dependencies": { @@ -11519,7 +11519,7 @@ "jest-worker": "^29.7.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", - "schema-utils": "^4.3.0" + "schema-utils": "^4.3.2" }, "engines": { "node": ">= 18.12.0"