From f2279f62c56e144146eca64ab43fca76028ebf6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 07:29:26 -0700 Subject: [PATCH] Bump ws from 8.5.0 to 8.6.0 in /desktop (#3708) Summary: Bumps [ws](https://github.com/websockets/ws) from 8.5.0 to 8.6.0.
Release notes

Sourced from ws's releases.

8.6.0

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=8.5.0&new-version=8.6.0)](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/3708 Reviewed By: timur-valiev Differential Revision: D36371198 Pulled By: mweststrate fbshipit-source-id: df9befdb3f95be2b8c564f87287bd8621e3a0c59 --- 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 edb1c1ebc..ee61eafcc 100644 --- a/desktop/flipper-server-core/package.json +++ b/desktop/flipper-server-core/package.json @@ -40,7 +40,7 @@ "split2": "^4.1.0", "tmp": "^0.2.1", "which": "^2.0.2", - "ws": "^8.5.0", + "ws": "^8.6.0", "xdg-basedir": "^4.0.0" }, "devDependencies": { diff --git a/desktop/static/package.json b/desktop/static/package.json index 25303cb7a..f0016fd6c 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -9,7 +9,7 @@ "fix-path": "^3.0.0", "mkdirp": "^1.0.4", "node-fetch": "^2.6.7", - "ws": "^8.5.0", + "ws": "^8.6.0", "xdg-basedir": "^4.0.0", "yargs": "^16.2.0" }, diff --git a/desktop/yarn.lock b/desktop/yarn.lock index b960e077b..18aa78ee9 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -13032,10 +13032,10 @@ ws@^7.4.5, ws@^7.5.1: resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67" integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A== -ws@^8.5.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" - integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== +ws@^8.5.0, ws@^8.6.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.6.0.tgz#e5e9f1d9e7ff88083d0c0dd8281ea662a42c9c23" + integrity sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw== ws@~8.2.3: version "8.2.3"