From 18b65b25243e80a8e703896232f07ebb5371cfe9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 08:20:37 +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/2015-hr-resolutions: https://snyk.io/test/github/code4hr/2015-hr-resolutions --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index caf4535..e243691 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,10 @@ "test": "npm test" }, "dependencies": { - "elasticsearch": "8.x.x", - "hapi": "8.x.x", + "elasticsearch": "12.0.0", + "hapi": "17.0.0", "hoek-boom": "1.x.x", - "joi": "^6.9.1", - "elasticsearch": "8.x.x", + "joi": "^13.0.0", "node-uuid": "1.x.x", "node-geocoder": "3.x.x", "to-title-case": "0.x.x"