Skip to content

Commit

Permalink
Merge pull request #28 from auth0/jsonwebtoken420
Browse files Browse the repository at this point in the history
Change to jsonwebtoken 4.2.0 with vulnerability fix
  • Loading branch information
ryanfitz committed Mar 25, 2015
2 parents cf8e58b + 48fad2d commit f3b677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3b677b

Please sign in to comment.