From a7dc8595e9ee579e127fabab86625793bec1f193 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 05:12:06 -0700 Subject: [PATCH] =?UTF-8?q?Update=20ws=20in=20group=20website=20to=20the?= =?UTF-8?q?=20latest=20version=20=EF=BF=BD=20(#596)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The dependency [ws](https://github.com/websockets/ws) was updated from `7.1.2` to `7.2.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [lpinca](https://www.npmjs.com/~lpinca) **License:** MIT [Find out more about this release](https://github.com/websockets/ws). ---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/596 Differential Revision: D18032150 Pulled By: passy fbshipit-source-id: 44f6156cecb879f523dbe93d22f8b65dbe13646a --- static/package.json | 2 +- static/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/package.json b/static/package.json index 83dd1e968..d5a1fb5a9 100644 --- a/static/package.json +++ b/static/package.json @@ -21,7 +21,7 @@ "mkdirp": "^0.5.1", "p-map": "^3.0.0", "recursive-readdir": "2.2.2", - "ws": "7.1.2", + "ws": "7.2.0", "xdg-basedir": "^4.0.0", "yargs": "^14.2.0" }, diff --git a/static/yarn.lock b/static/yarn.lock index 1debe01cd..a173ef197 100644 --- a/static/yarn.lock +++ b/static/yarn.lock @@ -3686,10 +3686,10 @@ write-file-atomic@^1.2.0: imurmurhash "^0.1.4" slide "^1.1.5" -ws@7.1.2: - version "7.1.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.1.2.tgz#c672d1629de8bb27a9699eb599be47aeeedd8f73" - integrity sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg== +ws@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.0.tgz#422eda8c02a4b5dba7744ba66eebbd84bcef0ec7" + integrity sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg== dependencies: async-limiter "^1.0.0"