From 169b342bde9d538e211f91131eb431c4a608854f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:20:05 +0000 Subject: [PATCH] Bump eslint-plugin-wc from 2.2.0 to 3.0.1 Bumps [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc) from 2.2.0 to 3.0.1. - [Release notes](https://github.com/43081j/eslint-plugin-wc/releases) - [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md) - [Commits](https://github.com/43081j/eslint-plugin-wc/compare/2.2.0...3.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-wc dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 71ddebf..884b21a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@typescript-eslint/parser": "^5.61.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-unicorn": "^56.0.1", - "eslint-plugin-wc": "^2.2.0" + "eslint-plugin-wc": "^3.0.1" }, "devDependencies": { "@types/eslint": "^8.56.5", @@ -1262,13 +1262,13 @@ } }, "node_modules/eslint-plugin-wc": { - "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==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-3.0.1.tgz", + "integrity": "sha512-0p1wkSlA2Ue3FA4qW+5LZ+15sy0p1nUyVl1eyBMLq4rtN1LtE9IdI49BXNWMz8N8bM/y7Ulx8SWGAni5f8XO5g==", "license": "MIT", "dependencies": { "is-valid-element-name": "^1.0.0", - "js-levenshtein-esm": "^1.2.0" + "js-levenshtein-esm": "^2.0.0" }, "peerDependencies": { "eslint": ">=8.40.0" @@ -2022,9 +2022,10 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/js-levenshtein-esm": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/js-levenshtein-esm/-/js-levenshtein-esm-1.2.0.tgz", - "integrity": "sha512-fzreKVq1eD7eGcQr7MtRpQH94f8gIfhdrc7yeih38xh684TNMK9v5aAu2wxfIRMk/GpAJRrzcirMAPIaSDaByQ==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/js-levenshtein-esm/-/js-levenshtein-esm-2.0.0.tgz", + "integrity": "sha512-1n4LEPOL4wRXY8rOQcuA7Iuaphe5xCMayvufCzlLAi+hRsnBRDbSS6XPuV58CBVJxj5D9ApFLyjQ7KzFToyHBw==", + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index 2f893d0..e7af828 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "^5.61.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-unicorn": "^56.0.1", - "eslint-plugin-wc": "^2.2.0" + "eslint-plugin-wc": "^3.0.1" }, "devDependencies": { "@types/eslint": "^8.56.5",