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 27.0.3 to 27.4.0 (#297)

This commit is contained in:
dependabot[bot] 2022-01-01 02:44:53 +01:00 committed by GitHub
parent 8c6bd1fe7d
commit 4ac3dfd37f
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": "16.0.1",
"@commitlint/config-conventional": "16.0.0",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/jsonwebtoken": "8.5.6",
"@types/node": "17.0.5",
"@types/server-destroy": "1.0.1",
@ -1922,9 +1922,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"version": "27.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz",
"integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==",
"dev": true,
"dependencies": {
"jest-diff": "^27.0.0",
@ -15472,9 +15472,9 @@
}
},
"@types/jest": {
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"version": "27.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz",
"integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==",
"dev": true,
"requires": {
"jest-diff": "^27.0.0",

View File

@ -59,7 +59,7 @@
"@commitlint/cli": "16.0.1",
"@commitlint/config-conventional": "16.0.0",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/jsonwebtoken": "8.5.6",
"@types/node": "17.0.5",
"@types/server-destroy": "1.0.1",