From e1d48135c50bf25c668f8cc81796fc91b1d9e67a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Apr 2018 18:32:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for pt-osda/api-explorer: https://snyk.io/test/github/pt-osda/api-explorer --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b3a3a3..a43183a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "classnames": "2.1.2", "codemirror": "5.8.0", "history": "1.12.6", - "hoek": "3.0.0", + "hoek": "4.2.1", "immutable": "3.7.5", "linq": "3.0.5", "marked": "0.3.5",