diff --git a/package-lock.json b/package-lock.json index f47ce56..a750eb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/webpack-vue-config": "^6.0.1", "babel-loader": "^9.1.3", "eslint-config-standard": "^17.1.0", - "eslint-webpack-plugin": "^4.1.0", + "eslint-webpack-plugin": "^4.2.0", "node-polyfill-webpack-plugin": "^3.0.0", "sass": "^1.75.0", "sass-loader": "^13.3.2", @@ -6916,12 +6916,12 @@ } }, "node_modules/eslint-webpack-plugin": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-4.1.0.tgz", - "integrity": "sha512-C3wAG2jyockIhN0YRLuKieKj2nx/gnE/VHmoHemD5ifnAtY6ZU+jNPfzPoX4Zd6RIbUyWTiZUh/ofUlBhoAX7w==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz", + "integrity": "sha512-rsfpFQ01AWQbqtjgPRr2usVRxhWDuG0YDYcG8DJOteD3EFnpeuYuOwk0PQiN7PRBTqS6ElNdtPZPggj8If9WnA==", "dev": true, "dependencies": { - "@types/eslint": "^8.56.5", + "@types/eslint": "^8.56.10", "jest-worker": "^29.7.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -6935,7 +6935,7 @@ "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "eslint": "^8.0.0", + "eslint": "^8.0.0 || ^9.0.0", "webpack": "^5.0.0" } }, diff --git a/package.json b/package.json index d6fc1fa..ef5c217 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/webpack-vue-config": "^6.0.1", "babel-loader": "^9.1.3", "eslint-config-standard": "^17.1.0", - "eslint-webpack-plugin": "^4.1.0", + "eslint-webpack-plugin": "^4.2.0", "node-polyfill-webpack-plugin": "^3.0.0", "sass": "^1.75.0", "sass-loader": "^13.3.2",