From 57bade721c0f6b5c9e09f23127198b2803386560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:54:13 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2d5cfb99c9..65ab8630cc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "flatpickr": "^4.6.13", "fscreen": "^1.2.0", "glightbox": "^3.2.0", - "lit": "^3.2.0", + "lit": "^3.2.1", "node-polyglot": "^2.6.0", "sass": "^1.79.3", "tippy.js": "^6.3.7", diff --git a/yarn.lock b/yarn.lock index 7627b6caad..f771ed98d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6211,10 +6211,10 @@ lit-element@^4.1.0: dependencies: "@types/trusted-types" "^2.0.2" -"lit@^2.0.0 || ^3.0.0", lit@^3.0.0, lit@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/lit/-/lit-3.2.0.tgz#2189d72bccbc335f733a67bfbbd295f015e68e05" - integrity sha512-s6tI33Lf6VpDu7u4YqsSX78D28bYQulM+VAzsGch4fx2H0eLZnJsUBsPWmGYSGoKDNbjtRv02rio1o+UdPVwvw== +"lit@^2.0.0 || ^3.0.0", lit@^3.0.0, lit@^3.2.0, lit@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/lit/-/lit-3.2.1.tgz#d6dd15eac20db3a098e81e2c85f70a751ff55592" + integrity sha512-1BBa1E/z0O9ye5fZprPtdqnc0BFzxIxTTOO/tQFmyC/hj1O3jL4TfmLBw0WEwjAokdLwpclkvGgDJwTIh0/22w== dependencies: "@lit/reactive-element" "^2.0.4" lit-element "^4.1.0"