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

build(deps-dev): bump socket.io-client from 4.0.0 to 4.0.1 (#79)

This commit is contained in:
dependabot[bot] 2021-04-03 09:52:57 +02:00 committed by GitHub
parent f90cddc4a4
commit 8570861d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -32,7 +32,7 @@
"rimraf": "3.0.2",
"server-destroy": "1.0.1",
"socket.io": "4.0.1",
"socket.io-client": "4.0.0",
"socket.io-client": "4.0.1",
"ts-jest": "26.5.4",
"ts-standard": "10.0.0",
"typescript": "4.2.3"
@ -41,7 +41,7 @@
"node": ">=12"
},
"peerDependencies": {
"socket.io": "^4.0.1"
"socket.io": ">=3.0.0"
}
},
"node_modules/@babel/code-frame": {
@ -12432,9 +12432,9 @@
"dev": true
},
"node_modules/socket.io-client": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.0.0.tgz",
"integrity": "sha512-27yQxmXJAEYF19Ygyl8FPJ0if0wegpSmkIIbrWJeI7n7ST1JyH8bbD5v3fjjGY5cfCanACJ3dARUAyiVFNrlTQ==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.0.1.tgz",
"integrity": "sha512-6AkaEG5zrVuSVW294cH1chioag9i1OqnCYjKwTc3EBGXbnyb98Lw7yMa40ifLjFj3y6fsFKsd0llbUZUCRf3Qw==",
"dev": true,
"dependencies": {
"@types/component-emitter": "^1.2.10",
@ -23731,9 +23731,9 @@
"dev": true
},
"socket.io-client": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.0.0.tgz",
"integrity": "sha512-27yQxmXJAEYF19Ygyl8FPJ0if0wegpSmkIIbrWJeI7n7ST1JyH8bbD5v3fjjGY5cfCanACJ3dARUAyiVFNrlTQ==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.0.1.tgz",
"integrity": "sha512-6AkaEG5zrVuSVW294cH1chioag9i1OqnCYjKwTc3EBGXbnyb98Lw7yMa40ifLjFj3y6fsFKsd0llbUZUCRf3Qw==",
"dev": true,
"requires": {
"@types/component-emitter": "^1.2.10",

View File

@ -109,7 +109,7 @@
"rimraf": "3.0.2",
"server-destroy": "1.0.1",
"socket.io": "4.0.1",
"socket.io-client": "4.0.0",
"socket.io-client": "4.0.1",
"ts-jest": "26.5.4",
"ts-standard": "10.0.0",
"typescript": "4.2.3"