From 11df5a906ac9ae6c9123c74559d3d27a6efef9be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 12:04:27 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10a416e..414bc9b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "ci": "npm install -g astro" }, "dependencies": { - "@astrojs/image": "^0.16.9", + "@astrojs/image": "^0.18.0", "@astrojs/partytown": "^1.2.2", "@astrojs/prefetch": "^0.2.3", "@astrojs/sitemap": "^1.3.1", @@ -21,7 +21,7 @@ "@kobalte/core": "^0.9.6", "@nanostores/persistent": "^0.7.0", "@nanostores/solid": "^0.3.2", - "astro": "^2.5.1", + "astro": "^5.15.5", "astro-compress": "^1.1.44", "astro-compressor": "^0.4.0", "astro-critters": "^1.1.34",