From 823328b8c11937e79b3c933bfe4a104787ebd611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 12:02:37 +0000 Subject: [PATCH] chore(deps): bump lit from 2.7.3 to 2.7.4 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.7.3 to 2.7.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@2.7.4/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/element/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/element/package.json b/ui/element/package.json index 7278d4f47..1a1e6ac45 100644 --- a/ui/element/package.json +++ b/ui/element/package.json @@ -37,7 +37,7 @@ "@alwatr/i18n": "^0.30.0", "@alwatr/logger": "^0.30.0", "@alwatr/router": "^0.30.0", - "lit": "^2.7.3", + "lit": "^2.7.4", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 3c8eaf7a2..47f403bb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5740,10 +5740,10 @@ lit-html@^2.7.0: dependencies: "@types/trusted-types" "^2.0.2" -lit@^2.3.0, lit@^2.7.3: - version "2.7.3" - resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.3.tgz#7f7920dbaba12828d359ca3439cd6f73619061da" - integrity sha512-0a+u+vVbmgSfPu+fyvqjMPBX0Kwbyj9QOv9MbQFZhWGlV2cyk3lEwgfUQgYN+i/lx++1Z3wZknSIp3QCKxHLyg== +lit@^2.3.0, lit@^2.7.4: + version "2.7.4" + resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.4.tgz#ca63d27fda178dbffae0faf2c882b9910e40842c" + integrity sha512-cgD7xrZoYr21mbrkZIuIrj98YTMw/snJPg52deWVV4A8icLyNHI3bF70xsJeAgwTuiq5Kkd+ZR8gybSJDCPB7g== dependencies: "@lit/reactive-element" "^1.6.0" lit-element "^3.3.0"