Skip to content

Commit ea5cb4b

Browse files
Update dependency cross-env to v10
1 parent 731e8f2 commit ea5cb4b

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"babel-plugin-istanbul": "5.2.0",
4242
"caniuse-lite": "1.0.30001733",
4343
"chai": "4.5.0",
44-
"cross-env": "6.0.3",
44+
"cross-env": "10.0.0",
4545
"eslint": "6.8.0",
4646
"eslint-config-airbnb": "18.2.1",
4747
"eslint-config-prettier": "6.15.0",

yarn.lock

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,11 @@
11521152
"@babel/helper-string-parser" "^7.27.1"
11531153
"@babel/helper-validator-identifier" "^7.27.1"
11541154

1155+
"@epic-web/invariant@^1.0.0":
1156+
version "1.0.0"
1157+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1158+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1159+
11551160
"@jridgewell/gen-mapping@^0.3.0":
11561161
version "0.3.3"
11571162
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
@@ -2019,12 +2024,13 @@ cp-file@^6.2.0:
20192024
pify "^4.0.1"
20202025
safe-buffer "^5.0.1"
20212026

2022-
cross-env@6.0.3:
2023-
version "6.0.3"
2024-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
2025-
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
2027+
cross-env@10.0.0:
2028+
version "10.0.0"
2029+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
2030+
integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
20262031
dependencies:
2027-
cross-spawn "^7.0.0"
2032+
"@epic-web/invariant" "^1.0.0"
2033+
cross-spawn "^7.0.6"
20282034

20292035
cross-spawn@^4:
20302036
version "4.0.2"
@@ -2043,13 +2049,14 @@ cross-spawn@^6.0.5:
20432049
shebang-command "^1.2.0"
20442050
which "^1.2.9"
20452051

2046-
cross-spawn@^7.0.0:
2047-
version "7.0.0"
2048-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
2052+
cross-spawn@^7.0.6:
2053+
version "7.0.6"
2054+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2055+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
20492056
dependencies:
20502057
path-key "^3.1.0"
2051-
shebang-command "^1.2.0"
2052-
which "^1.2.9"
2058+
shebang-command "^2.0.0"
2059+
which "^2.0.1"
20532060

20542061
damerau-levenshtein@^1.0.8:
20552062
version "1.0.8"
@@ -5366,10 +5373,22 @@ shebang-command@^1.2.0:
53665373
dependencies:
53675374
shebang-regex "^1.0.0"
53685375

5376+
shebang-command@^2.0.0:
5377+
version "2.0.0"
5378+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
5379+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
5380+
dependencies:
5381+
shebang-regex "^3.0.0"
5382+
53695383
shebang-regex@^1.0.0:
53705384
version "1.0.0"
53715385
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
53725386

5387+
shebang-regex@^3.0.0:
5388+
version "3.0.0"
5389+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
5390+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
5391+
53735392
side-channel-list@^1.0.0:
53745393
version "1.0.0"
53755394
resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad"
@@ -6258,6 +6277,13 @@ which@^1.2.9:
62586277
dependencies:
62596278
isexe "^1.1.1"
62606279

6280+
which@^2.0.1:
6281+
version "2.0.2"
6282+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
6283+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
6284+
dependencies:
6285+
isexe "^2.0.0"
6286+
62616287
wide-align@1.1.3:
62626288
version "1.1.3"
62636289
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)