Skip to content

Commit dd73c8f

Browse files
chore(deps): update dependency cross-env to v10
1 parent 4697dc4 commit dd73c8f

2 files changed

Lines changed: 45 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"chai": "4.5.0",
8787
"commitizen": "3.1.2",
8888
"coveralls": "3.1.1",
89-
"cross-env": "5.2.1",
89+
"cross-env": "10.1.0",
9090
"cz-conventional-changelog": "2.1.0",
9191
"eslint": "4.19.1",
9292
"eslint-config-airbnb": "16.1.0",

yarn.lock

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,11 @@
11901190
enabled "2.0.x"
11911191
kuler "^2.0.0"
11921192

1193+
"@epic-web/invariant@^1.0.0":
1194+
version "1.0.0"
1195+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1196+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1197+
11931198
"@jridgewell/gen-mapping@^0.3.12":
11941199
version "0.3.13"
11951200
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
@@ -3841,12 +3846,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
38413846
safe-buffer "^5.0.1"
38423847
sha.js "^2.4.8"
38433848

3844-
cross-env@5.2.1:
3845-
version "5.2.1"
3846-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
3847-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
3849+
cross-env@10.1.0:
3850+
version "10.1.0"
3851+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783"
3852+
integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==
38483853
dependencies:
3849-
cross-spawn "^6.0.5"
3854+
"@epic-web/invariant" "^1.0.0"
3855+
cross-spawn "^7.0.6"
38503856

38513857
cross-spawn@^4:
38523858
version "4.0.2"
@@ -3876,6 +3882,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
38763882
shebang-command "^1.2.0"
38773883
which "^1.2.9"
38783884

3885+
cross-spawn@^7.0.6:
3886+
version "7.0.6"
3887+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
3888+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
3889+
dependencies:
3890+
path-key "^3.1.0"
3891+
shebang-command "^2.0.0"
3892+
which "^2.0.1"
3893+
38793894
cryptiles@3.x.x:
38803895
version "3.1.4"
38813896
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.4.tgz#769a68c95612b56faadfcebf57ac86479cbe8322"
@@ -8906,6 +8921,11 @@ path-key@^2.0.0, path-key@^2.0.1:
89068921
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
89078922
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
89088923

8924+
path-key@^3.1.0:
8925+
version "3.1.1"
8926+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
8927+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
8928+
89098929
path-loader@^1.0.10:
89108930
version "1.0.10"
89118931
resolved "https://registry.yarnpkg.com/path-loader/-/path-loader-1.0.10.tgz#dd3d1bd54cb6f2e6423af2ad334a41cc0bce4cf6"
@@ -10269,11 +10289,23 @@ shebang-command@^1.2.0:
1026910289
dependencies:
1027010290
shebang-regex "^1.0.0"
1027110291

10292+
shebang-command@^2.0.0:
10293+
version "2.0.0"
10294+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
10295+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
10296+
dependencies:
10297+
shebang-regex "^3.0.0"
10298+
1027210299
shebang-regex@^1.0.0:
1027310300
version "1.0.0"
1027410301
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
1027510302
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
1027610303

10304+
shebang-regex@^3.0.0:
10305+
version "3.0.0"
10306+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
10307+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
10308+
1027710309
shelljs@0.7.6:
1027810310
version "0.7.6"
1027910311
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad"
@@ -11687,6 +11719,13 @@ which@1.3.1, which@^1.2.10, which@^1.2.14, which@^1.2.9, which@^1.3.0:
1168711719
dependencies:
1168811720
isexe "^2.0.0"
1168911721

11722+
which@^2.0.1:
11723+
version "2.0.2"
11724+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
11725+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
11726+
dependencies:
11727+
isexe "^2.0.0"
11728+
1169011729
wide-align@1.1.3, wide-align@^1.1.0:
1169111730
version "1.1.3"
1169211731
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)