diff --git a/package.json b/package.json index e700ef3c7f..1ff130ddc9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "prepare": "husky install" }, "dependencies": { - "lit": "3.1.0" + "lit": "3.1.1" }, "devDependencies": { "@commitlint/cli": "18.4.4", @@ -123,7 +123,7 @@ }, "resolutions": { "jackspeak": "2.1.1", - "lit": "3.1.0" + "lit": "3.1.1" }, "standard-version": { "types": [ diff --git a/yarn.lock b/yarn.lock index 16ad5e3746..b680b23b5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8426,10 +8426,10 @@ lit-element@^4.0.0: dependencies: "@types/trusted-types" "^2.0.2" -lit@3.1.0, "lit@^2.0.0 || ^3.0.0", lit@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/lit/-/lit-3.1.0.tgz#76429b85dc1f5169fed499a0f7e89e2e619010c9" - integrity sha512-rzo/hmUqX8zmOdamDAeydfjsGXbbdtAFqMhmocnh2j9aDYqbu0fjXygjCa0T99Od9VQ/2itwaGrjZz/ZELVl7w== +lit@3.1.1, "lit@^2.0.0 || ^3.0.0", lit@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/lit/-/lit-3.1.1.tgz#49340c8875019a777cc83904f75a2bf7764617dc" + integrity sha512-hF1y4K58+Gqrz+aAPS0DNBwPqPrg6P04DuWK52eMkt/SM9Qe9keWLcFgRcEKOLuDlRZlDsDbNL37Vr7ew1VCuw== dependencies: "@lit/reactive-element" "^2.0.0" lit-element "^4.0.0"