Fixed mocha tests by downgrading "jsonwebtoken"
Version 5.7.0 is the last working.
This commit is contained in:
parent
d2cc8fb514
commit
4033483154
@ -22,7 +22,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsonwebtoken": "^7.3.0",
|
||||
"jsonwebtoken": "^5.7.0",
|
||||
"xtend": "~4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user