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

build(deps-dev): bump ts-jest from 26.5.5 to 26.5.6 (#100)

This commit is contained in:
dependabot[bot] 2021-05-11 18:28:37 +02:00 committed by GitHub
parent 88eba43f83
commit 31ba9b48b5
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

@ -33,7 +33,7 @@
"server-destroy": "1.0.1",
"socket.io": "4.0.1",
"socket.io-client": "4.0.1",
"ts-jest": "26.5.5",
"ts-jest": "26.5.6",
"ts-standard": "10.0.0",
"typescript": "4.2.4"
},
@ -13373,9 +13373,9 @@
}
},
"node_modules/ts-jest": {
"version": "26.5.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.5.tgz",
"integrity": "sha512-7tP4m+silwt1NHqzNRAPjW1BswnAhopTdc2K3HEkRZjF0ZG2F/e/ypVH0xiZIMfItFtD3CX0XFbwPzp9fIEUVg==",
"version": "26.5.6",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.6.tgz",
"integrity": "sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@ -24470,9 +24470,9 @@
"dev": true
},
"ts-jest": {
"version": "26.5.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.5.tgz",
"integrity": "sha512-7tP4m+silwt1NHqzNRAPjW1BswnAhopTdc2K3HEkRZjF0ZG2F/e/ypVH0xiZIMfItFtD3CX0XFbwPzp9fIEUVg==",
"version": "26.5.6",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.6.tgz",
"integrity": "sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -110,7 +110,7 @@
"server-destroy": "1.0.1",
"socket.io": "4.0.1",
"socket.io-client": "4.0.1",
"ts-jest": "26.5.5",
"ts-jest": "26.5.6",
"ts-standard": "10.0.0",
"typescript": "4.2.4"
}