From 7815618d8462e4cd664b491fccfc7581ccb3ed73 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 07:55:53 -0800 Subject: [PATCH] chore(package): update websocket to version 1.0.31 (#693) Summary: Fix https://github.com/facebook/flipper/issues/677 Pull Request resolved: https://github.com/facebook/flipper/pull/693 Reviewed By: mweststrate Differential Revision: D18929823 Pulled By: passy fbshipit-source-id: 41c459eca8a732eb60f2e637687c4f8d69ec009c --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 528f5dd59..a4f0ed316 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "string-natural-compare": "^3.0.0", "tmp": "0.0.33", "uuid": "^3.3.2", - "websocket": "^1.0.24", + "websocket": "^1.0.31", "which": "^2.0.1", "ws": "7.2.0", "xdg-basedir": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 76b318ac2..a571f9254 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9361,12 +9361,13 @@ webidl-conversions@^4.0.2: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== -websocket@^1.0.24: - version "1.0.30" - resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.30.tgz#91d3bd00c3d43e916f0cf962f8f8c451bb0b2373" - integrity sha512-aO6klgaTdSMkhfl5VVJzD5fm+Srhh5jLYbS15+OiI1sN6h/RU/XW6WN9J1uVIpUKNmsTvT3Hs35XAFjn9NMfOw== +websocket@^1.0.31: + version "1.0.31" + resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.31.tgz#e5d0f16c3340ed87670e489ecae6144c79358730" + integrity sha512-VAouplvGKPiKFDTeCCO65vYHsyay8DqoBSlzIO3fayrfOgU94lQN5a1uWVnFrMLceTJw/+fQXR5PGbUVRaHshQ== dependencies: debug "^2.2.0" + es5-ext "^0.10.50" nan "^2.14.0" typedarray-to-buffer "^3.1.5" yaeti "^0.0.6"