Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2023-07-13 09:09:17 +00:00
parent 4fad06f438
commit 40a500c743
4168 changed files with 298222 additions and 374905 deletions

4
node_modules/execa/index.d.ts generated vendored
View file

@ -27,7 +27,7 @@ export type CommonOptions<EncodingType> = {
If you `$ npm install foo`, you can then `execa('foo')`.
@default `true` with `$`/`$.sync`, `false` otherwise
@default `true` with `$`, `false` otherwise
*/
readonly preferLocal?: boolean;
@ -63,7 +63,7 @@ export type CommonOptions<EncodingType> = {
/**
Same options as [`stdio`](https://nodejs.org/dist/latest-v6.x/docs/api/child_process.html#child_process_options_stdio).
@default 'pipe'
@default `inherit` with `$`, `pipe` otherwise
*/
readonly stdin?: StdioOption;