From 56b2886bb01ffcd662ed1bc3a40ba85e6bb059eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Aug 2025 04:31:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-12027668 - https://snyk.io/vuln/SNYK-JS-ASTROJSINTERNALHELPERS-12027670 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a416e..452bc6f 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": "^5.13.2", "astro-compress": "^1.1.44", "astro-compressor": "^0.4.0", "astro-critters": "^1.1.34",