Skip to content

Commit

Permalink
Update socket.io-client to version 4.8.1 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 26, 2024
1 parent de63d47 commit 5c76eea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-a11y-dialog": "^6.2.0",
"redis": "^4.7.0",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2448,10 +2448,10 @@ socket.io-adapter@^2.4.0, socket.io-adapter@~2.5.2:
debug "~4.3.4"
ws "~8.11.0"

socket.io-client@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.8.0.tgz#2ea0302d0032d23422bd2860f78127a800cad6a2"
integrity sha512-C0jdhD5yQahMws9alf/yvtsMGTaIDBnZ8Rb5HU56svyq0l5LIrGzIDZZD5pHQlmzxLuU91Gz+VpQMKgCTNYtkw==
socket.io-client@^4.8.1:
version "4.8.1"
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.8.1.tgz#1941eca135a5490b94281d0323fe2a35f6f291cb"
integrity sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==
dependencies:
"@socket.io/component-emitter" "~3.1.0"
debug "~4.3.2"
Expand Down

0 comments on commit 5c76eea

Please sign in to comment.