Merge branch 'renovate/execa-9.x' into 'develop'
chore(deps): update dependency execa to v9.1.0 Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev> See merge request firefish/firefish!10848
This commit is contained in:
commit
efb6cc9132
2 changed files with 6 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
||||||
"@biomejs/cli-linux-arm64": "1.7.3",
|
"@biomejs/cli-linux-arm64": "1.7.3",
|
||||||
"@biomejs/cli-linux-x64": "1.7.3",
|
"@biomejs/cli-linux-x64": "1.7.3",
|
||||||
"@types/node": "20.12.12",
|
"@types/node": "20.12.12",
|
||||||
"execa": "9.0.2",
|
"execa": "9.1.0",
|
||||||
"pnpm": "9.1.1",
|
"pnpm": "9.1.1",
|
||||||
"typescript": "5.4.5"
|
"typescript": "5.4.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,8 +31,8 @@ importers:
|
||||||
specifier: 20.12.12
|
specifier: 20.12.12
|
||||||
version: 20.12.12
|
version: 20.12.12
|
||||||
execa:
|
execa:
|
||||||
specifier: 9.0.2
|
specifier: 9.1.0
|
||||||
version: 9.0.2
|
version: 9.1.0
|
||||||
pnpm:
|
pnpm:
|
||||||
specifier: 9.1.1
|
specifier: 9.1.1
|
||||||
version: 9.1.1
|
version: 9.1.1
|
||||||
|
@ -4464,8 +4464,8 @@ packages:
|
||||||
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
execa@9.0.2:
|
execa@9.1.0:
|
||||||
resolution: {integrity: sha512-oO281GF7ksH/Ogv1xyDf1prvFta/6/XkGKxRUvA3IB2MU1rCJGlFs86HRZhdooow1ISkR0Np0rOxUCIJVw36Rg==}
|
resolution: {integrity: sha512-lSgHc4Elo2m6bUDhc3Hl/VxvUDJdQWI40RZ4KMY9bKRc+hgMOT7II/JjbNDhI8VnMtrCb7U/fhpJIkLORZozWw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
executable@4.1.1:
|
executable@4.1.1:
|
||||||
|
@ -12205,7 +12205,7 @@ snapshots:
|
||||||
signal-exit: 3.0.7
|
signal-exit: 3.0.7
|
||||||
strip-final-newline: 2.0.0
|
strip-final-newline: 2.0.0
|
||||||
|
|
||||||
execa@9.0.2:
|
execa@9.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sindresorhus/merge-streams': 4.0.0
|
'@sindresorhus/merge-streams': 4.0.0
|
||||||
cross-spawn: 7.0.3
|
cross-spawn: 7.0.3
|
||||||
|
|
Loading…
Reference in a new issue