aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-06 15:28:57 +0200
committerGitHub <[email protected]>2020-03-06 15:28:57 +0200
commitbcb6bc30e64bd6cd21270844892fa8a76ece683f (patch)
treeca8dd216d01976438530d71db574b5b06920b7e6
parent9a06b8d888bd18d57cc509b7801bc59d53336073 (diff)
downloadbootstrap-bcb6bc30e64bd6cd21270844892fa8a76ece683f.tar.xz
bootstrap-bcb6bc30e64bd6cd21270844892fa8a76ece683f.zip
Bump cross-env from 7.0.0 to 7.0.2 (#30349)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.0 to 7.0.2. - [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/v7.0.0...v7.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 849cfe7e2..40a445552 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3265,9 +3265,9 @@
}
},
"cross-env": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz",
- "integrity": "sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==",
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.2.tgz",
+ "integrity": "sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==",
"dev": true,
"requires": {
"cross-spawn": "^7.0.1"
diff --git a/package.json b/package.json
index 9cce26863..cf6e29468 100644
--- a/package.json
+++ b/package.json
@@ -100,7 +100,7 @@
"babel-eslint": "^10.1.0",
"bundlesize": "^0.18.0",
"clean-css-cli": "^4.3.0",
- "cross-env": "^7.0.0",
+ "cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-xo": "^0.29.1",
"eslint-plugin-import": "^2.20.1",