Skip to content

Commit

Permalink
Upgrade cross-spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
hstonec committed Nov 16, 2024
1 parent bc7e323 commit 41d523b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"axios": "^0.28.0",
"body-parser": "^1.20.3",
"cookie": "^1.0.1",
"cross-spawn": "^7.0.5",
"express": "^4.21.1",
"follow-redirects": "^1.15.6",
"ip": "^2.0.1",
Expand Down
11 changes: 1 addition & 10 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3235,7 +3235,7 @@ cross-fetch@^3.0.4:
dependencies:
node-fetch "2.6.7"

cross-spawn@^7.0.0:
cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.5:
version "7.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
Expand All @@ -3244,15 +3244,6 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
which "^2.0.1"

crypto-random-string@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
Expand Down

0 comments on commit 41d523b

Please sign in to comment.