diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-28 13:09:36 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-01-28 13:09:36 +0200 |
| commit | d182ad1e62db31283418955649cd75ed4d4506bf (patch) | |
| tree | 84bd10d0cada9e0aa7a80fed3f414cd0f9c92a88 /package-lock.json | |
| parent | 5ef829bd15762c53de7fc92b4901fa40ca5937fd (diff) | |
| download | bootstrap-d182ad1e62db31283418955649cd75ed4d4506bf.tar.xz bootstrap-d182ad1e62db31283418955649cd75ed4d4506bf.zip | |
Bump cross-env from 6.0.3 to 7.0.0 (#30094)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 6.0.3 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/v6.0.3...v7.0.0)
Signed-off-by: dependabot-preview[bot] <[email protected]>
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 9cb10ec6f..dcf796fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3073,12 +3073,12 @@ } }, "cross-env": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz", - "integrity": "sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz", + "integrity": "sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==", "dev": true, "requires": { - "cross-spawn": "^7.0.0" + "cross-spawn": "^7.0.1" } }, "cross-spawn": { |
