Skip to content

Commit

Permalink
Update jsonwebtoken dependency to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Dec 22, 2017
1 parent 9ff413a commit 11f3ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "express-jwt",
"version": "5.3.0",
"version": "5.3.1",
"description": "JWT authentication middleware.",
"keywords": [
"auth",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"async": "^1.5.0",
"express-unless": "^0.3.0",
"jsonwebtoken": "^7.3.0",
"jsonwebtoken": "^8.1.0",
"lodash.set": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 11f3ac4

Please sign in to comment.