Skip to content

Commit 06501e9

Browse files
chore(deps): update dependency cross-spawn to v7 [security]
1 parent 421fedf commit 06501e9

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"node": ">=8.0.0"
4141
},
4242
"dependencies": {
43-
"cross-spawn": "^6.0.5",
43+
"cross-spawn": "^7.0.0",
4444
"minimist": "^1.2.0",
4545
"minimist-options": "^4.0.2"
4646
},

yarn.lock

+33
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
13811381
shebang-command "^1.2.0"
13821382
which "^1.2.9"
13831383

1384+
cross-spawn@^7.0.0:
1385+
version "7.0.5"
1386+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
1387+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
1388+
dependencies:
1389+
path-key "^3.1.0"
1390+
shebang-command "^2.0.0"
1391+
which "^2.0.1"
1392+
13841393
[email protected], "cssom@>= 0.3.2 < 0.4.0":
13851394
version "0.3.4"
13861395
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.4.tgz#8cd52e8a3acfd68d3aed38ee0a640177d2f9d797"
@@ -4332,6 +4341,11 @@ path-key@^2.0.0, path-key@^2.0.1:
43324341
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
43334342
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
43344343

4344+
path-key@^3.1.0:
4345+
version "3.1.1"
4346+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
4347+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
4348+
43354349
path-parse@^1.0.5, path-parse@^1.0.6:
43364350
version "1.0.6"
43374351
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -4943,11 +4957,23 @@ shebang-command@^1.2.0:
49434957
dependencies:
49444958
shebang-regex "^1.0.0"
49454959

4960+
shebang-command@^2.0.0:
4961+
version "2.0.0"
4962+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
4963+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
4964+
dependencies:
4965+
shebang-regex "^3.0.0"
4966+
49464967
shebang-regex@^1.0.0:
49474968
version "1.0.0"
49484969
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
49494970
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
49504971

4972+
shebang-regex@^3.0.0:
4973+
version "3.0.0"
4974+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
4975+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
4976+
49514977
shellwords@^0.1.1:
49524978
version "0.1.1"
49534979
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
@@ -5661,6 +5687,13 @@ which@^1.2.9, which@^1.3.0:
56615687
dependencies:
56625688
isexe "^2.0.0"
56635689

5690+
which@^2.0.1:
5691+
version "2.0.2"
5692+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
5693+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
5694+
dependencies:
5695+
isexe "^2.0.0"
5696+
56645697
wide-align@^1.1.0:
56655698
version "1.1.3"
56665699
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)