From 707bfdd22f1ecce6e72c1353eae2bfd2c935138c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:54:33 +0000 Subject: [PATCH] chore(deps-dev): bump the lint-dependencies group with 1 update Bumps the lint-dependencies group with 1 update: [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc). - [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.0) --- updated-dependencies: - dependency-name: eslint-plugin-wc dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 34bd2039..096845ea 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-lit": "^1.9.1", - "eslint-plugin-wc": "^1.5.0", + "eslint-plugin-wc": "^2.0.0", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.29", diff --git a/yarn.lock b/yarn.lock index a454eb84..33e77b9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4070,10 +4070,10 @@ eslint-plugin-lit@^1.9.1: parse5-htmlparser2-tree-adapter "^6.0.1" requireindex "^1.2.0" -eslint-plugin-wc@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-1.5.0.tgz#7b8b1f126947c2a2cfd3188c593dde1f468affe9" - integrity sha512-KFSfiHDol/LeV7U6IX8GdgpGf/s3wG8FTG120Rml/hGNB/DkCuGYQhlf0VgdBdf7gweem8Nlsh5o64HNdj+qPA== +eslint-plugin-wc@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-wc/-/eslint-plugin-wc-2.0.0.tgz#63c7c509125a33291dda2420d4f9a512b6aa0e9b" + integrity sha512-7fS5IF/2mZZnyEhO6NKblLKTLzlRuC/hl+HxjwhG9dHYsY1BmFRG+J1+GqDynV7Fkb4Hsjbvqll/vvEs2J+hgw== dependencies: is-valid-element-name "^1.0.0" js-levenshtein-esm "^1.2.0"