From f356a737a6f803433d1d2e72ba8657ca6b42e0f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:55:10 +0000 Subject: [PATCH] Update dependency execa to v9.4.1 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | execa | 9.4.0 | 9.4.1 | ## [v9.4.1](https://github.com/sindresorhus/execa/releases/tag/v9.4.1) ##### Bug fixes - Fix using `process.execPath` with Deno. Thanks [@w3cj](https://github.com/w3cj)! ([#1160](https://github.com/sindresorhus/execa/issues/1160)) --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index df2ecf1..6c420b6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-unused-imports": "4.1.4", "eslint-plugin-xstate": "3.2.1", - "execa": "9.4.0", + "execa": "9.4.1", "glob": "11.0.0", "jest": "29.7.0", "license-checker": "25.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c53fdbb..3d0c909 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,8 +97,8 @@ importers: specifier: 3.2.1 version: 3.2.1(eslint@8.23.1) execa: - specifier: 9.4.0 - version: 9.4.0 + specifier: 9.4.1 + version: 9.4.1 glob: specifier: 11.0.0 version: 11.0.0 @@ -1931,8 +1931,8 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - execa@9.4.0: - resolution: {integrity: sha512-yKHlle2YGxZE842MERVIplWwNH5VYmqqcPFgtnlU//K8gxuFFXu0pwd/CrfXTumFpeEiufsP7+opT/bPJa1yVw==} + execa@9.4.1: + resolution: {integrity: sha512-5eo/BRqZm3GYce+1jqX/tJ7duA2AnE39i88fuedNFUV8XxGxUpF3aWkBRfbUcjV49gCkvS/pzc0YrCPhaIewdg==} engines: {node: ^18.19.0 || >=20.5.0} exit@0.1.2: @@ -6028,7 +6028,7 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - execa@9.4.0: + execa@9.4.1: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.3