Skip to content

Commit c469a93

Browse files
authored
Update cross-spawn@^7.0.3 (#6710)
1 parent 7a66eb2 commit c469a93

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/docusaurus/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"typescript": "~5.2.2"
3131
},
3232
"resolutions": {
33-
"cheerio": "1.0.0-rc.12"
33+
"cheerio": "1.0.0-rc.12",
34+
"cross-spawn": "7.0.5"
3435
},
3536
"browserslist": {
3637
"production": [

doc/docusaurus/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3666,10 +3666,10 @@ cosmiconfig@^8.1.3, cosmiconfig@^8.3.5:
36663666
parse-json "^5.2.0"
36673667
path-type "^4.0.0"
36683668

3669-
cross-spawn@^7.0.3:
3670-
version "7.0.3"
3671-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
3672-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
3669+
cross-spawn@7.0.5, cross-spawn@^7.0.3:
3670+
version "7.0.5"
3671+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
3672+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
36733673
dependencies:
36743674
path-key "^3.1.0"
36753675
shebang-command "^2.0.0"

0 commit comments

Comments
 (0)