From 4e994d755360681c70de7f73aa7d2ed5ef824329 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2017 06:49:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:moment:20170905 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..657c6c2 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": "^5.1.1", "hapi": "^7.0.0", "mongoose": "^3.8.17", "mongodb": "~2.0"