Skip to content

Commit

Permalink
Update dependency socket.io to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 6, 2022
1 parent f9c337e commit a44e522
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"chokidar": "3.5.2",
"express": "4.17.2",
"socket.io": "4.4.0"
"socket.io": "4.4.1"
},
"devDependencies": {},
"main": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -517,10 +517,10 @@ socket.io-parser@~4.0.4:
component-emitter "~1.3.0"
debug "~4.3.1"

socket.io@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.4.0.tgz#8140a0db2c22235f88a6dceb867e4d5c9bd70507"
integrity sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==
socket.io@4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.4.1.tgz#cd6de29e277a161d176832bb24f64ee045c56ab8"
integrity sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==
dependencies:
accepts "~1.3.4"
base64id "~2.0.0"
Expand Down

0 comments on commit a44e522

Please sign in to comment.