From cbb6c82193d9fa43c111380572e2a5624aba1421 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 10:35:07 -0800 Subject: [PATCH] =?UTF-8?q?Update=20p-map=20in=20group=20website=20to=20th?= =?UTF-8?q?e=20latest=20version=20=EF=BF=BD=20(#865)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The dependency [p-map](https://github.com/sindresorhus/p-map) was updated from `3.0.0` to `4.0.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:** [sindresorhus](https://www.npmjs.com/~sindresorhus) **License:** MIT
Release Notes for v4.0.0

Breaking

Improvements

v3.0.0...v4.0.0

Commits

The new version differs by 5 commits.

See the full diff

---
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/865 Reviewed By: mweststrate Differential Revision: D20303303 Pulled By: passy fbshipit-source-id: a5c553e559d28f32e2254a9dfa7a19069e39e9fb --- 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 40efe234a..f85646eb5 100644 --- a/static/package.json +++ b/static/package.json @@ -22,7 +22,7 @@ "mem": "^6.0.0", "metro": "^0.58.0", "mkdirp": "^1.0.0", - "p-map": "^3.0.0", + "p-map": "^4.0.0", "recursive-readdir": "2.2.2", "uuid": "^7.0.1", "xdg-basedir": "^4.0.0", diff --git a/static/yarn.lock b/static/yarn.lock index 3575e2ec7..cc1db056a 100644 --- a/static/yarn.lock +++ b/static/yarn.lock @@ -2842,10 +2842,10 @@ p-locate@^4.1.0: dependencies: p-limit "^2.2.0" -p-map@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d" - integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== +p-map@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== dependencies: aggregate-error "^3.0.0"