From a332a465ef16ca682997611106d9b986d13ba9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:13:46 +0100 Subject: [PATCH] web: bump eslint-plugin-lit from 1.8.0 to 1.8.2 in /web (#4443) Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/43081j/eslint-plugin-lit/releases) - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.8.0...v1.8.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 22a290907..97ee28339 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.8.0", + "eslint-plugin-lit": "^1.8.2", "fuse.js": "^6.6.2", "lit": "^2.6.1", "mermaid": "^9.3.0", @@ -5281,9 +5281,9 @@ } }, "node_modules/eslint-plugin-lit": { - "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==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.8.2.tgz", + "integrity": "sha512-4mOGcSRNEPMh7AN2F7Iy6no36nuFgyYOsnTRhFw1k8xyy1Zm6QOp788ywDvJqy+eelFbLPBhq20Qr55a887Dmw==", "dependencies": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", @@ -14034,9 +14034,9 @@ "requires": {} }, "eslint-plugin-lit": { - "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==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.8.2.tgz", + "integrity": "sha512-4mOGcSRNEPMh7AN2F7Iy6no36nuFgyYOsnTRhFw1k8xyy1Zm6QOp788ywDvJqy+eelFbLPBhq20Qr55a887Dmw==", "requires": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", diff --git a/web/package.json b/web/package.json index 00d53fa89..ea6303341 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.8.0", + "eslint-plugin-lit": "^1.8.2", "fuse.js": "^6.6.2", "lit": "^2.6.1", "mermaid": "^9.3.0",