Skip to content

Commit 9669a2c

Browse files
chore(deps): update dependency cross-env to v7
1 parent 2fc3e3b commit 9669a2c

File tree

2 files changed

+40
-7
lines changed

2 files changed

+40
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"buble": "^0.16.0",
5757
"chai": "^4.2.0",
5858
"coveralls": "^3.0.2",
59-
"cross-env": "^5.2.0",
59+
"cross-env": "^7.0.0",
6060
"docdash": "^0.4.0",
6161
"es5-shim": "^4.5.12",
6262
"eslint": "^4.18.2",

yarn.lock

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,12 +1426,12 @@ coveralls@^3.0.2:
14261426
minimist "^1.2.5"
14271427
request "^2.88.2"
14281428

1429-
cross-env@^5.2.0:
1430-
version "5.2.1"
1431-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
1432-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
1429+
cross-env@^7.0.0:
1430+
version "7.0.3"
1431+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
1432+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
14331433
dependencies:
1434-
cross-spawn "^6.0.5"
1434+
cross-spawn "^7.0.1"
14351435

14361436
cross-spawn@^5.1.0:
14371437
version "5.1.0"
@@ -1442,7 +1442,7 @@ cross-spawn@^5.1.0:
14421442
shebang-command "^1.2.0"
14431443
which "^1.2.9"
14441444

1445-
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
1445+
cross-spawn@^6.0.0:
14461446
version "6.0.5"
14471447
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
14481448
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -1453,6 +1453,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
14531453
shebang-command "^1.2.0"
14541454
which "^1.2.9"
14551455

1456+
cross-spawn@^7.0.1:
1457+
version "7.0.3"
1458+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1459+
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1460+
dependencies:
1461+
path-key "^3.1.0"
1462+
shebang-command "^2.0.0"
1463+
which "^2.0.1"
1464+
14561465
dashdash@^1.12.0:
14571466
version "1.14.1"
14581467
resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
@@ -3219,6 +3228,11 @@ path-key@^2.0.0, path-key@^2.0.1:
32193228
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
32203229
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
32213230

3231+
path-key@^3.1.0:
3232+
version "3.1.1"
3233+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
3234+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
3235+
32223236
path-parse@^1.0.6:
32233237
version "1.0.7"
32243238
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
@@ -3671,11 +3685,23 @@ shebang-command@^1.2.0:
36713685
dependencies:
36723686
shebang-regex "^1.0.0"
36733687

3688+
shebang-command@^2.0.0:
3689+
version "2.0.0"
3690+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
3691+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
3692+
dependencies:
3693+
shebang-regex "^3.0.0"
3694+
36743695
shebang-regex@^1.0.0:
36753696
version "1.0.0"
36763697
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
36773698
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
36783699

3700+
shebang-regex@^3.0.0:
3701+
version "3.0.0"
3702+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
3703+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
3704+
36793705
signal-exit@^3.0.0, signal-exit@^3.0.2:
36803706
version "3.0.3"
36813707
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
@@ -4175,6 +4201,13 @@ which@^1.1.1, which@^1.2.10, which@^1.2.9:
41754201
dependencies:
41764202
isexe "^2.0.0"
41774203

4204+
which@^2.0.1:
4205+
version "2.0.2"
4206+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
4207+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
4208+
dependencies:
4209+
isexe "^2.0.0"
4210+
41784211
word-wrap@~1.2.3:
41794212
version "1.2.3"
41804213
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"

0 commit comments

Comments
 (0)