From a88462eeee2bbfc748765a2bd04a276b8f3b2ccc Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 08:07:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-14235580 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fa9dad84..a15f1b763 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@iconify-json/simple-icons": "^1.1.102", "@iconify-json/uil": "^1.1.8", "@tailwindcss/typography": "^0.5.13", - "astro": "^4.8.7", + "astro": "^5.16.3", "astro-icon": "^1.1.0", "astro-navbar": "^2.3.2", "astro-seo": "^0.8.3",