Skip to content

Commit df646dd

Browse files
fix(deps): update dependency cross-spawn to ^7.0.5
1 parent 3069061 commit df646dd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"chalk": "^5.3.0",
54-
"cross-spawn": "^7.0.3",
54+
"cross-spawn": "^7.0.5",
5555
"cross-spawn-promise": "^0.10.2",
5656
"meow": "^11.0.0",
5757
"rimraf": "^4.4.1",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,15 @@ cross-spawn@^7.0.3:
337337
shebang-command "^2.0.0"
338338
which "^2.0.1"
339339

340+
cross-spawn@^7.0.5:
341+
version "7.0.5"
342+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
343+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
344+
dependencies:
345+
path-key "^3.1.0"
346+
shebang-command "^2.0.0"
347+
which "^2.0.1"
348+
340349
crypto-random-string@^4.0.0:
341350
version "4.0.0"
342351
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2"

0 commit comments

Comments
 (0)