From d0778699421435c01c0c77ea4b0e603ce50b2f5d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:36: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-8539778 - https://snyk.io/vuln/SNYK-JS-ASTRO-12027668 - https://snyk.io/vuln/SNYK-JS-ASTRO-8186178 - https://snyk.io/vuln/SNYK-JS-ASTRO-8535263 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-ASTRO-7547139 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fa9dad84..511a8ebfc 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": "^4.16.19", "astro-icon": "^1.1.0", "astro-navbar": "^2.3.2", "astro-seo": "^0.8.3",