From d15429ee1ba469d9601dd26acf3292c561fb8085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:31:59 +0000 Subject: [PATCH] Bump lit from 3.1.3 to 3.1.4 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.1.3 to 3.1.4. - [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@3.1.4/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-patch ... 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 3f29cdbeea..ae68a74720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@reduxjs/toolkit": "^2.2.5", "@vaadin/router": "^1.7.5", "firebase": "^10.12.2", - "lit": "^3.1.3", + "lit": "^3.1.4", "marked": "^12.0.2", "marked-gfm-heading-id": "^3.1.3", "pwa-helpers": "^0.9.1", @@ -16158,9 +16158,9 @@ "dev": true }, "node_modules/lit": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.3.tgz", - "integrity": "sha512-l4slfspEsnCcHVRTvaP7YnkTZEZggNFywLEIhQaGhYDczG+tu/vlgm/KaWIEjIp+ZyV20r2JnZctMb8LeLCG7Q==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.4.tgz", + "integrity": "sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==", "dependencies": { "@lit/reactive-element": "^2.0.4", "lit-element": "^4.0.4", @@ -33589,9 +33589,9 @@ } }, "lit": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.3.tgz", - "integrity": "sha512-l4slfspEsnCcHVRTvaP7YnkTZEZggNFywLEIhQaGhYDczG+tu/vlgm/KaWIEjIp+ZyV20r2JnZctMb8LeLCG7Q==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.4.tgz", + "integrity": "sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==", "requires": { "@lit/reactive-element": "^2.0.4", "lit-element": "^4.0.4", diff --git a/package.json b/package.json index 10bc0e6430..8112368944 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@reduxjs/toolkit": "^2.2.5", "@vaadin/router": "^1.7.5", "firebase": "^10.12.2", - "lit": "^3.1.3", + "lit": "^3.1.4", "marked": "^12.0.2", "marked-gfm-heading-id": "^3.1.3", "pwa-helpers": "^0.9.1",