From 53d097154055c07b44fb851a8f707d4cfc89f3a1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 09:01:32 -0800 Subject: [PATCH] =?UTF-8?q?Update=20cross-env=20to=20the=20latest=20versio?= =?UTF-8?q?n=20=EF=BF=BD=20(#759)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The dependency [cross-env](https://github.com/kentcdodds/cross-env) was updated from `6.0.3` to `7.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:** [kentcdodds](https://www.npmjs.com/~kentcdodds) **License:** MIT
Release Notes for v7.0.0

7.0.0 (2020-01-25)

Features

BREAKING CHANGES

Commits

The new version differs by 1 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/759 Reviewed By: mweststrate Differential Revision: D19578528 Pulled By: passy fbshipit-source-id: 0b3add4ae98fe7ff7d1ed9762a4c546c91b2b282 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 752ff293e2b..25992bbffad 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "async-mutex": "^0.1.3", "chalk": "^3.0.0", "codemirror": "^5.25.0", - "cross-env": "^6.0.3", + "cross-env": "^7.0.0", "dashify": "^2.0.0", "deep-equal": "^2.0.1", "detect-port": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 839741ffee4..621d36b71aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2886,12 +2886,12 @@ create-error-class@^3.0.0: dependencies: capture-stack-trace "^1.0.0" -cross-env@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941" - integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag== +cross-env@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479" + integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ== dependencies: - cross-spawn "^7.0.0" + cross-spawn "^7.0.1" cross-fetch@^3.0.4: version "3.0.4" @@ -2921,7 +2921,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@^7.0.0: +cross-spawn@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==