2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Merge pull request #135 from aslafy-z/patch-1

security: deps: upgrade jsonwebtoken to ^8.3.0
This commit is contained in:
Conrad Sopala 2019-02-19 19:23:26 +01:00 committed by GitHub
commit 72486ebcc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"jsonwebtoken": "^5.0.0",
"jsonwebtoken": "^8.3.0",
"xtend": "~2.1.2"
},
"devDependencies": {