From 5a66a419432d913040b3e856c60524b368aba9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:13:26 +0000 Subject: [PATCH] Bump cross-spawn from 6.0.5 to 6.0.6 in /packages/create-react-wptheme Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 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/v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/create-react-wptheme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-react-wptheme/package.json b/packages/create-react-wptheme/package.json index df001f7..0bdf103 100644 --- a/packages/create-react-wptheme/package.json +++ b/packages/create-react-wptheme/package.json @@ -44,7 +44,7 @@ "dependencies": { "chalk": "3.0.0", "commander": "2.20.0", - "cross-spawn": "6.0.5", + "cross-spawn": "6.0.6", "envinfo": "7.3.1", "fs-extra": "7.0.1", "semver": "6.3.0",