From 3d39184564f584be11aac5ac9733cacb5ab58512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 01:38:00 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-wc from 1.5.0 to 2.0.4 Bumps [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc) from 1.5.0 to 2.0.4. - [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md) - [Commits](https://github.com/43081j/eslint-plugin-wc/compare/v1.5.0...v2.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-wc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index da76c2103..cf17fdd5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-plugin-lit-a11y": "4.1.1", "eslint-plugin-local-rules": "2.0.0", "eslint-plugin-storybook": "0.6.15", - "eslint-plugin-wc": "1.5.0", + "eslint-plugin-wc": "2.0.4", "github-markdown-css": "5.3.0", "glob": "8.1.0", "husky": "8.0.3", @@ -17096,9 +17096,10 @@ "license": "ISC" }, "node_modules/eslint-plugin-wc": { - "version": "1.5.0", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.0.4.tgz", + "integrity": "sha512-ORu7MBv0hXIvq894EJad70m+AvHGbmrDdKT6lcgtCVVhEbuIAyxg0ilfqqqHOmsh8PfcUBeEae3y7CElKvm1KQ==", "dev": true, - "license": "MIT", "dependencies": { "is-valid-element-name": "^1.0.0", "js-levenshtein-esm": "^1.2.0" diff --git a/package.json b/package.json index ac713a670..683adcea2 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "eslint-plugin-lit-a11y": "4.1.1", "eslint-plugin-local-rules": "2.0.0", "eslint-plugin-storybook": "0.6.15", - "eslint-plugin-wc": "1.5.0", + "eslint-plugin-wc": "2.0.4", "github-markdown-css": "5.3.0", "glob": "8.1.0", "husky": "8.0.3",