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

build(deps-dev): bump socket.io-client from 4.4.0 to 4.4.1 (#303)

This commit is contained in:
dependabot[bot] 2022-01-07 15:45:39 +01:00 committed by GitHub
parent d5447a5f29
commit 5f85941f43
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

@ -31,7 +31,7 @@
"semantic-release": "18.0.1",
"server-destroy": "1.0.1",
"socket.io": "4.4.1",
"socket.io-client": "4.4.0",
"socket.io-client": "4.4.1",
"ts-jest": "27.1.2",
"ts-standard": "11.0.0",
"typescript": "4.5.4"
@ -12248,9 +12248,9 @@
"dev": true
},
"node_modules/socket.io-client": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.0.tgz",
"integrity": "sha512-g7riSEJXi7qCFImPow98oT8X++MSsHz6MMFRXkWNJ6uEROSHOa3kxdrsYWMq85dO+09CFMkcqlpjvbVXQl4z6g==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.1.tgz",
"integrity": "sha512-N5C/L5fLNha5Ojd7Yeb/puKcPWWcoB/A09fEjjNsg91EDVr5twk/OEyO6VT9dlLSUNY85NpW6KBhVMvaLKQ3vQ==",
"dev": true,
"dependencies": {
"@socket.io/component-emitter": "~3.0.0",
@ -23089,9 +23089,9 @@
"dev": true
},
"socket.io-client": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.0.tgz",
"integrity": "sha512-g7riSEJXi7qCFImPow98oT8X++MSsHz6MMFRXkWNJ6uEROSHOa3kxdrsYWMq85dO+09CFMkcqlpjvbVXQl4z6g==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.4.1.tgz",
"integrity": "sha512-N5C/L5fLNha5Ojd7Yeb/puKcPWWcoB/A09fEjjNsg91EDVr5twk/OEyO6VT9dlLSUNY85NpW6KBhVMvaLKQ3vQ==",
"dev": true,
"requires": {
"@socket.io/component-emitter": "~3.0.0",

View File

@ -74,7 +74,7 @@
"semantic-release": "18.0.1",
"server-destroy": "1.0.1",
"socket.io": "4.4.1",
"socket.io-client": "4.4.0",
"socket.io-client": "4.4.1",
"ts-jest": "27.1.2",
"ts-standard": "11.0.0",
"typescript": "4.5.4"