From 661bcc94771833b5ae5dde4a1e82fad28fc73894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:59:45 +0000 Subject: [PATCH] Bump lit from 3.0.1 to 3.0.2 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.0.1 to 3.0.2. - [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.0.2/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 2fafc65a8b..cf5a59ff17 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "fscreen": "^1.2.0", "glightbox": "^3.2.0", "iframe-resizer": "^4.3.7", - "lit": "^3.0.1", + "lit": "^3.0.2", "node-polyglot": "^2.5.0", "sass": "^1.69.5", "tippy.js": "^6.3.7", diff --git a/yarn.lock b/yarn.lock index 7fd2f5363d..7d29271da7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6049,10 +6049,10 @@ lit@^2.0.0: lit-element "^3.3.0" lit-html "^2.8.0" -lit@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/lit/-/lit-3.0.1.tgz#bc9136cf9303ae8c23d0adcf7847c971cc94aee9" - integrity sha512-CYFv7/gwrs6bfPm299O9LD/HB4dgHvsEf/yqUOI//fi469i2OrT4xaptUcmhr05DNQEgsBFecFH8EJnN5So8oQ== +lit@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/lit/-/lit-3.0.2.tgz#e22e90c2cbcc3f37bf3c2558df66f3af4331c9cf" + integrity sha512-ZoVUPGgXOQocP4OvxehEOBmC4rWB4cRYDPaz7aFmH8DFytsCi/NeACbr4C6vNPGDEC07BrhUos7uVNayDKLQ2Q== dependencies: "@lit/reactive-element" "^2.0.0" lit-element "^4.0.0"