From 0d1520bbec3ee59e04f705ad80611e60ce3f356d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:37:22 -0800 Subject: [PATCH] Bump ws from 8.4.0 to 8.4.2 in /desktop (#3354) Summary: Bumps [ws](https://github.com/websockets/ws) from 8.4.0 to 8.4.2.
Release notes

Sourced from ws's releases.

8.4.2

Bug fixes

8.4.1

Notable changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=8.4.0&new-version=8.4.2)](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/3354 Reviewed By: aigoncharov Differential Revision: D33741798 Pulled By: lblasa fbshipit-source-id: e8d43d2408118f6b19a2c59603b92c701100f355 --- desktop/flipper-server-core/package.json | 2 +- desktop/static/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/flipper-server-core/package.json b/desktop/flipper-server-core/package.json index 99914e96b..9cd50b056 100644 --- a/desktop/flipper-server-core/package.json +++ b/desktop/flipper-server-core/package.json @@ -38,7 +38,7 @@ "tmp": "^0.2.1", "uuid": "^8.3.2", "which": "^2.0.2", - "ws": "^8.4.0", + "ws": "^8.4.2", "xdg-basedir": "^4.0.0" }, "devDependencies": { diff --git a/desktop/static/package.json b/desktop/static/package.json index 0dc6d67b2..75dcf2ae6 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -10,7 +10,7 @@ "mac-ca": "^1.0.6", "mkdirp": "^1.0.4", "node-fetch": "^2.6.6", - "ws": "^8.4.0", + "ws": "^8.4.2", "xdg-basedir": "^4.0.0", "yargs": "^16.2.0" }, diff --git a/desktop/yarn.lock b/desktop/yarn.lock index c9e5f0aea..89d71af91 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12648,10 +12648,10 @@ ws@^7.4.5: resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b" integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA== -ws@^8.4.0: - version "8.4.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.0.tgz#f05e982a0a88c604080e8581576e2a063802bed6" - integrity sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ== +ws@^8.4.2: + version "8.4.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b" + integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA== ws@~8.2.3: version "8.2.3"