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

build(deps-dev): bump @types/jsonwebtoken to 8.5.2 (#142)

This commit is contained in:
dependabot[bot] 2021-06-23 13:30:42 +02:00 committed by GitHub
parent 87d3af481e
commit 30aea8120a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -18,7 +18,7 @@
"@release-it/conventional-changelog": "3.0.1",
"@types/express": "4.17.12",
"@types/jest": "26.0.23",
"@types/jsonwebtoken": "8.5.1",
"@types/jsonwebtoken": "8.5.2",
"@types/node": "15.6.1",
"@types/server-destroy": "1.0.1",
"axios": "0.21.1",
@ -1531,9 +1531,10 @@
"license": "MIT"
},
"node_modules/@types/jsonwebtoken": {
"version": "8.5.1",
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.2.tgz",
"integrity": "sha512-X8BOCkp+WJVNYCYIBugREtVZa4Y09Or9HDx6xqRZem5F8jJV8FuJgNessXyMuv9+U8pjnvdezASwU28uw+1scw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
@ -14126,7 +14127,9 @@
"dev": true
},
"@types/jsonwebtoken": {
"version": "8.5.1",
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.2.tgz",
"integrity": "sha512-X8BOCkp+WJVNYCYIBugREtVZa4Y09Or9HDx6xqRZem5F8jJV8FuJgNessXyMuv9+U8pjnvdezASwU28uw+1scw==",
"dev": true,
"requires": {
"@types/node": "*"

View File

@ -95,7 +95,7 @@
"@release-it/conventional-changelog": "3.0.1",
"@types/express": "4.17.12",
"@types/jest": "26.0.23",
"@types/jsonwebtoken": "8.5.1",
"@types/jsonwebtoken": "8.5.2",
"@types/node": "15.6.1",
"@types/server-destroy": "1.0.1",
"axios": "0.21.1",