From 813b73cafe83647e4ff92eb597520ec9c3ca679e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:57:27 +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-AJV-15274295 --- 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..e6eb831483f159 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": "^4.0.0" }, "devDependencies": { "@types/aws-lambda-fastify": "workspace:."