From a5fe7abe8fb3bf9b20676f19e220d4e07018a632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:23:32 +0000 Subject: [PATCH] chore(deps-dev): bump execa from 4.1.0 to 9.5.2 Bumps [execa](https://github.com/sindresorhus/execa) from 4.1.0 to 9.5.2. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v4.1.0...v9.5.2) --- updated-dependencies: - dependency-name: execa dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5e3321..4facd99 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-n": "^15.7.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", - "execa": "^4.0.0", + "execa": "^9.5.2", "jest": "^29", "jest-haste-map": "^29.6.1", "jest-junit": "^16.0.0",