From 6e3053a7596409d2f7891bd43827020cf7b01c62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 04:12:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a416e..a0a0227 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.15.5", "astro-compress": "^1.1.44", "astro-compressor": "^0.4.0", "astro-critters": "^1.1.34",