Bump socket.io from 4.0.1 to 4.1.1 in /desktop (#2334)
Summary: Bumps [socket.io](https://github.com/socketio/socket.io) from 4.0.1 to 4.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/releases">socket.io's releases</a>.</em></p> <blockquote> <h2>4.1.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> properly type server-side events (<a href="b84ed1e41c">b84ed1e</a>)</li> <li><strong>typings:</strong> properly type the adapter attribute (<a href="891b1870e9">891b187</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.1.0...4.1.1">https://github.com/socketio/socket.io/compare/4.1.0...4.1.1</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.1.1">4.1.1</a></li> <li>engine.io version: <code>~5.1.0</code></li> <li>ws version: <code>~7.4.2</code></li> </ul> <h2>4.1.0</h2> <p>Blog post: <a href="https://socket.io/blog/socket-io-4-1-0/">https://socket.io/blog/socket-io-4-1-0/</a></p> <h3>Features</h3> <ul> <li>add support for inter-server communication (<a href="93cce05fb3">93cce05</a>)</li> <li>notify upon namespace creation (<a href="499c89250d">499c892</a>)</li> <li>add a "connection_error" event (<a href="7096e98a02">7096e98</a>, from <code>engine.io</code>)</li> <li>add the "initial_headers" and "headers" events (<a href="252754353a">2527543</a>, from <code>engine.io</code>)</li> </ul> <h4>Links:</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.0.2...4.1.0">https://github.com/socketio/socket.io/compare/4.0.2...4.1.0</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.1.0">4.1.0</a></li> <li>engine.io version: <code>~5.1.0</code></li> <li>ws version: <code>~7.4.2</code></li> </ul> <h2>4.0.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> make "engine" attribute public (<a href="b81ce4c9d0">b81ce4c</a>)</li> <li>properly export the Socket class (<a href="d65b6ee84c">d65b6ee</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.0.1...4.0.2">https://github.com/socketio/socket.io/compare/4.0.1...4.0.2</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.0.2">4.0.2</a></li> <li>engine.io version: <code>~5.0.0</code></li> <li>ws version: <code>~7.4.2</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/blob/master/CHANGELOG.md">socket.io's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io/compare/4.1.0...4.1.1">4.1.1</a> (2021-05-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> properly type server-side events (<a href="b84ed1e41c">b84ed1e</a>)</li> <li><strong>typings:</strong> properly type the adapter attribute (<a href="891b1870e9">891b187</a>)</li> </ul> <h1><a href="https://github.com/socketio/socket.io/compare/4.0.2...4.1.0">4.1.0</a> (2021-05-11)</h1> <h3>Features</h3> <ul> <li>add support for inter-server communication (<a href="93cce05fb3">93cce05</a>)</li> <li>notify upon namespace creation (<a href="499c89250d">499c892</a>)</li> <li>add a "connection_error" event (<a href="7096e98a02">7096e98</a>, from <code>engine.io</code>)</li> <li>add the "initial_headers" and "headers" events (<a href="252754353a">2527543</a>, from <code>engine.io</code>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>add support for the "wsPreEncoded" writing option (<a href="dc381b72c6">dc381b7</a>)</li> </ul> <h2><a href="https://github.com/socketio/socket.io/compare/4.0.1...4.0.2">4.0.2</a> (2021-05-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> make "engine" attribute public (<a href="b81ce4c9d0">b81ce4c</a>)</li> <li>properly export the Socket class (<a href="d65b6ee84c">d65b6ee</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="995f38f4cc"><code>995f38f</code></a> chore(release): 4.1.1</li> <li><a href="891b1870e9"><code>891b187</code></a> fix(typings): properly type the adapter attribute</li> <li><a href="b84ed1e41c"><code>b84ed1e</code></a> fix(typings): properly type server-side events</li> <li><a href="fb6b0efec9"><code>fb6b0ef</code></a> chore(release): 4.1.0</li> <li><a href="95d9e4a42f"><code>95d9e4a</code></a> test: fix randomly failing test</li> <li><a href="499c89250d"><code>499c892</code></a> feat: notify upon namespace creation</li> <li><a href="93cce05fb3"><code>93cce05</code></a> feat: add support for inter-server communication</li> <li><a href="dc381b72c6"><code>dc381b7</code></a> perf: add support for the "wsPreEncoded" writing option</li> <li><a href="9fff03487c"><code>9fff034</code></a> chore(release): 4.0.2</li> <li><a href="b81ce4c9d0"><code>b81ce4c</code></a> fix(typings): make "engine" attribute public</li> <li>Additional commits viewable in <a href="https://github.com/socketio/socket.io/compare/4.0.1...4.1.1">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2334 Reviewed By: priteshrnandgaonkar Differential Revision: D28474762 Pulled By: mweststrate fbshipit-source-id: 390da943efd6e6e96135d612adb855f132580ff6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
26209a0134
commit
706b3cfca8
@@ -178,7 +178,7 @@
|
|||||||
"recursive-readdir": "^2.2.2",
|
"recursive-readdir": "^2.2.2",
|
||||||
"redux": "^4.0.0",
|
"redux": "^4.0.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"socket.io": "^4.0.1",
|
"socket.io": "^4.1.1",
|
||||||
"tmp": "^0.2.1",
|
"tmp": "^0.2.1",
|
||||||
"ts-jest": "^26.5.6",
|
"ts-jest": "^26.5.6",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node": "^9.1.1",
|
||||||
|
|||||||
@@ -5766,10 +5766,10 @@ engine.io-parser@~4.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
base64-arraybuffer "0.1.4"
|
base64-arraybuffer "0.1.4"
|
||||||
|
|
||||||
engine.io@~5.0.0:
|
engine.io@~5.1.0:
|
||||||
version "5.0.0"
|
version "5.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-5.0.0.tgz#470dc94a8a4907fa4d2cd1fa6611426afcee61bf"
|
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-5.1.1.tgz#a1f97e51ddf10cbd4db8b5ff4b165aad3760cdd3"
|
||||||
integrity sha512-BATIdDV3H1SrE9/u2BAotvsmjJg0t1P4+vGedImSs1lkFAtQdvk4Ev1y4LDiPF7BPWgXWEG+NDY+nLvW3UrMWw==
|
integrity sha512-aMWot7H5aC8L4/T8qMYbLdvKlZOdJTH54FxfdFunTGvhMx1BHkJOntWArsVfgAZVwAO9LC2sryPWRcEeUzCe5w==
|
||||||
dependencies:
|
dependencies:
|
||||||
accepts "~1.3.4"
|
accepts "~1.3.4"
|
||||||
base64id "2.0.0"
|
base64id "2.0.0"
|
||||||
@@ -12206,10 +12206,10 @@ snapdragon@^0.8.1:
|
|||||||
source-map-resolve "^0.5.0"
|
source-map-resolve "^0.5.0"
|
||||||
use "^3.1.0"
|
use "^3.1.0"
|
||||||
|
|
||||||
socket.io-adapter@~2.2.0:
|
socket.io-adapter@~2.3.0:
|
||||||
version "2.2.0"
|
version "2.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.2.0.tgz#43af9157c4609e74b8addc6867873ac7eb48fda2"
|
resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.3.0.tgz#63090df6dd6d289b0806acff4a0b2f1952ffe37e"
|
||||||
integrity sha512-rG49L+FwaVEwuAdeBRq49M97YI3ElVabJPzvHT9S6a2CWhDKnjSFasvwAwSYPRhQzfn4NtDIbCaGYgOCOU/rlg==
|
integrity sha512-jdIbSFRWOkaZpo5mXy8T7rXEN6qo3bOFuq4nVeX1ZS7AtFlkbk39y153xTXEIW7W94vZfhVOux1wTU88YxcM1w==
|
||||||
|
|
||||||
socket.io-parser@~4.0.3:
|
socket.io-parser@~4.0.3:
|
||||||
version "4.0.4"
|
version "4.0.4"
|
||||||
@@ -12220,10 +12220,10 @@ socket.io-parser@~4.0.3:
|
|||||||
component-emitter "~1.3.0"
|
component-emitter "~1.3.0"
|
||||||
debug "~4.3.1"
|
debug "~4.3.1"
|
||||||
|
|
||||||
socket.io@^4.0.1:
|
socket.io@^4.1.1:
|
||||||
version "4.0.1"
|
version "4.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.0.1.tgz#d2e01cf3780d810b66182b3fbef08a04a4ccf924"
|
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.1.1.tgz#aa3e4d93142fec6ba2053091601b55c835864b54"
|
||||||
integrity sha512-g8eZB9lV0f4X4gndG0k7YZAywOg1VxYgCUspS4V+sDqsgI/duqd0AW84pKkbGj/wQwxrqrEq+VZrspRfTbHTAQ==
|
integrity sha512-YKPdhaYRGEXjP+VqoKlfOEPgDjm0aMq1YWonjHg4rBU1xJCmgceNh2XL1vO4czWupH+WX1+d9Wqb768h7BC5kw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/cookie" "^0.4.0"
|
"@types/cookie" "^0.4.0"
|
||||||
"@types/cors" "^2.8.8"
|
"@types/cors" "^2.8.8"
|
||||||
@@ -12231,8 +12231,8 @@ socket.io@^4.0.1:
|
|||||||
accepts "~1.3.4"
|
accepts "~1.3.4"
|
||||||
base64id "~2.0.0"
|
base64id "~2.0.0"
|
||||||
debug "~4.3.1"
|
debug "~4.3.1"
|
||||||
engine.io "~5.0.0"
|
engine.io "~5.1.0"
|
||||||
socket.io-adapter "~2.2.0"
|
socket.io-adapter "~2.3.0"
|
||||||
socket.io-parser "~4.0.3"
|
socket.io-parser "~4.0.3"
|
||||||
|
|
||||||
sort-keys@^4.0.0:
|
sort-keys@^4.0.0:
|
||||||
|
|||||||
Reference in New Issue
Block a user