Skip to content

Commit 07813dd

Browse files
committed
Bump node-jws version number
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.
1 parent 771e0b5 commit 07813dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"joi": "^6.10.1",
23-
"jws": "^3.1.3",
23+
"jws": "^3.1.4",
2424
"lodash.once": "^4.0.0",
2525
"ms": "^0.7.1",
2626
"xtend": "^4.0.1"

0 commit comments

Comments
 (0)