build(deps-dev): bump socket.io-client from 4.1.1 to 4.1.2 (#116)

This commit is contained in:
dependabot[bot] 2021-05-19 19:58:38 +02:00 committed by GitHub
parent 9851fb319d
commit 47e69050e5
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

@ -32,7 +32,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"server-destroy": "1.0.1", "server-destroy": "1.0.1",
"socket.io": "4.1.1", "socket.io": "4.1.1",
"socket.io-client": "4.1.1", "socket.io-client": "4.1.2",
"ts-jest": "26.5.6", "ts-jest": "26.5.6",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",
"typescript": "4.2.4" "typescript": "4.2.4"
@ -12429,9 +12429,9 @@
"dev": true "dev": true
}, },
"node_modules/socket.io-client": { "node_modules/socket.io-client": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.1.tgz", "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.2.tgz",
"integrity": "sha512-avzRzFZIkmyNxqvhmm5ns0Itq5dgEkesDPB6Tl0Yben47U08MvdFnVXAuFDULQhDXjuYdCb6QUEILYLUKQEuGg==", "integrity": "sha512-RDpWJP4DQT1XeexmeDyDkm0vrFc0+bUsHDKiVGaNISJvJonhQQOMqV9Vwfg0ZpPJ27LCdan7iqTI92FRSOkFWQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/component-emitter": "^1.2.10", "@types/component-emitter": "^1.2.10",
@ -23725,9 +23725,9 @@
"dev": true "dev": true
}, },
"socket.io-client": { "socket.io-client": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.1.tgz", "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.2.tgz",
"integrity": "sha512-avzRzFZIkmyNxqvhmm5ns0Itq5dgEkesDPB6Tl0Yben47U08MvdFnVXAuFDULQhDXjuYdCb6QUEILYLUKQEuGg==", "integrity": "sha512-RDpWJP4DQT1XeexmeDyDkm0vrFc0+bUsHDKiVGaNISJvJonhQQOMqV9Vwfg0ZpPJ27LCdan7iqTI92FRSOkFWQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/component-emitter": "^1.2.10", "@types/component-emitter": "^1.2.10",

View File

@ -109,7 +109,7 @@
"rimraf": "3.0.2", "rimraf": "3.0.2",
"server-destroy": "1.0.1", "server-destroy": "1.0.1",
"socket.io": "4.1.1", "socket.io": "4.1.1",
"socket.io-client": "4.1.1", "socket.io-client": "4.1.2",
"ts-jest": "26.5.6", "ts-jest": "26.5.6",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",
"typescript": "4.2.4" "typescript": "4.2.4"