From d3e6486c08898bba40b69db2dfc3b7c19fe12090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:28:51 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-lit from 1.8.3 to 1.9.1 Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.8.3 to 1.9.1. - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.8.3...v1.9.1) --- updated-dependencies: - dependency-name: eslint-plugin-lit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87f62dfc4..cb4c9ef73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-import-resolver-typescript": "3.5.5", "eslint-plugin-html": "7.1.0", "eslint-plugin-import": "2.27.5", - "eslint-plugin-lit": "1.8.3", + "eslint-plugin-lit": "1.9.1", "eslint-plugin-lit-a11y": "4.1.0", "eslint-plugin-local-rules": "^2.0.0", "eslint-plugin-storybook": "0.6.15", @@ -16542,9 +16542,10 @@ } }, "node_modules/eslint-plugin-lit": { - "version": "1.8.3", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.9.1.tgz", + "integrity": "sha512-XFFVufVxYJwqRB9sLkDXB7SvV1xi9hrC4HRFEdX1h9+iZ3dm4x9uS7EuT9uaXs6zR3DEgcojia1F7pmvWbc4Gg==", "dev": true, - "license": "MIT", "dependencies": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", diff --git a/package.json b/package.json index b0bca7a86..23c2d1b42 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-import-resolver-typescript": "3.5.5", "eslint-plugin-html": "7.1.0", "eslint-plugin-import": "2.27.5", - "eslint-plugin-lit": "1.8.3", + "eslint-plugin-lit": "1.9.1", "eslint-plugin-lit-a11y": "4.1.0", "eslint-plugin-local-rules": "^2.0.0", "eslint-plugin-storybook": "0.6.15",