From f1fbeac494bbcd22edd07fbc224b61a95aecc980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:15:54 +0000 Subject: [PATCH] Bump lit from 3.2.0 to 3.2.1 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.2.0 to 3.2.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@3.2.1/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 f70b0fa326..d4af1d71dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@reduxjs/toolkit": "^2.2.7", "@vaadin/router": "^1.7.5", "firebase": "^10.13.1", - "lit": "^3.2.0", + "lit": "^3.2.1", "marked": "^12.0.2", "marked-gfm-heading-id": "^3.2.0", "pwa-helpers": "^0.9.1", @@ -16476,9 +16476,9 @@ "dev": true }, "node_modules/lit": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.2.0.tgz", - "integrity": "sha512-s6tI33Lf6VpDu7u4YqsSX78D28bYQulM+VAzsGch4fx2H0eLZnJsUBsPWmGYSGoKDNbjtRv02rio1o+UdPVwvw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.2.1.tgz", + "integrity": "sha512-1BBa1E/z0O9ye5fZprPtdqnc0BFzxIxTTOO/tQFmyC/hj1O3jL4TfmLBw0WEwjAokdLwpclkvGgDJwTIh0/22w==", "dependencies": { "@lit/reactive-element": "^2.0.4", "lit-element": "^4.1.0", @@ -34258,9 +34258,9 @@ } }, "lit": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.2.0.tgz", - "integrity": "sha512-s6tI33Lf6VpDu7u4YqsSX78D28bYQulM+VAzsGch4fx2H0eLZnJsUBsPWmGYSGoKDNbjtRv02rio1o+UdPVwvw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.2.1.tgz", + "integrity": "sha512-1BBa1E/z0O9ye5fZprPtdqnc0BFzxIxTTOO/tQFmyC/hj1O3jL4TfmLBw0WEwjAokdLwpclkvGgDJwTIh0/22w==", "requires": { "@lit/reactive-element": "^2.0.4", "lit-element": "^4.1.0", diff --git a/package.json b/package.json index 618ae145b1..b4563f8923 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@reduxjs/toolkit": "^2.2.7", "@vaadin/router": "^1.7.5", "firebase": "^10.13.1", - "lit": "^3.2.0", + "lit": "^3.2.1", "marked": "^12.0.2", "marked-gfm-heading-id": "^3.2.0", "pwa-helpers": "^0.9.1",