From ca962725aebf09de6ce036f20fd8d1c0350cf82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:47:18 +0000 Subject: [PATCH] build(deps): bump lit from 3.1.3 to 3.1.4 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.1.3 to 3.1.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@3.1.4/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 749ac248..b4d33f1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bresenham-zingl": "^0.1.1", "browser-fs-access": "^0.35.0", "hotkeys-js": "^3.13.7", - "lit": "^3.1.3", + "lit": "^3.1.4", "q-floodfill": "^1.3.1" }, "devDependencies": { @@ -13405,9 +13405,9 @@ "dev": true }, "node_modules/lit": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.3.tgz", - "integrity": "sha512-l4slfspEsnCcHVRTvaP7YnkTZEZggNFywLEIhQaGhYDczG+tu/vlgm/KaWIEjIp+ZyV20r2JnZctMb8LeLCG7Q==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.4.tgz", + "integrity": "sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==", "dependencies": { "@lit/reactive-element": "^2.0.4", "lit-element": "^4.0.4", @@ -27387,9 +27387,9 @@ } }, "lit": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.3.tgz", - "integrity": "sha512-l4slfspEsnCcHVRTvaP7YnkTZEZggNFywLEIhQaGhYDczG+tu/vlgm/KaWIEjIp+ZyV20r2JnZctMb8LeLCG7Q==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.4.tgz", + "integrity": "sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==", "requires": { "@lit/reactive-element": "^2.0.4", "lit-element": "^4.0.4", diff --git a/package.json b/package.json index d8016a7a..664a792b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bresenham-zingl": "^0.1.1", "browser-fs-access": "^0.35.0", "hotkeys-js": "^3.13.7", - "lit": "^3.1.3", + "lit": "^3.1.4", "q-floodfill": "^1.3.1" }, "devDependencies": {