From 0266a048a24af66916f96da4c6e99121afc9018a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Apr 2025 03:44:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTIFY-9788069 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5064da1..cd3bcb6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fastify/sensible": "~6.0.2", "axios": "^1.6.0", "clsx": "^2.1.1", - "fastify": "~5.2.1", + "fastify": "~5.3.2", "fastify-plugin": "~5.0.1", "git-cz": "^4.9.0", "next": "~15.2.2",