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

This commit is contained in:
dependabot[bot] 2021-05-11 21:02:35 +02:00 committed by GitHub
parent 3ce4b14d03
commit 344f71ced1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
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.1",
"socket.io-client": "4.1.0",
"ts-jest": "26.5.6",
"ts-standard": "10.0.0",
"typescript": "4.2.4"
@ -4150,9 +4150,9 @@
}
},
"node_modules/engine.io-client": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-5.0.0.tgz",
"integrity": "sha512-e6GK0Fqvq45Nu/j7YdIVqXtDPvlsggAcfml3QiEiGdJ1qeh7IQU6knxSN3+yy9BmbnXtIfjo1hK4MFyHKdc9mQ==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-5.1.1.tgz",
"integrity": "sha512-jPFpw2HLL0lhZ2KY0BpZhIJdleQcUO9W1xkIpo0h3d6s+5D6+EV/xgQw9qWOmymszv2WXef/6KUUehyxEKomlQ==",
"dev": true,
"dependencies": {
"base64-arraybuffer": "0.1.4",
@ -12460,16 +12460,16 @@
"dev": true
},
"node_modules/socket.io-client": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.0.1.tgz",
"integrity": "sha512-6AkaEG5zrVuSVW294cH1chioag9i1OqnCYjKwTc3EBGXbnyb98Lw7yMa40ifLjFj3y6fsFKsd0llbUZUCRf3Qw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.0.tgz",
"integrity": "sha512-L0lCCPTb5xz+KQ3Wrq0077XjJwpaYpjagRvqE5Sg9aXWekfrEqPFvICCUWs7pJqPv7QVN09KoaPKPkVOOetmbw==",
"dev": true,
"dependencies": {
"@types/component-emitter": "^1.2.10",
"backo2": "~1.0.2",
"component-emitter": "~1.3.0",
"debug": "~4.3.1",
"engine.io-client": "~5.0.0",
"engine.io-client": "~5.1.1",
"parseuri": "0.0.6",
"socket.io-parser": "~4.0.4"
},
@ -17466,9 +17466,9 @@
}
},
"engine.io-client": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-5.0.0.tgz",
"integrity": "sha512-e6GK0Fqvq45Nu/j7YdIVqXtDPvlsggAcfml3QiEiGdJ1qeh7IQU6knxSN3+yy9BmbnXtIfjo1hK4MFyHKdc9mQ==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-5.1.1.tgz",
"integrity": "sha512-jPFpw2HLL0lhZ2KY0BpZhIJdleQcUO9W1xkIpo0h3d6s+5D6+EV/xgQw9qWOmymszv2WXef/6KUUehyxEKomlQ==",
"dev": true,
"requires": {
"base64-arraybuffer": "0.1.4",
@ -23777,16 +23777,16 @@
"dev": true
},
"socket.io-client": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.0.1.tgz",
"integrity": "sha512-6AkaEG5zrVuSVW294cH1chioag9i1OqnCYjKwTc3EBGXbnyb98Lw7yMa40ifLjFj3y6fsFKsd0llbUZUCRf3Qw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.0.tgz",
"integrity": "sha512-L0lCCPTb5xz+KQ3Wrq0077XjJwpaYpjagRvqE5Sg9aXWekfrEqPFvICCUWs7pJqPv7QVN09KoaPKPkVOOetmbw==",
"dev": true,
"requires": {
"@types/component-emitter": "^1.2.10",
"backo2": "~1.0.2",
"component-emitter": "~1.3.0",
"debug": "~4.3.1",
"engine.io-client": "~5.0.0",
"engine.io-client": "~5.1.1",
"parseuri": "0.0.6",
"socket.io-parser": "~4.0.4"
},

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.1",
"socket.io-client": "4.1.0",
"ts-jest": "26.5.6",
"ts-standard": "10.0.0",
"typescript": "4.2.4"