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",