Bump socket.io-client from 4.1.2 to 4.1.3 in /frontend

Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.1.2...4.1.3)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-12 04:30:29 +00:00 committed by GitHub
parent cc4975851d
commit a3c5917302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@
"core-js": "^3.15.2", "core-js": "^3.15.2",
"pretty-checkbox-vue": "^1.1.9", "pretty-checkbox-vue": "^1.1.9",
"register-service-worker": "^1.7.2", "register-service-worker": "^1.7.2",
"socket.io-client": "^4.1.2", "socket.io-client": "^4.1.3",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-clipboard2": "^0.3.1", "vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.24.5", "vue-i18n": "^8.24.5",

View File

@ -3591,10 +3591,10 @@ engine.io-client@~3.4.0:
xmlhttprequest-ssl "~1.5.4" xmlhttprequest-ssl "~1.5.4"
yeast "0.1.2" yeast "0.1.2"
engine.io-client@~5.1.1: engine.io-client@~5.1.2:
version "5.1.1" version "5.1.2"
resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-5.1.1.tgz#f5c3aaaef1bdc9443aac6ffde48b3b2fb2dc56fc" resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-5.1.2.tgz#27108da9b39ae03262443d945caf2caa3655c4cb"
integrity sha512-jPFpw2HLL0lhZ2KY0BpZhIJdleQcUO9W1xkIpo0h3d6s+5D6+EV/xgQw9qWOmymszv2WXef/6KUUehyxEKomlQ== integrity sha512-blRrgXIE0A/eurWXRzvfCLG7uUFJqfTGFsyJzXSK71srMMGJ2VraBLg8Mdw28uUxSpVicepBN9X7asqpD1mZcQ==
dependencies: dependencies:
base64-arraybuffer "0.1.4" base64-arraybuffer "0.1.4"
component-emitter "~1.3.0" component-emitter "~1.3.0"
@ -7756,16 +7756,16 @@ socket.io-client@^2.1.1:
socket.io-parser "~3.3.0" socket.io-parser "~3.3.0"
to-array "0.1.4" to-array "0.1.4"
socket.io-client@^4.1.2: socket.io-client@^4.1.3:
version "4.1.2" version "4.1.3"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.1.2.tgz#95ad7113318ea01fba0860237b96d71e1b1fd2eb" resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.1.3.tgz#236daa642a9f229932e00b7221e843bf74232a62"
integrity sha512-RDpWJP4DQT1XeexmeDyDkm0vrFc0+bUsHDKiVGaNISJvJonhQQOMqV9Vwfg0ZpPJ27LCdan7iqTI92FRSOkFWQ== integrity sha512-hISFn6PDpgDifVUiNklLHVPTMv1LAk8poHArfIUdXa+gKgbr0MZbAlquDFqCqsF30yBqa+jg42wgos2FK50BHA==
dependencies: dependencies:
"@types/component-emitter" "^1.2.10" "@types/component-emitter" "^1.2.10"
backo2 "~1.0.2" backo2 "~1.0.2"
component-emitter "~1.3.0" component-emitter "~1.3.0"
debug "~4.3.1" debug "~4.3.1"
engine.io-client "~5.1.1" engine.io-client "~5.1.2"
parseuri "0.0.6" parseuri "0.0.6"
socket.io-parser "~4.0.4" socket.io-parser "~4.0.4"