From e6772a4c518e4694d7357108b039695f689e9dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:23:44 +0000 Subject: [PATCH] chore(deps): bump cross-spawn from 5.1.0 to 6.0.6 Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 5.1.0 to 6.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/5.1.0...v6.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b3f17b..079bb11 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "homepage": "https://github.com/bahmutov/condition-circle#readme", "dependencies": { "@semantic-release/error": "2.1.0", - "cross-spawn": "5.1.0", + "cross-spawn": "6.0.6", "debug": "3.1.0", "safe-env": "1.2.0" },