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

Commit 32b1a33

Browse files
committed
Update dependency cross-env to v7
1 parent ee096d2 commit 32b1a33

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.1",
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
@@ -2675,12 +2675,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
26752675
safe-buffer "^5.0.1"
26762676
sha.js "^2.4.8"
26772677

2678-
cross-env@5.2.1:
2679-
version "5.2.1"
2680-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
2681-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
2678+
cross-env@7.0.1:
2679+
version "7.0.1"
2680+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.1.tgz#c8e03412ea0e1370fe3f0066929a70b8e1e90c39"
2681+
integrity sha512-1+DmLosu38kC4s1H4HzNkcolwdANifu9+5bE6uKQCV4L6jvVdV9qdRAk8vV3GoWRe0x4z+K2fFhgoDMqwNsPqQ==
26822682
dependencies:
2683-
cross-spawn "^6.0.5"
2683+
cross-spawn "^7.0.1"
26842684

26852685
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
26862686
version "5.1.0"
@@ -2691,7 +2691,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
26912691
shebang-command "^1.2.0"
26922692
which "^1.2.9"
26932693

2694-
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
2694+
cross-spawn@^6.0.0:
26952695
version "6.0.5"
26962696
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
26972697
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -2702,6 +2702,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
27022702
shebang-command "^1.2.0"
27032703
which "^1.2.9"
27042704

2705+
cross-spawn@^7.0.1:
2706+
version "7.0.1"
2707+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
2708+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
2709+
dependencies:
2710+
path-key "^3.1.0"
2711+
shebang-command "^2.0.0"
2712+
which "^2.0.1"
2713+
27052714
crypto-browserify@^3.11.0:
27062715
version "3.12.0"
27072716
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -7235,6 +7244,11 @@ path-key@^2.0.0, path-key@^2.0.1:
72357244
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
72367245
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
72377246

7247+
path-key@^3.1.0:
7248+
version "3.1.1"
7249+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
7250+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
7251+
72387252
path-match@1.2.4:
72397253
version "1.2.4"
72407254
resolved "https://registry.yarnpkg.com/path-match/-/path-match-1.2.4.tgz#a62747f3c7e0c2514762697f24443585b09100ea"
@@ -8453,11 +8467,23 @@ shebang-command@^1.2.0:
84538467
dependencies:
84548468
shebang-regex "^1.0.0"
84558469

8470+
shebang-command@^2.0.0:
8471+
version "2.0.0"
8472+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
8473+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
8474+
dependencies:
8475+
shebang-regex "^3.0.0"
8476+
84568477
shebang-regex@^1.0.0:
84578478
version "1.0.0"
84588479
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
84598480
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
84608481

8482+
shebang-regex@^3.0.0:
8483+
version "3.0.0"
8484+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
8485+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
8486+
84618487
shell-quote@^1.6.1:
84628488
version "1.7.2"
84638489
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
@@ -9793,6 +9819,13 @@ which@^1.2.10, which@^1.2.9, which@^1.3.0:
97939819
dependencies:
97949820
isexe "^2.0.0"
97959821

9822+
which@^2.0.1:
9823+
version "2.0.2"
9824+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9825+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9826+
dependencies:
9827+
isexe "^2.0.0"
9828+
97969829
wide-align@^1.1.0:
97979830
version "1.1.3"
97989831
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