From b3a23ba847abaa75d54e1d413182a657bdb493bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 12:04:21 +0000 Subject: [PATCH] Update cross-env requirement from ^1.0.7 to ^5.2.1 Updates the requirements on [cross-env](https://github.com/kentcdodds/cross-env) to permit the latest version. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v1.0.7...v5.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34a31be..c3ad5b3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "chai-enzyme": "^0.4.1", "cheerio": "^0.20.0", "coveralls": "^2.11.9", - "cross-env": "^1.0.7", + "cross-env": "^5.2.1", "css-loader": "^0.23.1", "enzyme": "^2.2.0", "eslint": "^2.0.0",