Bump @types/rsocket-core from 0.0.5 to 0.0.6 in /desktop (#2073)

Summary:
Bumps [types/rsocket-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rsocket-core) from 0.0.5 to 0.0.6.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rsocket-core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/rsocket-core&package-manager=npm_and_yarn&previous-version=0.0.5&new-version=0.0.6)](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/2073

Reviewed By: passy

Differential Revision: D27230092

Pulled By: priteshrnandgaonkar

fbshipit-source-id: f98022c5c002a415b705d6833844b341882c2657
This commit is contained in:
dependabot[bot]
2021-03-22 16:50:33 -07:00
committed by Facebook GitHub Bot
parent e1b12bbcf7
commit afa98856e7
2 changed files with 5 additions and 5 deletions

View File

@@ -116,7 +116,7 @@
"@types/redux-persist": "^4.3.1", "@types/redux-persist": "^4.3.1",
"@types/requestidlecallback": "^0.3.1", "@types/requestidlecallback": "^0.3.1",
"@types/resize-observer-browser": "^0.1.5", "@types/resize-observer-browser": "^0.1.5",
"@types/rsocket-core": "^0.0.5", "@types/rsocket-core": "^0.0.6",
"@types/rsocket-tcp-server": "^0.0.2", "@types/rsocket-tcp-server": "^0.0.2",
"@types/socket.io": "^2.1.13", "@types/socket.io": "^2.1.13",
"@types/testing-library__react": "^10.2.0", "@types/testing-library__react": "^10.2.0",

View File

@@ -2537,10 +2537,10 @@
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d" resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA== integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
"@types/rsocket-core@*", "@types/rsocket-core@^0.0.5": "@types/rsocket-core@*", "@types/rsocket-core@^0.0.6":
version "0.0.5" version "0.0.6"
resolved "https://registry.yarnpkg.com/@types/rsocket-core/-/rsocket-core-0.0.5.tgz#5c5605af821a56cbce1777a420583511f3d31974" resolved "https://registry.yarnpkg.com/@types/rsocket-core/-/rsocket-core-0.0.6.tgz#a1e9febf2a21fc14fb943858740d92f430d560e1"
integrity sha512-ARlWAs7kJGFezpaK7wGZWB5XhEqMP4NlWBqae43goLR31fLU/VmaCmlIgVOFxj5xwNO6EcUlFQBZNVNxr3Qk3Q== integrity sha512-jL5ZTuUMa8qDZp+1wdmE3IP5teavMQHP++5mPCCbXwEywqBLzKUrZOy0ausaYzd50wRqcBYCsO9o5UFif4fcyQ==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/rsocket-flowable" "*" "@types/rsocket-flowable" "*"