diff --git a/package.json b/package.json index 061c71b..b7966b0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "p-queue": "5.0.0", "performance-now": "2.1.0", "pretty-ms": "7.0.1", - "simple-git": "3.28.0", + "simple-git": "3.30.0", "tiktoken": "^1.0.21", "yargs": "17.7.2" }, diff --git a/yarn.lock b/yarn.lock index 2849729..3f268a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5648,10 +5648,10 @@ signal-exit@^4.0.1, signal-exit@^4.1.0: resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -simple-git@3.28.0: - version "3.28.0" - resolved "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz" - integrity sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w== +simple-git@3.30.0: + version "3.30.0" + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.30.0.tgz#260b816f369c298b60a509a319b4f0b9fadbd7e0" + integrity sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg== dependencies: "@kwsites/file-exists" "^1.1.1" "@kwsites/promise-deferred" "^1.1.1"