Bump rsocket-flowable from 0.0.22 to 0.0.23 in /desktop (#1954)

Summary:
Bumps [rsocket-flowable](https://github.com/rsocket/rsocket-js) from 0.0.22 to 0.0.23.
<details>
<summary>Commits</summary>
<ul>
<li><a href="8e357291ed"><code>8e35729</code></a> v0.0.23</li>
<li><a href="5eece29159"><code>5eece29</code></a> ensures existing Buffer polyfills are overridden (<a href="https://github-redirect.dependabot.com/rsocket/rsocket-js/issues/114">https://github.com/facebook/flipper/issues/114</a>)</li>
<li><a href="e002a64d69"><code>e002a64</code></a> ensures connection closed if connect() subscription is cancelled (<a href="https://github-redirect.dependabot.com/rsocket/rsocket-js/issues/113">https://github.com/facebook/flipper/issues/113</a>)</li>
<li><a href="a94ebeab5b"><code>a94ebea</code></a> improves example</li>
<li><a href="6fb2aa519b"><code>6fb2aa5</code></a> removes proper handler</li>
<li><a href="d392b39843"><code>d392b39</code></a> adds missing rsocket-types package</li>
<li><a href="f85762d078"><code>f85762d</code></a> adds example of server-side with composite metadata</li>
<li><a href="195e9affd5"><code>195e9af</code></a> fixes formats and improves composite-metadata example</li>
<li>See full diff in <a href="https://github.com/rsocket/rsocket-js/compare/v0.0.22...v0.0.23">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rsocket-flowable&package-manager=npm_and_yarn&previous-version=0.0.22&new-version=0.0.23)](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/1954

Reviewed By: mweststrate

Differential Revision: D26605957

Pulled By: passy

fbshipit-source-id: 511bf81579216edc60ab4ab1f4a1adab1cd305c2
This commit is contained in:
dependabot[bot]
2021-02-24 11:29:00 -08:00
committed by Facebook GitHub Bot
parent 3a6d7517a4
commit 9b371b2f78
2 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@
"redux": "^4.0.0", "redux": "^4.0.0",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"rsocket-core": "^0.0.19", "rsocket-core": "^0.0.19",
"rsocket-flowable": "^0.0.22", "rsocket-flowable": "^0.0.23",
"rsocket-tcp-server": "^0.0.19", "rsocket-tcp-server": "^0.0.19",
"rsocket-types": "^0.0.16", "rsocket-types": "^0.0.16",
"semver": "^7.3.2", "semver": "^7.3.2",

View File

@@ -11134,10 +11134,10 @@ rsocket-flowable@^0.0.14:
dependencies: dependencies:
fbjs "^1.0.0" fbjs "^1.0.0"
rsocket-flowable@^0.0.22: rsocket-flowable@^0.0.23:
version "0.0.22" version "0.0.23"
resolved "https://registry.yarnpkg.com/rsocket-flowable/-/rsocket-flowable-0.0.22.tgz#0f572edd3c5fadec99cd89fe098d96c81439b99e" resolved "https://registry.yarnpkg.com/rsocket-flowable/-/rsocket-flowable-0.0.23.tgz#4bbb089bc7b4cb431d3ced1aba6d587aee8167c1"
integrity sha512-sjmvZVN10kdwHJ/XT1tbuXh6yz90IesXhMI4Wc0wlSAQ+NIIQGTeXre21t5jLYFQX/OEKgN5D2vTFLX7aYwYQA== integrity sha512-fIZvpPNUoFlpyrJ1SdHm4QSDvVK9E+NlzvGz2oJP3A8FHS6GWpDLc5YYD3dhih1ZkL0/mS6mSQfxdQl7x2NO5g==
dependencies: dependencies:
fbjs "^2.0.0" fbjs "^2.0.0"