From afa98856e74ee0436be6e3571a02c3aed396eb56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:50:33 -0700 Subject: [PATCH] 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.
Commits

[![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) ---
Dependabot commands and options
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/2073 Reviewed By: passy Differential Revision: D27230092 Pulled By: priteshrnandgaonkar fbshipit-source-id: f98022c5c002a415b705d6833844b341882c2657 --- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 397029ab8..465f3d723 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -116,7 +116,7 @@ "@types/redux-persist": "^4.3.1", "@types/requestidlecallback": "^0.3.1", "@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/socket.io": "^2.1.13", "@types/testing-library__react": "^10.2.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 09e701022..bf491566e 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2537,10 +2537,10 @@ resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d" integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA== -"@types/rsocket-core@*", "@types/rsocket-core@^0.0.5": - version "0.0.5" - resolved "https://registry.yarnpkg.com/@types/rsocket-core/-/rsocket-core-0.0.5.tgz#5c5605af821a56cbce1777a420583511f3d31974" - integrity sha512-ARlWAs7kJGFezpaK7wGZWB5XhEqMP4NlWBqae43goLR31fLU/VmaCmlIgVOFxj5xwNO6EcUlFQBZNVNxr3Qk3Q== +"@types/rsocket-core@*", "@types/rsocket-core@^0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@types/rsocket-core/-/rsocket-core-0.0.6.tgz#a1e9febf2a21fc14fb943858740d92f430d560e1" + integrity sha512-jL5ZTuUMa8qDZp+1wdmE3IP5teavMQHP++5mPCCbXwEywqBLzKUrZOy0ausaYzd50wRqcBYCsO9o5UFif4fcyQ== dependencies: "@types/node" "*" "@types/rsocket-flowable" "*"