From 4d6ca690c7d0df773ecc1cb713c90a3646dc9950 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Nov 2025 14:06:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-14059661 - https://snyk.io/vuln/SNYK-JS-ASTRO-14059122 - https://snyk.io/vuln/SNYK-JS-ASTRO-14059139 - https://snyk.io/vuln/SNYK-JS-ASTROJSINTERNALHELPERS-14059142 - https://snyk.io/vuln/SNYK-JS-ASTROJSINTERNALHELPERS-14059660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71bb9dd7..f016063a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/rss": "^4.0.4", "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.14.5", + "astro": "^5.15.9", "astro-auto-import": "^0.4.2", "astro-font": "^0.1.81", "date-fns": "^3.3.1",