Update rsocket-tcp-server to the latest version � (#650)

Summary:
## The dependency [rsocket-tcp-server](https://github.com/rsocket/rsocket-js) was updated from `0.0.16` to `0.0.17`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

 ---

**Publisher:** [stevegury](https://www.npmjs.com/~stevegury)
**License:** BSD-3-Clause

[Find out more about this release](https://github.com/rsocket/rsocket-js).

 ---

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

 ---

Your [Greenkeeper](https://greenkeeper.io) bot 🌴
Pull Request resolved: https://github.com/facebook/flipper/pull/650

Reviewed By: passy

Differential Revision: D18626836

Pulled By: cekkaewnumchai

fbshipit-source-id: d47926f1119f369676e42a346be8953b4a90a708
This commit is contained in:
greenkeeper[bot]
2019-11-21 04:17:20 -08:00
committed by Facebook Github Bot
parent 8d0812d435
commit 68d752dd21
2 changed files with 12 additions and 21 deletions

View File

@@ -170,7 +170,7 @@
"redux-persist": "^6.0.0",
"remote-redux-devtools": "^0.5.16",
"rsocket-core": "^0.0.17",
"rsocket-tcp-server": "^0.0.16",
"rsocket-tcp-server": "^0.0.17",
"socket.io": "^2.0.4",
"string-natural-compare": "^3.0.0",
"tmp": "0.0.33",

View File

@@ -7830,15 +7830,6 @@ roarr@^2.14.4:
semver-compare "^1.0.0"
sprintf-js "^1.1.2"
rsocket-core@^0.0.16:
version "0.0.16"
resolved "https://registry.yarnpkg.com/rsocket-core/-/rsocket-core-0.0.16.tgz#0a823877bcb7769ad479c9b609cc5dd6c8389b50"
integrity sha512-mzA5yhSxO5BaAGqpaTzmZBhQD/Ig2Uez/I2KTYGQu8fGlzYhyCv+QHmt9dQ4qkGu1bqBkR/nSD6NtyY/CIfGgw==
dependencies:
fbjs "^1.0.0"
rsocket-flowable "^0.0.14"
rsocket-types "^0.0.16"
rsocket-core@^0.0.17:
version "0.0.17"
resolved "https://registry.yarnpkg.com/rsocket-core/-/rsocket-core-0.0.17.tgz#20c184ac5f476cbd0dd7dee588ce7515696537d6"
@@ -7855,24 +7846,24 @@ rsocket-flowable@^0.0.14:
dependencies:
fbjs "^1.0.0"
rsocket-tcp-client@^0.0.16:
version "0.0.16"
resolved "https://registry.yarnpkg.com/rsocket-tcp-client/-/rsocket-tcp-client-0.0.16.tgz#c9acdb57a8eba2e36f7d5c7cf14a97202203f0fd"
integrity sha512-Vqvw+08g71zbElhjAH5frSJpn8mHMzE1xt3D9eN3ftH3G8ByZgKimow0ElH6yGZ/Nh90749l329wkI7w/B1jOQ==
rsocket-tcp-client@^0.0.17:
version "0.0.17"
resolved "https://registry.yarnpkg.com/rsocket-tcp-client/-/rsocket-tcp-client-0.0.17.tgz#bb4519b3c9d6e5e2f90486de8a2123e547f71e18"
integrity sha512-kGshztt8OgKqkTIXCxKzPOfFiW+nfw0mRT7QT/cVX/ZZpr7ba9Dk1OowHfOsAUA/8Mlyc8sgNom4IkRpjJK2/A==
dependencies:
fbjs "^1.0.0"
rsocket-core "^0.0.16"
rsocket-core "^0.0.17"
rsocket-flowable "^0.0.14"
rsocket-tcp-server@^0.0.16:
version "0.0.16"
resolved "https://registry.yarnpkg.com/rsocket-tcp-server/-/rsocket-tcp-server-0.0.16.tgz#49922bd55e57c3f8f90e49bc357a9b73029a5fdf"
integrity sha512-8DD71CLwFHWZSF+4agMNHkINvpNQgIHBjByYPqdR4Hp2bi3PGZ9FarBYTC1l+YEXgv22y1oTgDXwQNv5kFvLKA==
rsocket-tcp-server@^0.0.17:
version "0.0.17"
resolved "https://registry.yarnpkg.com/rsocket-tcp-server/-/rsocket-tcp-server-0.0.17.tgz#5dbf6d2f83e1bb6c9385b7f5714fd37dd0ef3a3b"
integrity sha512-fzY2JGvoUraJFLUHXT8YA5eO8Jzk1itNktVcaQy4c6LAhLix2UfClJ0Zcwtl1TVQSSLjgF8VJAaawLrWa1tV+Q==
dependencies:
fbjs "^1.0.0"
rsocket-core "^0.0.16"
rsocket-core "^0.0.17"
rsocket-flowable "^0.0.14"
rsocket-tcp-client "^0.0.16"
rsocket-tcp-client "^0.0.17"
rsocket-types "^0.0.16"
rsocket-types@^0.0.16: