diff --git a/package.json b/package.json index 7f7ff0c8ea..91da97c07d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-config-google": "^0.14.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-lit": "^1.8.3", + "eslint-plugin-lit": "^1.9.1", "eslint-plugin-wc": "^1.5.0", "lerna": "^7.1.4", "nodemon": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 437e49d2fa..9c8a40eae0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3931,10 +3931,10 @@ eslint-plugin-import@^2.27.5: semver "^6.3.0" tsconfig-paths "^3.14.1" -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== +eslint-plugin-lit@^1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.9.1.tgz#40cdd1f8d1b565eb5e913eab159c88f6f947bb19" + integrity sha512-XFFVufVxYJwqRB9sLkDXB7SvV1xi9hrC4HRFEdX1h9+iZ3dm4x9uS7EuT9uaXs6zR3DEgcojia1F7pmvWbc4Gg== dependencies: parse5 "^6.0.1" parse5-htmlparser2-tree-adapter "^6.0.1"