From 9a7c670ae8442f6aa6f3a5a375a86748f67d67a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 02:30:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for code4hr/business-openva-api: https://snyk.io/test/github/code4hr/business-openva-api --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b1ceccf..b8422be 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "description": "An API for OpenVA SCC Business Records DB", "main": "api.js", "dependencies": { - "elasticsearch": "^3.0.0", - "hapi": "^7.3.0", + "elasticsearch": "^12.0.0", + "hapi": "^17.0.0", "hapi-route-directory": "0.0.4", - "joi": "^4.7.0", + "joi": "^13.0.0", "lout": "^5.1.1", "q": "^1.1.2" },