From 163f3982f759bd3381c2b2ce889060e6d6517e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 02:16:35 -0700 Subject: [PATCH] Bump ws from 7.2.3 to 7.3.0 in /desktop (#1266) Summary: Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.3.0.
Release notes

Sourced from ws's releases.

7.3.0

Features

7.2.5

Bug fixes

7.2.4

Bug fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=7.2.3&new-version=7.3.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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
Pull Request resolved: https://github.com/facebook/flipper/pull/1266 Reviewed By: nikoant Differential Revision: D22118507 Pulled By: passy fbshipit-source-id: 700f098e5c7b6ddb1dda27ef50974af5b73fe88c --- desktop/app/package.json | 2 +- desktop/headless/package.json | 2 +- desktop/package.json | 2 +- desktop/static/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index c79f86db2..c225870f6 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -60,7 +60,7 @@ "tmp": "^0.2.1", "uuid": "^8.1.0", "which": "^2.0.1", - "ws": "^7.2.3", + "ws": "^7.3.0", "xdg-basedir": "^4.0.0" }, "optionalDependencies": { diff --git a/desktop/headless/package.json b/desktop/headless/package.json index b50313200..9afff6656 100644 --- a/desktop/headless/package.json +++ b/desktop/headless/package.json @@ -11,7 +11,7 @@ "node-fetch": "^2.3.0", "redux": "^4.0.0", "remote-redux-devtools": "^0.5.16", - "ws": "^7.2.3", + "ws": "^7.3.0", "yargs": "^15.3.1" } } diff --git a/desktop/package.json b/desktop/package.json index 39835e5a2..ead97556f 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -101,7 +101,7 @@ "minimist": "1.2.3", "**/metro/**/temp": "0.9.0", "**/metro/**/ws": "1.1.5", - "ws": "7.2.3", + "ws": "7.3.0", "kind-of": "6.0.3" }, "devDependencies": { diff --git a/desktop/static/package.json b/desktop/static/package.json index ad37813ff..8063998ba 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -19,7 +19,7 @@ "p-map": "^4.0.0", "recursive-readdir": "^2.2.2", "uuid": "^8.1.0", - "ws": "^7.2.3", + "ws": "^7.3.0", "xdg-basedir": "^4.0.0", "yargs": "^15.3.1" } diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 968a7b7b7..6c2b1c781 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12721,10 +12721,10 @@ ws@1.1.5, ws@^1.1.5: options ">=0.0.5" ultron "1.0.x" -ws@7.1.0, ws@7.2.3, ws@^5.2.0, ws@^7, ws@^7.0.0, ws@^7.1.2, ws@^7.2.3, ws@~6.1.0: - version "7.2.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz#a5411e1fb04d5ed0efee76d26d5c46d830c39b46" - integrity sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ== +ws@7.1.0, ws@7.3.0, ws@^5.2.0, ws@^7, ws@^7.0.0, ws@^7.1.2, ws@^7.2.3, ws@^7.3.0, ws@~6.1.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd" + integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w== x-is-string@^0.1.0: version "0.1.0"