From 61a90beefb035be126415e7fa67c3ab82c899fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:25:11 +0000 Subject: [PATCH] Bump simple-git from 3.28.0 to 3.32.3 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.28.0 to 3.32.3. - [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.32.3/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.32.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 2a52a03..7712a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "archiver": "^5.3.2", "fs-extra": "^11.3.2", "inquirer": "^8.2.7", - "simple-git": "^3.28.0" + "simple-git": "^3.32.3" } }, "node_modules/@inquirer/external-editor": { @@ -941,9 +941,9 @@ "license": "ISC" }, "node_modules/simple-git": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", - "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", + "version": "3.32.3", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.3.tgz", + "integrity": "sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index 6c77610..77ec73e 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "archiver": "^5.3.2", "fs-extra": "^11.3.2", "inquirer": "^8.2.7", - "simple-git": "^3.28.0" + "simple-git": "^3.32.3" } }