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.2 to 27.0.3 (#265)

This commit is contained in:
dependabot[bot] 2021-11-19 14:37:37 +01:00 committed by GitHub
parent b24597ddc7
commit b0ab7a1ef3
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": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/jsonwebtoken": "8.5.6",
"@types/node": "16.11.8",
"@types/server-destroy": "1.0.1",
@ -1894,9 +1894,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"dev": true,
"dependencies": {
"jest-diff": "^27.0.0",
@ -15517,9 +15517,9 @@
}
},
"@types/jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"dev": true,
"requires": {
"jest-diff": "^27.0.0",

View File

@ -59,7 +59,7 @@
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jest": "27.0.3",
"@types/jsonwebtoken": "8.5.6",
"@types/node": "16.11.8",
"@types/server-destroy": "1.0.1",