Skip to content

Commit 1e85372

Browse files
committed
chore(cross-env): upgrade cross-env to v 7.x
Major change includes environment deprecations, which drops support for Node < 10.x
1 parent 8a74e52 commit 1e85372

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chalk": "^4.1.0",
3030
"conditional-specs": "^1.0.1",
3131
"conventional-changelog": "^3.1.12",
32-
"cross-env": "^5.0.0",
32+
"cross-env": "^7.0.2",
3333
"eslint": "^4.18.1",
3434
"eslint-plugin-flowtype": "^2.46.1",
3535
"eslint-plugin-markdown": "^1.0.0-beta.6",

Diff for: yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -4721,12 +4721,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
47214721
safe-buffer "^5.0.1"
47224722
sha.js "^2.4.8"
47234723

4724-
cross-env@^5.0.0:
4725-
version "5.1.3"
4726-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.3.tgz#f8ae18faac87692b0a8b4d2f7000d4ec3a85dfd7"
4724+
cross-env@^7.0.2:
4725+
version "7.0.2"
4726+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
4727+
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
47274728
dependencies:
4728-
cross-spawn "^5.1.0"
4729-
is-windows "^1.0.0"
4729+
cross-spawn "^7.0.1"
47304730

47314731
cross-spawn@^5.1.0:
47324732
version "5.1.0"
@@ -4755,6 +4755,15 @@ cross-spawn@^7.0.0:
47554755
shebang-command "^2.0.0"
47564756
which "^2.0.1"
47574757

4758+
cross-spawn@^7.0.1:
4759+
version "7.0.3"
4760+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
4761+
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
4762+
dependencies:
4763+
path-key "^3.1.0"
4764+
shebang-command "^2.0.0"
4765+
which "^2.0.1"
4766+
47584767
crypto-browserify@^3.11.0:
47594768
version "3.12.0"
47604769
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"

0 commit comments

Comments
 (0)