From acbb829ad6108d238b739baac10fc628b82c13c8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 21 Jan 2018 21:28:49 +0000 Subject: [PATCH] fix(package): update @feathersjs/authentication-jwt to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a255be..3bd67ddd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@feathersjs/authentication": "^2.0.1", - "@feathersjs/authentication-jwt": "^1.0.1", + "@feathersjs/authentication-jwt": "^2.0.0", "@feathersjs/authentication-local": "^1.0.2", "@feathersjs/configuration": "^1.0.1", "@feathersjs/errors": "^3.2.0",