diff --git a/package-lock.json b/package-lock.json index e72e1b1..a74c5a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "colorthief": "npm:@pioug/colorthief@^3.0.1", "custom-card-helpers": "^1.9.0", "home-assistant-js-websocket": "^9.4.0", - "lit": "^3.2.0" + "lit": "^3.2.1" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0", @@ -5664,9 +5664,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", diff --git a/package.json b/package.json index 9561e0e..cadaea6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "colorthief": "npm:@pioug/colorthief@^3.0.1", "custom-card-helpers": "^1.9.0", "home-assistant-js-websocket": "^9.4.0", - "lit": "^3.2.0" + "lit": "^3.2.1" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0",