diff --git a/package.json b/package.json index 1489a1275..82ed1fc4f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-config-google": "^0.14.0", "eslint-import-resolver-typescript": "^3.5.4", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-lit": "^1.8.2", + "eslint-plugin-lit": "^1.8.3", "eslint-plugin-wc": "^1.4.0", "lerna": "^6.6.1", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 53c7edbbb..6b1ec765c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3784,10 +3784,10 @@ eslint-plugin-import@^2.27.5: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-lit@^1.8.2: - version "1.8.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.8.2.tgz#e4ba34f641e7ffdde3c6004313a99dafd1945a43" - integrity sha512-4mOGcSRNEPMh7AN2F7Iy6no36nuFgyYOsnTRhFw1k8xyy1Zm6QOp788ywDvJqy+eelFbLPBhq20Qr55a887Dmw== +eslint-plugin-lit@^1.8.3: + version "1.8.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.8.3.tgz#f532c2947b503da62efe2d72372ad3df09b8afd4" + integrity sha512-wmeYfBnWPUChbdZagOhG519gaWz9Q7OGT/nCx3YVHuCCrW9q9u0p/IQueQeoaMojUqOSgM/22oSDOaBruYGqag== dependencies: parse5 "^6.0.1" parse5-htmlparser2-tree-adapter "^6.0.1"