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.3.1 to 4.3.2 (#259)

This commit is contained in:
dependabot[bot] 2021-11-09 15:16:25 +01:00 committed by GitHub
parent af3ae33e24
commit 8042db1eb3
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", "rimraf": "3.0.2",
"semantic-release": "18.0.0", "semantic-release": "18.0.0",
"server-destroy": "1.0.1", "server-destroy": "1.0.1",
"socket.io": "4.3.1", "socket.io": "4.3.2",
"socket.io-client": "4.3.2", "socket.io-client": "4.3.2",
"ts-jest": "27.0.7", "ts-jest": "27.0.7",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",
@ -12430,9 +12430,9 @@
} }
}, },
"node_modules/socket.io": { "node_modules/socket.io": {
"version": "4.3.1", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.3.1.tgz", "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.3.2.tgz",
"integrity": "sha512-HC5w5Olv2XZ0XJ4gOLGzzHEuOCfj3G0SmoW3jLHYYh34EVsIr3EkW9h6kgfW+K3TFEcmYy8JcPWe//KUkBp5jA==", "integrity": "sha512-6S5tV4jcY6dbZ/lLzD6EkvNWI3s81JO6ABP/EpvOlK1NPOcIj3AS4khi6xXw6JlZCASq82HQV4SapfmVMMl2dg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"accepts": "~1.3.4", "accepts": "~1.3.4",
@ -23378,9 +23378,9 @@
} }
}, },
"socket.io": { "socket.io": {
"version": "4.3.1", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.3.1.tgz", "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.3.2.tgz",
"integrity": "sha512-HC5w5Olv2XZ0XJ4gOLGzzHEuOCfj3G0SmoW3jLHYYh34EVsIr3EkW9h6kgfW+K3TFEcmYy8JcPWe//KUkBp5jA==", "integrity": "sha512-6S5tV4jcY6dbZ/lLzD6EkvNWI3s81JO6ABP/EpvOlK1NPOcIj3AS4khi6xXw6JlZCASq82HQV4SapfmVMMl2dg==",
"dev": true, "dev": true,
"requires": { "requires": {
"accepts": "~1.3.4", "accepts": "~1.3.4",

View File

@ -73,7 +73,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"semantic-release": "18.0.0", "semantic-release": "18.0.0",
"server-destroy": "1.0.1", "server-destroy": "1.0.1",
"socket.io": "4.3.1", "socket.io": "4.3.2",
"socket.io-client": "4.3.2", "socket.io-client": "4.3.2",
"ts-jest": "27.0.7", "ts-jest": "27.0.7",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",