From ea74a5afbb1bf415832c733e9dcca2c1e80e4c2b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 09:01:10 -0800 Subject: [PATCH] =?UTF-8?q?Update=20mkdirp=20in=20group=20website=20to=20t?= =?UTF-8?q?he=20latest=20version=20=EF=BF=BD=20(#758)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The dependency [mkdirp](https://github.com/isaacs/node-mkdirp) was updated from `0.5.1` to `1.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:** [isaacs](https://www.npmjs.com/~isaacs) **License:** MIT [Find out more about this release](https://github.com/isaacs/node-mkdirp). ---
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/758 Reviewed By: mweststrate Differential Revision: D19578530 Pulled By: passy fbshipit-source-id: 3f7970875458904dc9bd74828328e5f436abacde --- static/package.json | 2 +- static/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/package.json b/static/package.json index 52a978bbbed..1f972c0d639 100644 --- a/static/package.json +++ b/static/package.json @@ -20,7 +20,7 @@ "fix-path": "^2.1.0", "mem": "^6.0.0", "metro": "^0.58.0", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "p-map": "^3.0.0", "recursive-readdir": "2.2.2", "xdg-basedir": "^4.0.0", diff --git a/static/yarn.lock b/static/yarn.lock index 5365d9c1580..ded0a100b6c 100644 --- a/static/yarn.lock +++ b/static/yarn.lock @@ -2381,6 +2381,11 @@ mkdirp@^0.5.1: dependencies: minimist "0.0.8" +mkdirp@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.2.tgz#5ccd93437619ca7050b538573fc918327eba98fb" + integrity sha512-N2REVrJ/X/jGPfit2d7zea2J1pf7EAR5chIUcfHffAZ7gmlam5U65sAm76+o4ntQbSRdTjYf7qZz3chuHlwXEA== + ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"