From 78c051193c7372246b4637e2f971023c7aafec0f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 05:40:14 +0000 Subject: [PATCH] fix: types/aws-lambda-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 --- types/aws-lambda-fastify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/aws-lambda-fastify/package.json b/types/aws-lambda-fastify/package.json index e77af54c6c9d8b..8030154cb7298c 100644 --- a/types/aws-lambda-fastify/package.json +++ b/types/aws-lambda-fastify/package.json @@ -8,7 +8,7 @@ "dependencies": { "@types/aws-lambda": "*", "@types/node": "*", - "fastify": "^3.14.2" + "fastify": "^5.7.3" }, "devDependencies": { "@types/aws-lambda-fastify": "workspace:."