From 9d4f8713f84847d74f4101fa2351f7145843aedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:57:37 +0000 Subject: [PATCH] fix: bump simple-git from 3.27.0 to 3.28.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.0 to 3.28.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.28.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/create/package.json | 2 +- package-lock.json | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/core/create/package.json b/core/create/package.json index 1d31bf8e3..e6658af07 100644 --- a/core/create/package.json +++ b/core/create/package.json @@ -29,7 +29,7 @@ "ordinal": "^1.0.3", "pacote": "^13.0.3", "prompts": "^2.4.1", - "simple-git": "^3.27.0", + "simple-git": "^3.28.0", "tslib": "^2.8.1", "yaml": "^2.8.0", "zod": "^3.24.4" diff --git a/package-lock.json b/package-lock.json index c64e4331b..79b0d6521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -191,7 +191,7 @@ "ordinal": "^1.0.3", "pacote": "^13.0.3", "prompts": "^2.4.1", - "simple-git": "^3.27.0", + "simple-git": "^3.28.0", "tslib": "^2.8.1", "yaml": "^2.8.0", "zod": "^3.24.4" @@ -31972,14 +31972,13 @@ } }, "node_modules/simple-git": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz", - "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==", - "license": "MIT", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", + "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.5" + "debug": "^4.4.0" }, "funding": { "type": "github",