From 025b6e92618db01d373351715bff7c65460c43b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 04:00:24 +0000 Subject: [PATCH] build(deps): bump lit from 2.7.2 to 2.7.3 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.7.2 to 2.7.3. - [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.3/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 329d0554..655ef116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bresenham-zingl": "^0.1.1", "browser-fs-access": "^0.33.1", "hotkeys-js": "^3.10.2", - "lit": "^2.7.2", + "lit": "^2.7.3", "q-floodfill": "^1.3.1" }, "devDependencies": { @@ -12606,9 +12606,9 @@ "dev": true }, "node_modules/lit": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.7.2.tgz", - "integrity": "sha512-9QnZmG5mIKPRja96cpndMclLSi0Qrz2BXD6EbqNqCKMMjOWVm/BwAeXufFk2jqFsNmY07HOzU8X+8aTSVt3yrA==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.7.3.tgz", + "integrity": "sha512-0a+u+vVbmgSfPu+fyvqjMPBX0Kwbyj9QOv9MbQFZhWGlV2cyk3lEwgfUQgYN+i/lx++1Z3wZknSIp3QCKxHLyg==", "dependencies": { "@lit/reactive-element": "^1.6.0", "lit-element": "^3.3.0", @@ -27276,9 +27276,9 @@ } }, "lit": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.7.2.tgz", - "integrity": "sha512-9QnZmG5mIKPRja96cpndMclLSi0Qrz2BXD6EbqNqCKMMjOWVm/BwAeXufFk2jqFsNmY07HOzU8X+8aTSVt3yrA==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.7.3.tgz", + "integrity": "sha512-0a+u+vVbmgSfPu+fyvqjMPBX0Kwbyj9QOv9MbQFZhWGlV2cyk3lEwgfUQgYN+i/lx++1Z3wZknSIp3QCKxHLyg==", "requires": { "@lit/reactive-element": "^1.6.0", "lit-element": "^3.3.0", diff --git a/package.json b/package.json index 3f1a56ad..f478e2b2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bresenham-zingl": "^0.1.1", "browser-fs-access": "^0.33.1", "hotkeys-js": "^3.10.2", - "lit": "^2.7.2", + "lit": "^2.7.3", "q-floodfill": "^1.3.1" }, "devDependencies": {