diff --git a/package.json b/package.json index e8ebac3c..5712d32f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "concurrently": "9.0.1", "eslint": "9.12.0", "eslint-plugin-eslint-plugin": "6.2.0", - "execa": "9.5.0", + "execa": "9.5.1", "husky": "9.1.6", "prettier": "3.3.3", "tsx": "4.19.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f52f961..088f6616 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: 6.2.0 version: 6.2.0(eslint@9.12.0(jiti@1.21.6)) execa: - specifier: 9.5.0 - version: 9.5.0 + specifier: 9.5.1 + version: 9.5.1 husky: specifier: 9.1.6 version: 9.1.6 @@ -263,8 +263,8 @@ importers: specifier: 9.1.0 version: 9.1.0(eslint@9.12.0(jiti@1.21.6)) execa: - specifier: 9.5.0 - version: 9.5.0 + specifier: 9.5.1 + version: 9.5.1 prettier: specifier: 3.3.3 version: 3.3.3 @@ -1972,8 +1972,8 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - execa@9.5.0: - resolution: {integrity: sha512-t7vvYt+oKnMbF3O+S5+HkylsPrsUatwJSe4Cv+4017R0MCySjECxnVJ2eyDXVD/Xpj5H29YzyYn6eEpugG7GJA==} + execa@9.5.1: + resolution: {integrity: sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg==} engines: {node: ^18.19.0 || >=20.5.0} expand-tilde@2.0.2: @@ -5756,7 +5756,7 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - execa@9.5.0: + execa@9.5.1: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.3 diff --git a/specs/eslint-configs/package.json b/specs/eslint-configs/package.json index 3a8c0f8a..7076d0ca 100644 --- a/specs/eslint-configs/package.json +++ b/specs/eslint-configs/package.json @@ -19,7 +19,7 @@ "concurrently": "9.0.1", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", - "execa": "9.5.0", + "execa": "9.5.1", "prettier": "3.3.3", "vitest": "2.1.4" }