fix: upgrade socket.io-client from 4.5.2 to 4.5.3 (#439)

Snyk has created this PR to upgrade socket.io-client from 4.5.2 to 4.5.3.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/m.neumann0003/project/fa43585f-3bef-47f2-9c3c-8021e2afa927?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-09 09:29:44 +02:00 committed by GitHub
parent 59274cb534
commit 27e9446b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.7",
"run-when-changed": "^2.1.0",
"socket.io-client": "^4.5.2",
"socket.io-client": "^4.5.3",
"typescript": "^4.8.3",
"weak-key": "^1.0.2"
},

View File

@ -190,10 +190,10 @@ dotenv@^16.0.2:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.2.tgz#0b0f8652c016a3858ef795024508cddc4bffc5bf"
integrity sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==
engine.io-client@~6.2.1:
version "6.2.2"
resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-6.2.2.tgz#c6c5243167f5943dcd9c4abee1bfc634aa2cbdd0"
integrity sha512-8ZQmx0LQGRTYkHuogVZuGSpDqYZtCM/nv8zQ68VZ+JkOpazJ7ICdsSpaO6iXwvaU30oFg5QJOJWj8zWqhbKjkQ==
engine.io-client@~6.2.3:
version "6.2.3"
resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-6.2.3.tgz#a8cbdab003162529db85e9de31575097f6d29458"
integrity sha512-aXPtgF1JS3RuuKcpSrBtimSjYvrbhKW9froICH4s0F3XQWLxsKNxqzG39nnvQZQnva4CMvUK63T7shevxRyYHw==
dependencies:
"@socket.io/component-emitter" "~3.1.0"
debug "~4.3.1"
@ -558,14 +558,14 @@ scheduler@^0.23.0:
dependencies:
loose-envify "^1.1.0"
socket.io-client@^4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.5.2.tgz#9481518c560388c980c88b01e3cf62f367f04c96"
integrity sha512-naqYfFu7CLDiQ1B7AlLhRXKX3gdeaIMfgigwavDzgJoIUYulc1qHH5+2XflTsXTPY7BlPH5rppJyUjhjrKQKLg==
socket.io-client@^4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.5.3.tgz#bed69209d001465b2fea650d2e95c1e82768ab5e"
integrity sha512-I/hqDYpQ6JKwtJOf5ikM+Qz+YujZPMEl6qBLhxiP0nX+TfXKhW4KZZG8lamrD6Y5ngjmYHreESVasVCgi5Kl3A==
dependencies:
"@socket.io/component-emitter" "~3.1.0"
debug "~4.3.2"
engine.io-client "~6.2.1"
engine.io-client "~6.2.3"
socket.io-parser "~4.2.0"
socket.io-parser@~4.2.0: