From a848fb82382805e9bdca7b1f0b42899f930cb768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 03:00:09 +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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72dd9b30d..d15f27965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "cypress": "^13.17.0", "cypress-split": "^1.24.28", "eslint-plugin-cypress": "^3.6.0", - "eslint-webpack-plugin": "^5.0.2", + "eslint-webpack-plugin": "^5.0.3", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", "stylelint-webpack-plugin": "^5.1.0", @@ -11993,9 +11993,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": { @@ -12004,7 +12004,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" diff --git a/package.json b/package.json index da430dbf2..f26040048 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "cypress": "^13.17.0", "cypress-split": "^1.24.28", "eslint-plugin-cypress": "^3.6.0", - "eslint-webpack-plugin": "^5.0.2", + "eslint-webpack-plugin": "^5.0.3", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", "stylelint-webpack-plugin": "^5.1.0",