Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 900c0a4

Browse files
committed
Update dependency cross-env to v7
1 parent 90fda08 commit 900c0a4

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
@@ -92,7 +92,7 @@
9292
"all-contributors-cli": "6.9.3",
9393
"babel-eslint": "10.1.0",
9494
"babel-plugin-lodash": "3.3.4",
95-
"cross-env": "5.2.1",
95+
"cross-env": "7.0.3",
9696
"doctoc": "1.4.0",
9797
"enzyme": "3.11.0",
9898
"enzyme-adapter-react-16": "1.15.2",

yarn.lock

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,12 +2698,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
26982698
safe-buffer "^5.0.1"
26992699
sha.js "^2.4.8"
27002700

2701-
cross-env@5.2.1:
2702-
version "5.2.1"
2703-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
2704-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
2701+
cross-env@7.0.3:
2702+
version "7.0.3"
2703+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
2704+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
27052705
dependencies:
2706-
cross-spawn "^6.0.5"
2706+
cross-spawn "^7.0.1"
27072707

27082708
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
27092709
version "5.1.0"
@@ -2714,7 +2714,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
27142714
shebang-command "^1.2.0"
27152715
which "^1.2.9"
27162716

2717-
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
2717+
cross-spawn@^6.0.0:
27182718
version "6.0.5"
27192719
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
27202720
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -2725,6 +2725,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
27252725
shebang-command "^1.2.0"
27262726
which "^1.2.9"
27272727

2728+
cross-spawn@^7.0.1:
2729+
version "7.0.3"
2730+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
2731+
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
2732+
dependencies:
2733+
path-key "^3.1.0"
2734+
shebang-command "^2.0.0"
2735+
which "^2.0.1"
2736+
27282737
crypto-browserify@^3.11.0:
27292738
version "3.12.0"
27302739
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -7260,6 +7269,11 @@ path-key@^2.0.0, path-key@^2.0.1:
72607269
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
72617270
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
72627271

7272+
path-key@^3.1.0:
7273+
version "3.1.1"
7274+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
7275+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
7276+
72637277
path-match@1.2.4:
72647278
version "1.2.4"
72657279
resolved "https://registry.yarnpkg.com/path-match/-/path-match-1.2.4.tgz#a62747f3c7e0c2514762697f24443585b09100ea"
@@ -8483,11 +8497,23 @@ shebang-command@^1.2.0:
84838497
dependencies:
84848498
shebang-regex "^1.0.0"
84858499

8500+
shebang-command@^2.0.0:
8501+
version "2.0.0"
8502+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
8503+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
8504+
dependencies:
8505+
shebang-regex "^3.0.0"
8506+
84868507
shebang-regex@^1.0.0:
84878508
version "1.0.0"
84888509
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
84898510
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
84908511

8512+
shebang-regex@^3.0.0:
8513+
version "3.0.0"
8514+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
8515+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
8516+
84918517
shell-quote@^1.6.1:
84928518
version "1.7.2"
84938519
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
@@ -9823,6 +9849,13 @@ which@^1.2.10, which@^1.2.9, which@^1.3.0:
98239849
dependencies:
98249850
isexe "^2.0.0"
98259851

9852+
which@^2.0.1:
9853+
version "2.0.2"
9854+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9855+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9856+
dependencies:
9857+
isexe "^2.0.0"
9858+
98269859
wide-align@^1.1.0:
98279860
version "1.1.3"
98289861
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy