From 31df960e9878807181d604b75de5a7e6dd52f167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:07:29 +0000 Subject: [PATCH] Bump eslint-plugin-lit from 1.6.1 to 1.12.0 Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.6.1 to 1.12.0. - [Release notes](https://github.com/43081j/eslint-plugin-lit/releases) - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.6.1...v1.12.0) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35bfd1b..78efd5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@typescript/lib-dom": "npm:@types/web@^0.0.72", "eslint": "^8.57.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-lit": "^1.6.1", + "eslint-plugin-lit": "^1.12.0", "prettier": "^3.2.5", "rollup-plugin-brotli": "^3.1.0", "sass": "^1.71.1", @@ -1437,9 +1437,9 @@ } }, "node_modules/eslint-plugin-lit": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.6.1.tgz", - "integrity": "sha512-BpPoWVhf8dQ/Sz5Pi9NlqbGoH5BcMcVyXhi2XTx2XGMAO9U2lS+GTSsqJjI5hL3OuxCicNiUEWXazAwi9cAGxQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.12.0.tgz", + "integrity": "sha512-wADj+b6ZksWs1qqASYBYzi4U6k0Tvhtp4GJupveZ7Z5IfVHMixxFueSSwIl/4ksov4jsahWbyHnhOpvJ5Z8M7w==", "dev": true, "dependencies": { "parse5": "^6.0.1", @@ -3816,9 +3816,9 @@ "requires": {} }, "eslint-plugin-lit": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.6.1.tgz", - "integrity": "sha512-BpPoWVhf8dQ/Sz5Pi9NlqbGoH5BcMcVyXhi2XTx2XGMAO9U2lS+GTSsqJjI5hL3OuxCicNiUEWXazAwi9cAGxQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.12.0.tgz", + "integrity": "sha512-wADj+b6ZksWs1qqASYBYzi4U6k0Tvhtp4GJupveZ7Z5IfVHMixxFueSSwIl/4ksov4jsahWbyHnhOpvJ5Z8M7w==", "dev": true, "requires": { "parse5": "^6.0.1", diff --git a/package.json b/package.json index 1b0a6fc..4f7a5d1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@typescript/lib-dom": "npm:@types/web@^0.0.72", "eslint": "^8.57.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-lit": "^1.6.1", + "eslint-plugin-lit": "^1.12.0", "prettier": "^3.2.5", "rollup-plugin-brotli": "^3.1.0", "sass": "^1.71.1",