Bump socket.io from 4.0.0 to 4.0.1 in /desktop (#2161)
Summary: Bumps [socket.io](https://github.com/socketio/socket.io) from 4.0.0 to 4.0.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.0.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> add fallback to untyped event listener (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3834">#3834</a>) (<a href="a11152f42b">a11152f</a>)</li> <li><strong>typings:</strong> update return type from emit (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3843">#3843</a>) (<a href="1a72ae4fe2">1a72ae4</a>)</li> </ul> <h4>Links:</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.0.0...4.0.1">https://github.com/socketio/socket.io/compare/4.0.0...4.0.1</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.0.1">4.0.1</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.0.0...4.0.1">4.0.1</a> (2021-03-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>typings:</strong> add fallback to untyped event listener (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3834">#3834</a>) (<a href="a11152f42b">a11152f</a>)</li> <li><strong>typings:</strong> update return type from emit (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3843">#3843</a>) (<a href="1a72ae4fe2">1a72ae4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1faa7e3aea"><code>1faa7e3</code></a> chore(release): 4.0.1</li> <li><a href="a11152f42b"><code>a11152f</code></a> fix(typings): add fallback to untyped event listener (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3834">#3834</a>)</li> <li><a href="259f29720b"><code>259f297</code></a> docs(examples): remove unnecessary type annotations (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3855">#3855</a>)</li> <li><a href="b4ae8d2e19"><code>b4ae8d2</code></a> docs(examples): update all examples to Socket.IO v4</li> <li><a href="64be1c9985"><code>64be1c9</code></a> docs(examples): fix chat example (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3787">#3787</a>)</li> <li><a href="1a72ae4fe2"><code>1a72ae4</code></a> fix(typings): update return type from emit (<a href="https://github-redirect.dependabot.com/socketio/socket.io/issues/3843">#3843</a>)</li> <li>See full diff in <a href="https://github.com/socketio/socket.io/compare/4.0.0...4.0.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/2161 Reviewed By: nikoant Differential Revision: D27589260 Pulled By: mweststrate fbshipit-source-id: 381b38b0ad790737bc56d2cbc5dbd7b93a134acc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c26963de41
commit
9583da37e7
@@ -176,7 +176,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.0",
|
"socket.io": "^4.0.1",
|
||||||
"tmp": "^0.2.1",
|
"tmp": "^0.2.1",
|
||||||
"ts-jest": "^26.0.0",
|
"ts-jest": "^26.0.0",
|
||||||
"ts-node": "^8.8.1",
|
"ts-node": "^8.8.1",
|
||||||
|
|||||||
@@ -12479,10 +12479,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.0:
|
socket.io@^4.0.1:
|
||||||
version "4.0.0"
|
version "4.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.0.0.tgz#ee484a95dc6a38698491aaf63b6ec1f3ceeac0a8"
|
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.0.1.tgz#d2e01cf3780d810b66182b3fbef08a04a4ccf924"
|
||||||
integrity sha512-/c1riZMV/4yz7KEpaMhDQbwhJDIoO55whXaRKgyEBQrLU9zUHXo9rzeTMvTOqwL9mbKfHKdrXcMoCeQ/1YtMsg==
|
integrity sha512-g8eZB9lV0f4X4gndG0k7YZAywOg1VxYgCUspS4V+sDqsgI/duqd0AW84pKkbGj/wQwxrqrEq+VZrspRfTbHTAQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/cookie" "^0.4.0"
|
"@types/cookie" "^0.4.0"
|
||||||
"@types/cors" "^2.8.8"
|
"@types/cors" "^2.8.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user