From f94e7f696a80f4e9b2f251b579ace2b0e61c9cab Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 2 Jun 2021 13:26:29 -0700 Subject: [PATCH] Fix ws vuln in desktop/ Summary: Fixes https://github.com/facebook/flipper/security/dependabot/desktop/yarn.lock/ws/open Reviewed By: nikoant Differential Revision: D28831754 fbshipit-source-id: cbe8c3d1401a4d6f4d098a054b0fcbb04b0fc576 --- 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 e987bed9a..475a5c4c6 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -213,7 +213,7 @@ "node-fetch": "^2.6.1", "node-forge": "^0.10.0", "node-notifier": "^8.0.1", - "ws": "7.3.0", + "ws": "7.4.6", "xmldom": "0.5.0", "browserslist": "^4.16.5" }, diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 1f4eb05f9..bfdc973ac 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -13977,10 +13977,10 @@ ws@1.1.5, ws@^1.1.5: options ">=0.0.5" ultron "1.0.x" -ws@7.3.0, ws@^7.2.3, ws@^7.4.6, ws@~7.4.2: - version "7.3.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd" - integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w== +ws@7.4.6, ws@^7.2.3, ws@^7.4.6, ws@~7.4.2: + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== xdg-basedir@^4.0.0: version "4.0.0"