From 182a49628d1cf42150c2c7ee57c0d583f2d433ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 06:15:24 +0000 Subject: [PATCH] fix: upgrade fastify from 4.26.2 to 4.28.1 Snyk has created this PR to upgrade fastify from 4.26.2 to 4.28.1. See this package in npm: fastify See this project in Snyk: https://app.snyk.io/org/jamesp918/project/36c9f381-7c8b-4a96-bfa0-4d37dc29d5ca?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 a6632ae..3fe4a07 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "class-validator": "^0.14.1", "concat-stream": "1.6.2", "dot": "^1.1.3", - "fastify": "4.26.2", + "fastify": "4.28.1", "fastify-ip": "^1.1.0", "glob": "^10.4.5", "http-status": "^1.7.4",