From 597ac8b3659738052709696a123e4d4faad64a6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Nov 2022 09:07:58 +0000 Subject: [PATCH] fix: benchmark/package.json & benchmark/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTIFY-3136527 --- benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/package.json b/benchmark/package.json index f663735c..12eec50c 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -24,7 +24,7 @@ "@koa/router": "^10.1.1", "danger": "^11.0.2", "express": "^4.17.3", - "fastify": "^3.28.0", + "fastify": "^3.29.4", "koa": "^2.13.4", "light": "file://../packages/light", "node-fetch": "^2.6.6",