File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 51
51
},
52
52
"dependencies" : {
53
53
"chalk" : " ^5.3.0" ,
54
- "cross-spawn" : " ^7.0.3 " ,
54
+ "cross-spawn" : " ^7.0.5 " ,
55
55
"cross-spawn-promise" : " ^0.10.2" ,
56
56
"meow" : " ^11.0.0" ,
57
57
"rimraf" : " ^4.4.1" ,
Original file line number Diff line number Diff line change @@ -337,6 +337,15 @@ cross-spawn@^7.0.3:
337
337
shebang-command "^2.0.0"
338
338
which "^2.0.1"
339
339
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
+
340
349
crypto-random-string@^4.0.0 :
341
350
version "4.0.0"
342
351
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2"
You can’t perform that action at this time.
0 commit comments