From 22cf58d219b967c62cf57fde4592170a17f15f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 22:29:49 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-lit to v1.12.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 12dbd02960..ec1e38f243 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-import-x": "0.5.0", - "eslint-plugin-lit": "1.11.0", + "eslint-plugin-lit": "1.12.0", "eslint-plugin-react": "7.34.1", "eslint-plugin-storybook": "0.8.0", "eslint-plugin-yml": "1.14.0", diff --git a/yarn.lock b/yarn.lock index aa107493e1..1d3bca0f6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5467,10 +5467,10 @@ eslint-plugin-import-x@0.5.0: minimatch "^9.0.3" semver "^7.6.0" -eslint-plugin-lit@1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.11.0.tgz#32fc1c58b476e5b9aa1c7b6ba9de295641bd4e9b" - integrity sha512-jVqy2juQTAtOzj1ILf+ZW5GpDobXlSw0kvpP2zu2r8ZbW7KISt7ikj1Gw9DhNeirEU1UlSJR0VIWpdr4lzjayw== +eslint-plugin-lit@1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.12.0.tgz#94f09cdf21a24cfbf65abacbd04b48e93ea9ed0c" + integrity sha512-wADj+b6ZksWs1qqASYBYzi4U6k0Tvhtp4GJupveZ7Z5IfVHMixxFueSSwIl/4ksov4jsahWbyHnhOpvJ5Z8M7w== dependencies: parse5 "^6.0.1" parse5-htmlparser2-tree-adapter "^6.0.1"