From d313f1576b3dba54adf1e9d025d3e81283b677e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:53:17 +0100 Subject: [PATCH] web: bump eslint-plugin-lit from 1.7.2 to 1.8.0 in /web (#4415) Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/43081j/eslint-plugin-lit/releases) - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-lit dependency-type: direct:production update-type: version-update:semver-minor ... 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 295c9c6d1..e75e92046 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -58,7 +58,7 @@ "eslint": "^8.31.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.7", - "eslint-plugin-lit": "^1.7.2", + "eslint-plugin-lit": "^1.8.0", "fuse.js": "^6.6.2", "lit": "^2.6.1", "mermaid": "^9.3.0", @@ -5281,9 +5281,9 @@ } }, "node_modules/eslint-plugin-lit": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.7.2.tgz", - "integrity": "sha512-vkz9KvwVfHg7yDQCmokLGzUDypg683miswSw5xBiTszv4Qyus5/CgAK7U7dMgbVBa8G5wxHedY2zr9VCMNTaPQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.8.0.tgz", + "integrity": "sha512-wY/Z4SksuTkpELl4okhXHBf63V44PV2n19/HOBa7cPH6g+yyzvIMpIZ26BQbzEC54GwwWoYtONY3WvAjMNV8Cg==", "dependencies": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", @@ -14031,9 +14031,9 @@ "requires": {} }, "eslint-plugin-lit": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.7.2.tgz", - "integrity": "sha512-vkz9KvwVfHg7yDQCmokLGzUDypg683miswSw5xBiTszv4Qyus5/CgAK7U7dMgbVBa8G5wxHedY2zr9VCMNTaPQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.8.0.tgz", + "integrity": "sha512-wY/Z4SksuTkpELl4okhXHBf63V44PV2n19/HOBa7cPH6g+yyzvIMpIZ26BQbzEC54GwwWoYtONY3WvAjMNV8Cg==", "requires": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", diff --git a/web/package.json b/web/package.json index aaac151ba..17e0e1ea1 100644 --- a/web/package.json +++ b/web/package.json @@ -102,7 +102,7 @@ "eslint": "^8.31.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.7", - "eslint-plugin-lit": "^1.7.2", + "eslint-plugin-lit": "^1.8.0", "fuse.js": "^6.6.2", "lit": "^2.6.1", "mermaid": "^9.3.0",