Skip to content

Commit 31b1dfd

Browse files
fix(deps): update dependency cross-spawn to ^7.0.6
1 parent df646dd commit 31b1dfd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5",
54+
"cross-spawn": "^7.0.6",
5555
"cross-spawn-promise": "^0.10.2",
5656
"meow": "^11.0.0",
5757
"rimraf": "^4.4.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ 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==
340+
cross-spawn@^7.0.6:
341+
version "7.0.6"
342+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
343+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
344344
dependencies:
345345
path-key "^3.1.0"
346346
shebang-command "^2.0.0"

0 commit comments

Comments
 (0)