From e9efcaaaaecb170e26171c97eb2ad0d46315e7aa Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 20:05:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-13961342 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fa9dad84..871eaf036 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.15.5", "astro-icon": "^1.1.0", "astro-navbar": "^2.3.2", "astro-seo": "^0.8.3",