From 2a16e86a8bc29fa925c35381cf9c1ec35de97d9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Jun 2018 22:05:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b1bd92..7d6bb4a 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "rewire": "^2.5.2" }, "dependencies": { - "hoek": "^2.7.0", - "joi": "^4.7.0", + "hoek": "^4.2.1", + "joi": "^8.1.0", "json-stringify-safe": "^5.0.0", "lodash.once": "^3.0.0", "redis": "^0.12.1"