From 07a5b494543b818fd56cae16833ad1ead38580d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:14:31 +0100 Subject: [PATCH] web: bump eslint-plugin-lit from 1.7.1 to 1.7.2 in /web (#4234) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 8cab76062..104feb427 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -57,7 +57,7 @@ "eslint": "^8.30.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6", - "eslint-plugin-lit": "^1.7.1", + "eslint-plugin-lit": "^1.7.2", "fuse.js": "^6.6.2", "lit": "^2.5.0", "mermaid": "^9.3.0", @@ -5321,9 +5321,9 @@ } }, "node_modules/eslint-plugin-lit": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.7.1.tgz", - "integrity": "sha512-25rB2FPesP/b1aadT18tNKV3POkSey4IQmSgKd238Pv163S0RO5J67Nzim8L7xq0KE9jGPjfgyOivyXZ0vN4vQ==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.7.2.tgz", + "integrity": "sha512-vkz9KvwVfHg7yDQCmokLGzUDypg683miswSw5xBiTszv4Qyus5/CgAK7U7dMgbVBa8G5wxHedY2zr9VCMNTaPQ==", "dependencies": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", @@ -14094,9 +14094,9 @@ "requires": {} }, "eslint-plugin-lit": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.7.1.tgz", - "integrity": "sha512-25rB2FPesP/b1aadT18tNKV3POkSey4IQmSgKd238Pv163S0RO5J67Nzim8L7xq0KE9jGPjfgyOivyXZ0vN4vQ==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.7.2.tgz", + "integrity": "sha512-vkz9KvwVfHg7yDQCmokLGzUDypg683miswSw5xBiTszv4Qyus5/CgAK7U7dMgbVBa8G5wxHedY2zr9VCMNTaPQ==", "requires": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", diff --git a/web/package.json b/web/package.json index 03d6b1fab..9aa2f63f0 100644 --- a/web/package.json +++ b/web/package.json @@ -100,7 +100,7 @@ "eslint": "^8.30.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6", - "eslint-plugin-lit": "^1.7.1", + "eslint-plugin-lit": "^1.7.2", "fuse.js": "^6.6.2", "lit": "^2.5.0", "mermaid": "^9.3.0",