chore(deps): update dependency execa to v9.3.0
This commit is contained in:
parent
f51047d60c
commit
ecfca5111e
2 changed files with 6 additions and 6 deletions
|
@ -48,7 +48,7 @@
|
|||
"@biomejs/cli-linux-arm64": "1.8.2",
|
||||
"@biomejs/cli-linux-x64": "1.8.2",
|
||||
"@types/node": "20.14.7",
|
||||
"execa": "9.2.0",
|
||||
"execa": "9.3.0",
|
||||
"pnpm": "9.4.0",
|
||||
"typescript": "5.5.2"
|
||||
}
|
||||
|
|
|
@ -31,8 +31,8 @@ importers:
|
|||
specifier: 20.14.7
|
||||
version: 20.14.7
|
||||
execa:
|
||||
specifier: 9.2.0
|
||||
version: 9.2.0
|
||||
specifier: 9.3.0
|
||||
version: 9.3.0
|
||||
pnpm:
|
||||
specifier: 9.4.0
|
||||
version: 9.4.0
|
||||
|
@ -4847,8 +4847,8 @@ packages:
|
|||
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
execa@9.2.0:
|
||||
resolution: {integrity: sha512-vpOyYg7UAVKLAWWtRS2gAdgkT7oJbCn0me3gmUmxZih4kd3MF/oo8kNTBTIbkO3yuuF5uB4ZCZfn8BOolITYhg==}
|
||||
execa@9.3.0:
|
||||
resolution: {integrity: sha512-l6JFbqnHEadBoVAVpN5dl2yCyfX28WoBAGaoQcNmLLSedOxTxcn2Qa83s8I/PA5i56vWru2OHOtrwF7Om2vqlg==}
|
||||
engines: {node: ^18.19.0 || >=20.5.0}
|
||||
|
||||
executable@4.1.1:
|
||||
|
@ -12945,7 +12945,7 @@ snapshots:
|
|||
signal-exit: 3.0.7
|
||||
strip-final-newline: 2.0.0
|
||||
|
||||
execa@9.2.0:
|
||||
execa@9.3.0:
|
||||
dependencies:
|
||||
'@sindresorhus/merge-streams': 4.0.0
|
||||
cross-spawn: 7.0.3
|
||||
|
|
Loading…
Reference in a new issue