From 2c585a04ae943aeafda3ab4497cd190967fc5594 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 18:30:27 +0000 Subject: [PATCH] Bump cross-env from 5.2.1 to 7.0.0 Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.2.1 to 7.0.0. - [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/v5.2.1...v7.0.0) 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 c2e26bb..70b2760 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/mocha": "^5.0.0", "@types/node": "^9.3.0", "@types/power-assert": "^1.4.29", - "cross-env": "^5.1.3", + "cross-env": "^7.0.0", "mocha": "^5.0.0", "nyc": "^11.4.1", "power-assert": "^1.4.4",