diff --git a/package-lock.json b/package-lock.json index 4be729d..2a401b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4921,9 +4921,9 @@ "dev": true }, "node_modules/lit-html": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.1.3.tgz", - "integrity": "sha512-FwIbqDD8O/8lM4vUZ4KvQZjPPNx7V1VhT7vmRB8RBAO0AU6wuTVdoXiu2CivVjEGdugvcbPNBLtPE1y0ifplHA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.1.4.tgz", + "integrity": "sha512-yKKO2uVv7zYFHlWMfZmqc+4hkmSbFp8jgjdZY9vvR9jr4J8fH6FUMXhr+ljfELgmjpvlF7Z1SJ5n5/Jeqtc9YA==", "dependencies": { "@types/trusted-types": "^2.0.2" } @@ -6815,7 +6815,7 @@ "license": "MIT", "dependencies": { "@activity-sampling/core": "0.1.0", - "lit-html": "3.1.3" + "lit-html": "3.1.4" }, "devDependencies": { "@jest/globals": "29.7.0", diff --git a/packages/webclient/package.json b/packages/webclient/package.json index 3ba15f4..c66f0db 100644 --- a/packages/webclient/package.json +++ b/packages/webclient/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@activity-sampling/core": "0.1.0", - "lit-html": "3.1.3" + "lit-html": "3.1.4" }, "devDependencies": { "@jest/globals": "29.7.0",