From 5e8830f0942c1e4cdb4ce3027220f1bdeadfbe12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 May 2018 05:49:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for code4hr/vb-incidents-api: https://snyk.io/test/github/code4hr/vb-incidents-api --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 080d51c..5d4ff21 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/zirman/vb-incidents-api", "dependencies": { "boom": "^2.5.1", - "good": "^3.0.1", + "good": "^4.0.0", "hapi": "^7.0.0", "mongoose": "^3.8.17", "mongodb": "~2.0"