From 61ee6d145dfd2ab6cb7abbc3d41fa78e20179845 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Nov 2025 05:29:57 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10a416e..e416d16 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.8", "astro-compress": "^1.1.44", "astro-compressor": "^0.4.0", "astro-critters": "^1.1.34",