From f0a3b5aeb995c360c16ca029128dbe12be8d58a3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 02:54:11 -0800 Subject: [PATCH] =?UTF-8?q?Update=20mkdirp=20in=20group=20main=20to=20the?= =?UTF-8?q?=20latest=20version=20=EF=BF=BD=20(#757)?= 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/757 Reviewed By: mweststrate Differential Revision: D19578531 Pulled By: passy fbshipit-source-id: b31ca29fabf263978242af464882cc530ff6564d --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 25992bbff..bffe20d80 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "live-plugin-manager": "^0.14.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "node-fetch": "^2.3.0", "npm-api": "^1.0.0", "open": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 621d36b71..0160f2998 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6349,6 +6349,11 @@ mkdirp@0.5.1, mkdirp@0.x, mkdirp@^0.5.0, 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== + moment@^2.15.1, moment@^2.24.0: version "2.24.0" resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"