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/jest from 26.0.24 to 27.0.0 (#187)

This commit is contained in:
dependabot[bot] 2021-08-12 11:07:00 +02:00 committed by GitHub
parent 5cee6e17cd
commit 3908f1e6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
"@types/jest": "27.0.0",
"@types/jsonwebtoken": "8.5.4",
"@types/node": "16.6.0",
"@types/server-destroy": "1.0.1",
@ -1895,9 +1895,9 @@
}
},
"node_modules/@types/jest": {
"version": "26.0.24",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
"integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
"version": "27.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.0.tgz",
"integrity": "sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==",
"dev": true,
"dependencies": {
"jest-diff": "^26.0.0",
@ -15672,9 +15672,9 @@
}
},
"@types/jest": {
"version": "26.0.24",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
"integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
"version": "27.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.0.tgz",
"integrity": "sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==",
"dev": true,
"requires": {
"jest-diff": "^26.0.0",

View File

@ -59,7 +59,7 @@
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
"@types/jest": "27.0.0",
"@types/jsonwebtoken": "8.5.4",
"@types/node": "16.6.0",
"@types/server-destroy": "1.0.1",