From ac075766766e3f49cef30371414880d93abacd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:53:04 +0100 Subject: [PATCH] web: bump lit from 2.6.0 to 2.6.1 in /web (#4414) Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit@2.6.1/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 92ab64c6bc..295c9c6d10 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -60,7 +60,7 @@ "eslint-plugin-custom-elements": "0.0.7", "eslint-plugin-lit": "^1.7.2", "fuse.js": "^6.6.2", - "lit": "^2.6.0", + "lit": "^2.6.1", "mermaid": "^9.3.0", "moment": "^2.29.4", "prettier": "^2.8.2", @@ -6961,9 +6961,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "node_modules/lit": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.6.0.tgz", - "integrity": "sha512-GUKVozhomdYlFVuB4UNipbPB5RcXNX4ns43uDA1gSTZN1oHe7mnj05fpYbESxXfxg/Gn905HTIzymCFrr/cn3A==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.6.1.tgz", + "integrity": "sha512-DT87LD64f8acR7uVp7kZfhLRrHkfC/N4BVzAtnw9Yg8087mbBJ//qedwdwX0kzDbxgPccWRW6mFwGbRQIxy0pw==", "dependencies": { "@lit/reactive-element": "^1.6.0", "lit-element": "^3.2.0", @@ -15124,9 +15124,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lit": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.6.0.tgz", - "integrity": "sha512-GUKVozhomdYlFVuB4UNipbPB5RcXNX4ns43uDA1gSTZN1oHe7mnj05fpYbESxXfxg/Gn905HTIzymCFrr/cn3A==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.6.1.tgz", + "integrity": "sha512-DT87LD64f8acR7uVp7kZfhLRrHkfC/N4BVzAtnw9Yg8087mbBJ//qedwdwX0kzDbxgPccWRW6mFwGbRQIxy0pw==", "requires": { "@lit/reactive-element": "^1.6.0", "lit-element": "^3.2.0", diff --git a/web/package.json b/web/package.json index feb0327dc5..aaac151ba8 100644 --- a/web/package.json +++ b/web/package.json @@ -104,7 +104,7 @@ "eslint-plugin-custom-elements": "0.0.7", "eslint-plugin-lit": "^1.7.2", "fuse.js": "^6.6.2", - "lit": "^2.6.0", + "lit": "^2.6.1", "mermaid": "^9.3.0", "moment": "^2.29.4", "prettier": "^2.8.2",