From d7bb4785b4bbd0df226f3dd52d8951790f994320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:11:46 +0000 Subject: [PATCH] build(deps): bump execa from 9.5.0 to 9.5.1 (#27728) Bumps [execa](https://github.com/sindresorhus/execa) from 9.5.0 to 9.5.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v9.5.0...v9.5.1) --- updated-dependencies: - dependency-name: execa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bbdd1c8882bf..1b9d358a52cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint": "9.13.0", "eslint-plugin-import-x": "4.3.1", "eslint-plugin-unused-imports": "4.1.4", - "execa": "9.5.0", + "execa": "9.5.1", "fast-xml-parser": "4.5.0", "glob": "10.4.2", "globals": "15.11.0", @@ -5760,9 +5760,9 @@ "license": "MIT" }, "node_modules/execa": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-9.5.0.tgz", - "integrity": "sha512-t7vvYt+oKnMbF3O+S5+HkylsPrsUatwJSe4Cv+4017R0MCySjECxnVJ2eyDXVD/Xpj5H29YzyYn6eEpugG7GJA==", + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-9.5.1.tgz", + "integrity": "sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg==", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index 4d597baf3377..69c7ac14ff63 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "eslint": "9.13.0", "eslint-plugin-import-x": "4.3.1", "eslint-plugin-unused-imports": "4.1.4", - "execa": "9.5.0", + "execa": "9.5.1", "fast-xml-parser": "4.5.0", "glob": "10.4.2", "globals": "15.11.0",