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 from 4.4.0 to 4.4.1 (#304)

This commit is contained in:
dependabot[bot] 2022-01-07 15:44:47 +01:00 committed by GitHub
parent 4ac3dfd37f
commit 5949d0e4e0
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

@ -30,7 +30,7 @@
"rimraf": "3.0.2",
"semantic-release": "18.0.1",
"server-destroy": "1.0.1",
"socket.io": "4.4.0",
"socket.io": "4.4.1",
"socket.io-client": "4.4.0",
"ts-jest": "27.1.2",
"ts-standard": "11.0.0",
@ -12289,9 +12289,9 @@
}
},
"node_modules/socket.io": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.4.0.tgz",
"integrity": "sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.4.1.tgz",
"integrity": "sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==",
"dev": true,
"dependencies": {
"accepts": "~1.3.4",
@ -23171,9 +23171,9 @@
}
},
"socket.io": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.4.0.tgz",
"integrity": "sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.4.1.tgz",
"integrity": "sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==",
"dev": true,
"requires": {
"accepts": "~1.3.4",

View File

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