From 53b8a8a559cbb8d2e77d830b8c2f3e7d2269dc42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Dec 2024 08:08:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-8539778 - https://snyk.io/vuln/SNYK-JS-ASTRO-8535263 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a416e..1581d48 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@kobalte/core": "^0.9.6", "@nanostores/persistent": "^0.7.0", "@nanostores/solid": "^0.3.2", - "astro": "^2.5.1", + "astro": "^4.16.18", "astro-compress": "^1.1.44", "astro-compressor": "^0.4.0", "astro-critters": "^1.1.34",