From 02bf8e9cf5cd66518badc6654d0f11d3c10ff9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 04:10:24 +0000 Subject: [PATCH] Bump fastify from 2.15.2 to 3.1.1 Bumps [fastify](https://github.com/fastify/fastify) from 2.15.2 to 3.1.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v2.15.2...v3.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c70cb9b..35d0fdc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "ava": "^3.0.0", - "fastify": "^2.3.0", + "fastify": "^3.1.1", "nyc": "^15.0.0", "request": "^2.88.0", "standard": "^14.0.0",