From 4b3be5f9a82927d90b82000140abaa3a71bf8a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:10:20 +0000 Subject: [PATCH] chore(deps): bump lit from 3.2.0 to 3.2.1 (#169) --- package-lock.json | 8 ++++---- projects/lit-ts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index baf7993..4d5453a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6015,9 +6015,9 @@ "dev": true }, "node_modules/lit": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.2.0.tgz", - "integrity": "sha512-s6tI33Lf6VpDu7u4YqsSX78D28bYQulM+VAzsGch4fx2H0eLZnJsUBsPWmGYSGoKDNbjtRv02rio1o+UdPVwvw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.2.1.tgz", + "integrity": "sha512-1BBa1E/z0O9ye5fZprPtdqnc0BFzxIxTTOO/tQFmyC/hj1O3jL4TfmLBw0WEwjAokdLwpclkvGgDJwTIh0/22w==", "dependencies": { "@lit/reactive-element": "^2.0.4", "lit-element": "^4.1.0", @@ -8314,7 +8314,7 @@ "projects/lit-ts": { "name": "maxgraph-ts-example-integrating-in-lit", "dependencies": { - "lit": "~3.2.0" + "lit": "~3.2.1" }, "devDependencies": { "vite": "~5.4.8" diff --git a/projects/lit-ts/package.json b/projects/lit-ts/package.json index 197a46e..2aa4153 100644 --- a/projects/lit-ts/package.json +++ b/projects/lit-ts/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "lit": "~3.2.0" + "lit": "~3.2.1" }, "devDependencies": { "vite": "~5.4.8"