diff --git a/package-lock.json b/package-lock.json index 1cd2a12f55..8042629825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "eslint-plugin-vitest-globals": "1.5.0", "eslint-plugin-vue": "9.28.0", "eslint-plugin-vue-scoped-css": "2.8.1", - "eslint-plugin-wc": "2.1.1", + "eslint-plugin-wc": "2.2.0", "happy-dom": "15.7.4", "license-checker-rseidelsohn": "4.4.2", "markdownlint-cli": "0.42.0", @@ -9308,9 +9308,9 @@ } }, "node_modules/eslint-plugin-wc": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.1.1.tgz", - "integrity": "sha512-GfJo05ZgWfwAFbW6Gkf+9CMOIU6fmbd3b4nm+PKESHgUdUTmi7vawlELCrzOhdiQjXUPZxDfFIVxYt9D/v/GdQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.2.0.tgz", + "integrity": "sha512-kjPp+aXz23fOl0JZJOJS+6adwhEv98KjZ2FJqWpc4vtmk4Oenz/JJmmNZrGSARgtyR0BLIF/kVWC6GSlHA+5MA==", "dev": true, "license": "MIT", "dependencies": { @@ -9318,7 +9318,7 @@ "js-levenshtein-esm": "^1.2.0" }, "peerDependencies": { - "eslint": ">=5" + "eslint": ">=8.40.0" } }, "node_modules/eslint-rule-documentation": { diff --git a/package.json b/package.json index 5a36db607c..588ca34604 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-vitest-globals": "1.5.0", "eslint-plugin-vue": "9.28.0", "eslint-plugin-vue-scoped-css": "2.8.1", - "eslint-plugin-wc": "2.1.1", + "eslint-plugin-wc": "2.2.0", "happy-dom": "15.7.4", "license-checker-rseidelsohn": "4.4.2", "markdownlint-cli": "0.42.0",