From 3202d51950560367d1884e73efd555dafe00b8aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jul 2020 15:58:01 +0000 Subject: [PATCH] fix(deps): update dependency fastify to v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c939eee..7741cef3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@eik/core": "1.0.4", "convict": "6.0.0", - "fastify": "3.0.0-rc.5", + "fastify": "3.0.0", "fastify-compress": "3.2.0", "fastify-cors": "4.0.0", "fastify-jwt": "2.1.2",