From 8eedcf09ddf9a116e0bc4349bab0ad2c6e653bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:57:05 +0000 Subject: [PATCH] Chore(deps-dev): Bump eslint-webpack-plugin from 5.0.1 to 5.0.2 Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases) - [Changelog](https://github.com/webpack/eslint-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-version: 5.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e863a3631..da116d7df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "cypress": "^13.17.0", "cypress-split": "^1.24.22", "eslint-plugin-cypress": "^3.6.0", - "eslint-webpack-plugin": "^5.0.1", + "eslint-webpack-plugin": "^5.0.2", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", "stylelint-webpack-plugin": "^5.0.1", @@ -11225,13 +11225,14 @@ } }, "node_modules/eslint-webpack-plugin": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.1.tgz", - "integrity": "sha512-Ur100Vi+z0uP7j4Z8Ccah0pXmNHhl3f7P2hCYZj3mZCOSc33G5c1R/vZ4KCapwWikPgRyD4dkangx6JW3KaVFQ==", + "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==", "dev": true, "license": "MIT", "dependencies": { "@types/eslint": "^9.6.1", + "flatted": "^3.3.3", "jest-worker": "^29.7.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", @@ -12279,11 +12280,11 @@ } }, "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", + "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", "dev": true, - "peer": true + "license": "ISC" }, "node_modules/floating-vue": { "version": "1.0.0-beta.19", diff --git a/package.json b/package.json index e90f74960..888999a39 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "cypress": "^13.17.0", "cypress-split": "^1.24.22", "eslint-plugin-cypress": "^3.6.0", - "eslint-webpack-plugin": "^5.0.1", + "eslint-webpack-plugin": "^5.0.2", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", "stylelint-webpack-plugin": "^5.0.1",