From b81aef96ae102e147f2d91611fb2e14db79d1d59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 08:31:11 +0000 Subject: [PATCH] fix: upgrade fastify from 5.4.0 to 5.6.2 Snyk has created this PR to upgrade fastify from 5.4.0 to 5.6.2. See this package in npm: fastify See this project in Snyk: https://app.snyk.io/org/greenydev/project/d2cc9035-af19-487f-bbb7-3d864ce3a3c3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46c187df..822c954e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "astro-seo": "^0.8.4", "astro-simpleanalytics-plugin": "^0.3.20", "chalk": "^5.4.1", - "fastify": "^5.2.0", + "fastify": "^5.6.2", "gradient-string": "^3.0.0", "pg": "^8.13.1", "pg-hstore": "^2.3.4",