Skip to content

Commit

Permalink
Merge pull request #186 from auth0/jwt_update
Browse files Browse the repository at this point in the history
Update jsonwebtoken dependency to 8.1.0
  • Loading branch information
ziluvatar authored Dec 22, 2017
2 parents 9ff413a + 11f3ac4 commit 5766a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 5766a24

Please sign in to comment.