From b28c0ea2e4bb450e2763d68ffeb4795aa8b35f6d Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Mon, 9 Feb 2015 15:36:20 -0500 Subject: [PATCH] updating jsonwebtoken to latest version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d0b61d..a3e02f1 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "boom": "2.x.x", "hoek": "2.x.x", - "jsonwebtoken": "1.3.x" + "jsonwebtoken": "3.2.x" }, "peerDependencies": { "hapi": ">=8.x.x" @@ -28,9 +28,9 @@ "hapi": "8.x.x", "lab": "5.x.x", "grunt": "0.4.x", - "grunt-contrib-jshint": "0.10.x", + "grunt-contrib-jshint": "0.11.x", "grunt-contrib-watch": "0.6.x", - "grunt-bump": "0.0.16" + "grunt-bump": "0.1.x" }, "scripts": { "test": "make test-cov"