From c3bccaf4a8a768187b203139df409fd2cd10fda9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 01:19:30 +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 Latest report for coralproject/talk: https://snyk.io/test/github/coralproject/talk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c5f7667a4..435815220 100644 --- a/package.json +++ b/package.json @@ -117,9 +117,9 @@ "inquirer": "^3.2.2", "inquirer-autocomplete-prompt": "^0.12.1", "ioredis": "3.1.4", - "joi": "^10.6.0", + "joi": "^13.0.0", "json-loader": "^0.5.7", - "jsonwebtoken": "^7.4.3", + "jsonwebtoken": "^8.0.0", "jwt-decode": "^2.2.0", "keymaster": "^1.6.2", "kue": "0.11.6",