From e0d4ee731bce2caf55b57bfc542da4357a225470 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2026 18:31:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-16119128 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ae6c78..46c96c1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@astrojs/preact": "^4.1.1", "@astrojs/rss": "^4.0.12", - "astro": "^5.13.10", + "astro": "^6.1.6", "preact": "^10.26.1", "rehype-katex": "^7.0.1", "remark": "^15.0.1",