2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-06 19:30:11 +02:00

build(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 (#307)

This commit is contained in:
dependabot[bot] 2022-01-17 18:48:01 +01:00 committed by GitHub
parent c944d36e06
commit 87a2542abc
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

@ -32,7 +32,7 @@
"server-destroy": "1.0.1",
"socket.io": "4.4.1",
"socket.io-client": "4.4.1",
"ts-jest": "27.1.2",
"ts-jest": "27.1.3",
"ts-standard": "11.0.0",
"typescript": "4.5.4"
},
@ -13091,9 +13091,9 @@
}
},
"node_modules/ts-jest": {
"version": "27.1.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
"version": "27.1.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.3.tgz",
"integrity": "sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@ -23733,9 +23733,9 @@
"dev": true
},
"ts-jest": {
"version": "27.1.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
"version": "27.1.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.3.tgz",
"integrity": "sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -75,7 +75,7 @@
"server-destroy": "1.0.1",
"socket.io": "4.4.1",
"socket.io-client": "4.4.1",
"ts-jest": "27.1.2",
"ts-jest": "27.1.3",
"ts-standard": "11.0.0",
"typescript": "4.5.4"
}