aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-28 09:16:34 +0100
committerChocobozzz <me@florianbigard.com>2022-11-28 09:16:34 +0100
commitf7b00376a859d6209e6573e0fe37dbf886677d8a (patch)
treec924ba4df3526086744092f9322185ad32fa71b0 /client
parent33cb0f7daf5703cac1f50d2007404bc8bc24e68b (diff)
downloadPeerTube-f7b00376a859d6209e6573e0fe37dbf886677d8a.tar.gz
PeerTube-f7b00376a859d6209e6573e0fe37dbf886677d8a.tar.zst
PeerTube-f7b00376a859d6209e6573e0fe37dbf886677d8a.zip
Update socket io
Diffstat (limited to 'client')
-rw-r--r--client/package.json2
-rw-r--r--client/yarn.lock12
2 files changed, 7 insertions, 7 deletions
diff --git a/client/package.json b/client/package.json
index 61795610d..d5dc0a27e 100644
--- a/client/package.json
+++ b/client/package.json
@@ -121,7 +121,7 @@
121 "sass": "^1.52.3", 121 "sass": "^1.52.3",
122 "sass-loader": "^13.0.0", 122 "sass-loader": "^13.0.0",
123 "sha.js": "^2.4.11", 123 "sha.js": "^2.4.11",
124 "socket.io-client": "^4.5.1", 124 "socket.io-client": "^4.5.4",
125 "stream-browserify": "^3.0.0", 125 "stream-browserify": "^3.0.0",
126 "stream-http": "^3.0.0", 126 "stream-http": "^3.0.0",
127 "stylelint": "^14.9.1", 127 "stylelint": "^14.9.1",
diff --git a/client/yarn.lock b/client/yarn.lock
index 3f72a049f..eac68d35e 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -10191,17 +10191,17 @@ smart-buffer@^4.2.0:
10191 resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" 10191 resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
10192 integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== 10192 integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
10193 10193
10194socket.io-client@^4.5.1: 10194socket.io-client@^4.5.4:
10195 version "4.5.3" 10195 version "4.5.4"
10196 resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.5.3.tgz#bed69209d001465b2fea650d2e95c1e82768ab5e" 10196 resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.5.4.tgz#d3cde8a06a6250041ba7390f08d2468ccebc5ac9"
10197 integrity sha512-I/hqDYpQ6JKwtJOf5ikM+Qz+YujZPMEl6qBLhxiP0nX+TfXKhW4KZZG8lamrD6Y5ngjmYHreESVasVCgi5Kl3A== 10197 integrity sha512-ZpKteoA06RzkD32IbqILZ+Cnst4xewU7ZYK12aS1mzHftFFjpoMz69IuhP/nL25pJfao/amoPI527KnuhFm01g==
10198 dependencies: 10198 dependencies:
10199 "@socket.io/component-emitter" "~3.1.0" 10199 "@socket.io/component-emitter" "~3.1.0"
10200 debug "~4.3.2" 10200 debug "~4.3.2"
10201 engine.io-client "~6.2.3" 10201 engine.io-client "~6.2.3"
10202 socket.io-parser "~4.2.0" 10202 socket.io-parser "~4.2.1"
10203 10203
10204socket.io-parser@~4.2.0: 10204socket.io-parser@~4.2.1:
10205 version "4.2.1" 10205 version "4.2.1"
10206 resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.1.tgz#01c96efa11ded938dcb21cbe590c26af5eff65e5" 10206 resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.1.tgz#01c96efa11ded938dcb21cbe590c26af5eff65e5"
10207 integrity sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g== 10207 integrity sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==