From 34479b4ccd466056a1408f9e8f1b350bc81e44a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:57:21 +0000 Subject: [PATCH] build(deps): bump eslint-plugin-lit from 1.14.0 to 1.15.0 (#2200) Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/43081j/eslint-plugin-lit/releases) - [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.14.0...1.15.0) --- updated-dependencies: - dependency-name: eslint-plugin-lit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- 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 a3050f5f0..892749f5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-import-x": "^4.2.1", "eslint-plugin-json": "^4.0.1", - "eslint-plugin-lit": "^1.14.0", + "eslint-plugin-lit": "^1.15.0", "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-n": "^17.10.2", "eslint-plugin-promise": "^7.1.0", @@ -9473,9 +9473,9 @@ } }, "node_modules/eslint-plugin-lit": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.14.0.tgz", - "integrity": "sha512-J4w+CgO31621GreLFCdTUbTr5yeV2/RJ/M0myw0dykD5p9FGGIRLityQiNa6SG+JpVbmeQTQPJy4pNFmiurJ/w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.15.0.tgz", + "integrity": "sha512-Yhr2MYNz6Ln8megKcX503aVZQln8wsywCG49g0heiJ/Qr5UjkE4pGr4Usez2anNcc7NvlvHbQWMYwWcgH3XRKA==", "dev": true, "dependencies": { "parse5": "^6.0.1", @@ -29366,9 +29366,9 @@ } }, "eslint-plugin-lit": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.14.0.tgz", - "integrity": "sha512-J4w+CgO31621GreLFCdTUbTr5yeV2/RJ/M0myw0dykD5p9FGGIRLityQiNa6SG+JpVbmeQTQPJy4pNFmiurJ/w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.15.0.tgz", + "integrity": "sha512-Yhr2MYNz6Ln8megKcX503aVZQln8wsywCG49g0heiJ/Qr5UjkE4pGr4Usez2anNcc7NvlvHbQWMYwWcgH3XRKA==", "dev": true, "requires": { "parse5": "^6.0.1", diff --git a/package.json b/package.json index aae52d29f..946bd0e86 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-import-x": "^4.2.1", "eslint-plugin-json": "^4.0.1", - "eslint-plugin-lit": "^1.14.0", + "eslint-plugin-lit": "^1.15.0", "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-n": "^17.10.2", "eslint-plugin-promise": "^7.1.0",