From eaa71f137454f98a50baa8dea242a98491360b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:39:50 +0000 Subject: [PATCH] Bump lit from 3.0.0 to 3.0.1 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.0.0 to 3.0.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.0.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 5e00d826f8..2fafc65a8b 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.0", + "lit": "^3.0.1", "node-polyglot": "^2.5.0", "sass": "^1.69.5", "tippy.js": "^6.3.7", diff --git a/yarn.lock b/yarn.lock index 72bdff0ecc..7fd2f5363d 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.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lit/-/lit-3.0.0.tgz#204bd65935892a73670471e893ee8ca55d2f9a3b" - integrity sha512-nQ0teRzU1Kdj++VdmttS2WvIen8M79wChJ6guRKIIym2M3Ansg3Adj9O6yuQh2IpjxiUXlNuS81WKlQ4iL3BmA== +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== dependencies: "@lit/reactive-element" "^2.0.0" lit-element "^4.0.0"