Skip to content

Commit 62e8877

Browse files
chore(deps): update dependency cross-env to v10
1 parent 1b7c330 commit 62e8877

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
@@ -1204,6 +1204,11 @@
12041204
enabled "2.0.x"
12051205
kuler "^2.0.0"
12061206

1207+
"@epic-web/invariant@^1.0.0":
1208+
version "1.0.0"
1209+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1210+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1211+
12071212
"@jridgewell/gen-mapping@^0.3.12":
12081213
version "0.3.13"
12091214
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
@@ -3855,12 +3860,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
38553860
safe-buffer "^5.0.1"
38563861
sha.js "^2.4.8"
38573862

3858-
cross-env@5.2.1:
3859-
version "5.2.1"
3860-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
3861-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
3863+
cross-env@10.1.0:
3864+
version "10.1.0"
3865+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783"
3866+
integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==
38623867
dependencies:
3863-
cross-spawn "^6.0.5"
3868+
"@epic-web/invariant" "^1.0.0"
3869+
cross-spawn "^7.0.6"
38643870

38653871
cross-spawn@^4:
38663872
version "4.0.2"
@@ -3890,6 +3896,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
38903896
shebang-command "^1.2.0"
38913897
which "^1.2.9"
38923898

3899+
cross-spawn@^7.0.6:
3900+
version "7.0.6"
3901+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
3902+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
3903+
dependencies:
3904+
path-key "^3.1.0"
3905+
shebang-command "^2.0.0"
3906+
which "^2.0.1"
3907+
38933908
cryptiles@3.x.x:
38943909
version "3.1.4"
38953910
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.4.tgz#769a68c95612b56faadfcebf57ac86479cbe8322"
@@ -8920,6 +8935,11 @@ path-key@^2.0.0, path-key@^2.0.1:
89208935
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
89218936
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
89228937

8938+
path-key@^3.1.0:
8939+
version "3.1.1"
8940+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
8941+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
8942+
89238943
path-loader@^1.0.10:
89248944
version "1.0.10"
89258945
resolved "https://registry.yarnpkg.com/path-loader/-/path-loader-1.0.10.tgz#dd3d1bd54cb6f2e6423af2ad334a41cc0bce4cf6"
@@ -10283,11 +10303,23 @@ shebang-command@^1.2.0:
1028310303
dependencies:
1028410304
shebang-regex "^1.0.0"
1028510305

10306+
shebang-command@^2.0.0:
10307+
version "2.0.0"
10308+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
10309+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
10310+
dependencies:
10311+
shebang-regex "^3.0.0"
10312+
1028610313
shebang-regex@^1.0.0:
1028710314
version "1.0.0"
1028810315
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
1028910316
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
1029010317

10318+
shebang-regex@^3.0.0:
10319+
version "3.0.0"
10320+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
10321+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
10322+
1029110323
shelljs@0.7.6:
1029210324
version "0.7.6"
1029310325
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad"
@@ -11701,6 +11733,13 @@ which@1.3.1, which@^1.2.10, which@^1.2.14, which@^1.2.9, which@^1.3.0:
1170111733
dependencies:
1170211734
isexe "^2.0.0"
1170311735

11736+
which@^2.0.1:
11737+
version "2.0.2"
11738+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
11739+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
11740+
dependencies:
11741+
isexe "^2.0.0"
11742+
1170411743
wide-align@1.1.3, wide-align@^1.1.0:
1170511744
version "1.1.3"
1170611745
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)