Skip to content

Commit e9178fc

Browse files
Update dependency cross-env to v10
1 parent 26ae45d commit e9178fc

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.30001737",
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
@@ -1205,6 +1205,11 @@
12051205
"@babel/helper-string-parser" "^7.27.1"
12061206
"@babel/helper-validator-identifier" "^7.27.1"
12071207

1208+
"@epic-web/invariant@^1.0.0":
1209+
version "1.0.0"
1210+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1211+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1212+
12081213
"@jridgewell/gen-mapping@^0.3.0":
12091214
version "0.3.3"
12101215
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
@@ -2072,12 +2077,13 @@ cp-file@^6.2.0:
20722077
pify "^4.0.1"
20732078
safe-buffer "^5.0.1"
20742079

2075-
cross-env@6.0.3:
2076-
version "6.0.3"
2077-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
2078-
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
2080+
cross-env@10.0.0:
2081+
version "10.0.0"
2082+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
2083+
integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
20792084
dependencies:
2080-
cross-spawn "^7.0.0"
2085+
"@epic-web/invariant" "^1.0.0"
2086+
cross-spawn "^7.0.6"
20812087

20822088
cross-spawn@^4:
20832089
version "4.0.2"
@@ -2096,13 +2102,14 @@ cross-spawn@^6.0.5:
20962102
shebang-command "^1.2.0"
20972103
which "^1.2.9"
20982104

2099-
cross-spawn@^7.0.0:
2100-
version "7.0.0"
2101-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
2105+
cross-spawn@^7.0.6:
2106+
version "7.0.6"
2107+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2108+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
21022109
dependencies:
21032110
path-key "^3.1.0"
2104-
shebang-command "^1.2.0"
2105-
which "^1.2.9"
2111+
shebang-command "^2.0.0"
2112+
which "^2.0.1"
21062113

21072114
damerau-levenshtein@^1.0.8:
21082115
version "1.0.8"
@@ -5419,10 +5426,22 @@ shebang-command@^1.2.0:
54195426
dependencies:
54205427
shebang-regex "^1.0.0"
54215428

5429+
shebang-command@^2.0.0:
5430+
version "2.0.0"
5431+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
5432+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
5433+
dependencies:
5434+
shebang-regex "^3.0.0"
5435+
54225436
shebang-regex@^1.0.0:
54235437
version "1.0.0"
54245438
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
54255439

5440+
shebang-regex@^3.0.0:
5441+
version "3.0.0"
5442+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
5443+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
5444+
54265445
side-channel-list@^1.0.0:
54275446
version "1.0.0"
54285447
resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad"
@@ -6311,6 +6330,13 @@ which@^1.2.9:
63116330
dependencies:
63126331
isexe "^1.1.1"
63136332

6333+
which@^2.0.1:
6334+
version "2.0.2"
6335+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
6336+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
6337+
dependencies:
6338+
isexe "^2.0.0"
6339+
63146340
wide-align@1.1.3:
63156341
version "1.1.3"
63166342
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)