Skip to content

Commit

Permalink
Bump node-jws version number
Browse files Browse the repository at this point in the history
Bump node-jws version number from 3.1.3 -> 3.1.4.
Version 3.1.3 has a dependency on base64url ~1.0.4 which is throwing the
NodeJS Buffer DeprecationWarning. version 3.1.4 pulls in base64url ^2.0.0
which address the issue.
  • Loading branch information
oconn committed Nov 17, 2016
1 parent 771e0b5 commit 07813dd
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 @@ -20,7 +20,7 @@
},
"dependencies": {
"joi": "^6.10.1",
"jws": "^3.1.3",
"jws": "^3.1.4",
"lodash.once": "^4.0.0",
"ms": "^0.7.1",
"xtend": "^4.0.1"
Expand Down

0 comments on commit 07813dd

Please sign in to comment.