From 48fad2db930163445ab27f268724084ad4017a49 Mon Sep 17 00:00:00 2001 From: dschenkelman Date: Mon, 16 Mar 2015 22:01:46 -0300 Subject: [PATCH] Change to jsonwebtoken 4.2.0 with vulnerability fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0db84a1..3f53438 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "boom": "2.x.x", "hoek": "2.x.x", - "jsonwebtoken": "3.2.x" + "jsonwebtoken": "4.2.x" }, "peerDependencies": { "hapi": ">=8.x.x"