From ab65f5481991b08eee25f8d45274637bbbbdec74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:46:29 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-lit from 1.7.1 to 1.7.2 Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/43081j/eslint-plugin-lit/releases) - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: eslint-plugin-lit dependency-type: direct:development update-type: version-update:semver-patch ... 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 75fe083bb..fbf6abbf3 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-config-google": "~0.14.0", "eslint-import-resolver-typescript": "~3.5.2", "eslint-plugin-import": "~2.26.0", - "eslint-plugin-lit": "~1.7.1", + "eslint-plugin-lit": "~1.7.2", "eslint-plugin-wc": "~1.4.0", "lerna": "~6.1.0", "lit-analyzer": "~1.2.1", diff --git a/yarn.lock b/yarn.lock index cc2f07d47..b21348030 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4274,10 +4274,10 @@ eslint-plugin-import@~2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-lit@~1.7.1: - version "1.7.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.7.1.tgz#1ee1265aa41c1af764cd8cc8b65208186295d014" - integrity sha512-25rB2FPesP/b1aadT18tNKV3POkSey4IQmSgKd238Pv163S0RO5J67Nzim8L7xq0KE9jGPjfgyOivyXZ0vN4vQ== +eslint-plugin-lit@~1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.7.2.tgz#97d76a30c1c38f273dd289e1cf066b0b1db32173" + integrity sha512-vkz9KvwVfHg7yDQCmokLGzUDypg683miswSw5xBiTszv4Qyus5/CgAK7U7dMgbVBa8G5wxHedY2zr9VCMNTaPQ== dependencies: parse5 "^6.0.1" parse5-htmlparser2-tree-adapter "^6.0.1"