From 150005cdbf0d5cfa1014388f9963e77cbbf9b498 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 09:24:39 +0000 Subject: [PATCH] feat: upgrade lit from 2.8.0 to 3.1.0 Snyk has created this PR to upgrade lit from 2.8.0 to 3.1.0. See this package in npm: https://www.npmjs.com/package/lit See this project in Snyk: https://app.snyk.io/org/justiceandfreedom30/project/e056aca9-c677-4a72-8bbe-3001c7a39ab1?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/framework-lit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index a12879c13052..7e692d9a2295 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -14,6 +14,6 @@ "@astrojs/lit": "^4.0.1", "@webcomponents/template-shadowroot": "^0.2.1", "astro": "^4.0.8", - "lit": "^2.8.0" + "lit": "^3.1.0" } }