From 3be2ed0009858e97d95838dfae42f3c46a084c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 12:40:20 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-webpack-plugin from 4.1.0 to 4.2.0 Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index aac5728..87cba9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1", - "eslint-webpack-plugin": "^4.1.0", + "eslint-webpack-plugin": "^4.2.0", "stylelint-webpack-plugin": "^5.0.1" }, "engines": { @@ -4974,12 +4974,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", @@ -4993,7 +4993,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 e7c2553..abb1c9a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1", - "eslint-webpack-plugin": "^4.1.0", + "eslint-webpack-plugin": "^4.2.0", "stylelint-webpack-plugin": "^5.0.1" } }