From 6c067103d657e4900c5a7ecaaba310538dcb5722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:25:23 +0000 Subject: [PATCH] build(deps): 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 | 12 ++++++------ package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b49fff2113..6a86557382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "node-fetch-native": "^1.6.7", "proper-lockfile": "^4.1.2", "punycode": "^2.3.1", - "simple-git": "^3.28.0" + "simple-git": "^3.32.3" }, "bin": { "gemini": "bundle/gemini.js" @@ -14878,9 +14878,9 @@ } }, "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", @@ -17426,7 +17426,7 @@ "proper-lockfile": "^4.1.2", "react": "^19.2.0", "shell-quote": "^1.8.3", - "simple-git": "^3.28.0", + "simple-git": "^3.32.3", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", @@ -17533,7 +17533,7 @@ "proper-lockfile": "^4.1.2", "read-package-up": "^11.0.0", "shell-quote": "^1.8.3", - "simple-git": "^3.28.0", + "simple-git": "^3.32.3", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", "systeminformation": "^5.25.11", diff --git a/package.json b/package.json index 8d931c1462..9658980ace 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "node-fetch-native": "^1.6.7", "proper-lockfile": "^4.1.2", "punycode": "^2.3.1", - "simple-git": "^3.28.0" + "simple-git": "^3.32.3" }, "optionalDependencies": { "@lydell/node-pty": "1.1.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index cc561eeb8c..76f16aa307 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -59,7 +59,7 @@ "proper-lockfile": "^4.1.2", "react": "^19.2.0", "shell-quote": "^1.8.3", - "simple-git": "^3.28.0", + "simple-git": "^3.32.3", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", diff --git a/packages/core/package.json b/packages/core/package.json index 1bd8b54bc3..32fcce3951 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -75,7 +75,7 @@ "proper-lockfile": "^4.1.2", "read-package-up": "^11.0.0", "shell-quote": "^1.8.3", - "simple-git": "^3.28.0", + "simple-git": "^3.32.3", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", "systeminformation": "^5.25.11",