From 944b3c274c23d4361d42115977af8224614f8819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:26:22 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-lit from 1.9.1 to 1.10.1 Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.9.1 to 1.10.1. - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.9.1...v1.10.1) --- updated-dependencies: - dependency-name: eslint-plugin-lit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a25491b6..0184f949 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint": "^8.49.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-lit": "^1.9.1", + "eslint-plugin-lit": "^1.10.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.30", "postcss-cli": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 3033790d..bc97f3ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4114,10 +4114,10 @@ eslint-plugin-import@^2.28.1: semver "^6.3.1" tsconfig-paths "^3.14.2" -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== +eslint-plugin-lit@^1.10.1: + version "1.10.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-lit/-/eslint-plugin-lit-1.10.1.tgz#c5195518aeed91249d72f3a131cfecc86e2869a9" + integrity sha512-3eH++xFpe6efd+TN6B9kW1coULdPyK+3fMNws378nbYQ/HiWIz0+jVcsaGVs9BbLt6kVkDxZmUGF4Ivx3BatkA== dependencies: parse5 "^6.0.1" parse5-htmlparser2-tree-adapter "^6.0.1"