From 168a26cb929e15528ecc7f952cab073a44203fce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jan 2018 05:22:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fastify:20180107 Latest report for cagataycali/fastify-one-click-deploy: https://snyk.io/test/github/cagataycali/fastify-one-click-deploy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b18ecc6..07caa2f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "author": "cagataycali ", "license": "MIT", "dependencies": { - "fastify": "^0.27.0" + "fastify": "^0.38.0" } }