From b7cde160952d8a211f4db566b3d820a3c732998a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 09:24:49 +0000 Subject: [PATCH] fix: examples/custom-server-fastify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTIFY-15182642 - https://snyk.io/vuln/SNYK-JS-FASTIFY-15182641 --- examples/custom-server-fastify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-server-fastify/package.json b/examples/custom-server-fastify/package.json index 4842b59849db08..3f90af05ffb886 100644 --- a/examples/custom-server-fastify/package.json +++ b/examples/custom-server-fastify/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "cross-env": "^7.0.2", - "fastify": "^3.19.1", + "fastify": "^5.7.3", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2"