From 629bdbea3d0b7ff5fbca7e44ff11398c8e0cc315 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Jan 2022 06:09:18 -0800
Subject: [PATCH] Bump socket.io from 4.4.0 to 4.4.1 in /desktop (#3313)
Summary:
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.0 to 4.4.1.
Release notes
Sourced from socket.io's releases.
4.4.1
Bug Fixes
- types: make
RemoteSocket.data type safe (#4234) (770ee59)
- types: pass
SocketData type to custom namespaces (#4233) (f2b8de7)
Links:
Changelog
Sourced from socket.io's changelog.
4.4.1 (2022-01-06)
Bug Fixes
- types: make
RemoteSocket.data type safe (#4234) (770ee59)
- types: pass
SocketData type to custom namespaces (#4233) (f2b8de7)
Commits
c82a4bd chore(release): 4.4.1
770ee59 fix(types): make RemoteSocket.data type safe (#4234)
3bf5d92 refactor: add note about fetchSockets() for parent namespaces
fc82e44 refactor(typings): export Event type (#4215)
c840bad test: fix flaky tests
f2b8de7 fix(typings): pass SocketData type to custom namespaces (#4233)
51784d0 chore: add types to exports field to be compatible with nodenext module resol...
c196689 docs: fix basic crud example
7a70f63 docs: fix reconnection handling in the chat demo app (#4189)
e5897dd docs: add usage with ES modules (#4195)
- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/3313
Reviewed By: aigoncharov
Differential Revision: D33622435
Pulled By: passy
fbshipit-source-id: 5df288d3436c368bd6683f3b7186a2c9a1a2fc74
---
desktop/flipper-server/package.json | 2 +-
desktop/scripts/package.json | 2 +-
desktop/yarn.lock | 38 ++++-------------------------
3 files changed, 7 insertions(+), 35 deletions(-)
diff --git a/desktop/flipper-server/package.json b/desktop/flipper-server/package.json
index 18e467f61..28aa21dcb 100644
--- a/desktop/flipper-server/package.json
+++ b/desktop/flipper-server/package.json
@@ -25,7 +25,7 @@
"metro": "^0.66.2",
"open": "^8.3.0",
"p-filter": "^2.1.0",
- "socket.io": "^4.3.1",
+ "socket.io": "^4.4.1",
"yargs": "^17.0.1"
},
"peerDependencies": {},
diff --git a/desktop/scripts/package.json b/desktop/scripts/package.json
index 0e51cdafa..b5bc65a02 100644
--- a/desktop/scripts/package.json
+++ b/desktop/scripts/package.json
@@ -33,7 +33,7 @@
"p-filter": "^2.1.0",
"p-map": "^4.0.0",
"promisify-child-process": "^4.1.0",
- "socket.io": "^4.4.0",
+ "socket.io": "^4.4.1",
"tmp": "^0.2.1",
"uuid": "^8.3.2",
"yargs": "^17.0.1"
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index f1bccb675..bfdd11f6c 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -5360,22 +5360,6 @@ engine.io-parser@~5.0.0:
dependencies:
base64-arraybuffer "~1.0.1"
-engine.io@~6.0.0:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.0.1.tgz#4a37754c6067415e9bfbcc82e49e572437354615"
- integrity sha512-Y53UaciUh2Rmx5MiogtMxOQcfh7pnemday+Bb4QDg0Wjmnvo/VTvuEyNGQgYmh8L7VOe8Je1QuiqjLNDelMqLA==
- dependencies:
- "@types/cookie" "^0.4.1"
- "@types/cors" "^2.8.12"
- "@types/node" ">=10.0.0"
- accepts "~1.3.4"
- base64id "2.0.0"
- cookie "~0.4.1"
- cors "~2.8.5"
- debug "~4.3.1"
- engine.io-parser "~5.0.0"
- ws "~8.2.3"
-
engine.io@~6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.1.0.tgz#459eab0c3724899d7b63a20c3a6835cf92857939"
@@ -11244,7 +11228,7 @@ snapdragon@^0.8.1:
source-map-resolve "^0.5.0"
use "^3.1.0"
-socket.io-adapter@~2.3.2, socket.io-adapter@~2.3.3:
+socket.io-adapter@~2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.3.3.tgz#4d6111e4d42e9f7646e365b4f578269821f13486"
integrity sha512-Qd/iwn3VskrpNO60BeRyCyr8ZWw9CPZyitW4AQwmRZ8zCiyDiL+znRnWX6tDHXnWn1sJrM1+b6Mn6wEDJJ4aYQ==
@@ -11278,22 +11262,10 @@ socket.io-parser@~4.1.1:
"@socket.io/component-emitter" "~3.0.0"
debug "~4.3.1"
-socket.io@^4.3.1:
- version "4.3.1"
- resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.3.1.tgz#c0aa14f3f916a8ab713e83a5bd20c16600245763"
- integrity sha512-HC5w5Olv2XZ0XJ4gOLGzzHEuOCfj3G0SmoW3jLHYYh34EVsIr3EkW9h6kgfW+K3TFEcmYy8JcPWe//KUkBp5jA==
- dependencies:
- accepts "~1.3.4"
- base64id "~2.0.0"
- debug "~4.3.2"
- engine.io "~6.0.0"
- socket.io-adapter "~2.3.2"
- socket.io-parser "~4.0.4"
-
-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"