From ffe8fc2fceca7e4b7c364182e6276de07ae75008 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 06:49:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 - 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 080d51c..fa978fb 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ }, "homepage": "https://github.com/zirman/vb-incidents-api", "dependencies": { - "boom": "^2.5.1", - "good": "^3.0.1", - "hapi": "^7.0.0", + "boom": "^6.0.0", + "good": "^8.0.0", + "hapi": "^17.0.0", "mongoose": "^3.8.17", "mongodb": "~2.0" }