diff --git a/package-lock.json b/package-lock.json index b37178b44..acaed602f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "cypress": "^13.17.0", "cypress-split": "^1.24.31", "eslint-plugin-cypress": "^3.6.0", - "eslint-webpack-plugin": "^5.0.3", + "eslint-webpack-plugin": "^6.0.0", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", "stylelint-webpack-plugin": "^5.1.0", @@ -12419,70 +12419,29 @@ } }, "node_modules/eslint-webpack-plugin": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.3.tgz", - "integrity": "sha512-P2Id4RMSMQMwMEuw3W9x3n2qDbKPeD+tehWMY3ENFsoSPKNZ9i3WTZEsFE7NeQIpNebhNEGw8qorvpLVq1rK1g==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-6.0.0.tgz", + "integrity": "sha512-x9m9cH0Rw0RNJB/utP9AMGzmuXg/yLP/FCHSVSfsyjQUyetXN4g1BaIqxkj1i3mVX48aOys0bsVt63LLfh6oYg==", "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", - "schema-utils": "^4.3.2" + "schema-utils": "^4.3.3" }, "engines": { - "node": ">= 18.12.0" + "node": ">= 20.9.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "eslint": "^8.0.0 || ^9.0.0", + "eslint": "^9.0.0 || ^10.0.0", "webpack": "^5.0.0" } }, - "node_modules/eslint-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/jest-worker": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", - "dev": true, - "dependencies": { - "@types/node": "*", - "jest-util": "^29.7.0", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/eslint/node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -13461,7 +13420,8 @@ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", "dev": true, - "license": "ISC" + "license": "ISC", + "peer": true }, "node_modules/floating-vue": { "version": "1.0.0-beta.19", diff --git a/package.json b/package.json index 38c930bcc..f9d7c5b36 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "cypress": "^13.17.0", "cypress-split": "^1.24.31", "eslint-plugin-cypress": "^3.6.0", - "eslint-webpack-plugin": "^5.0.3", + "eslint-webpack-plugin": "^6.0.0", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", "stylelint-webpack-plugin": "^5.1.0",