From d7861b8952537b82707508b428ca61a0e9a9081e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Dec 2025 22:17:59 +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 55c1964..b0d284f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@contentstack/live-preview-utils": "^4.1.1", "@tailwindcss/vite": "^4.1.16", "@timbenniks/contentstack-endpoints": "^1.0.16", - "astro": "^5.14.1", + "astro": "^5.16.3", "tailwindcss": "^4.1.14", "typescript": "^5.9.3" },