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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-16 10:13:46 +01:00 committed by GitHub
parent 8b16fed926
commit a332a465ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -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",

View File

@ -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",