From 1e115d68ab10d6d95e9218330c0aca1b70cbd02c Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:45:11 +0300 Subject: [PATCH] Update simple-git --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 172f236c8..10956cf5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "seedrandom": "^3.0.5", "showdown": "^2.1.0", "sillytavern-transformers": "2.14.6", - "simple-git": "^3.27.0", + "simple-git": "^3.28.0", "slidetoggle": "^4.0.0", "tiktoken": "^1.0.21", "url-join": "^5.0.0", @@ -7539,14 +7539,14 @@ } }, "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==", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", + "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.5" + "debug": "^4.4.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 0967385ac..3448a63f3 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "seedrandom": "^3.0.5", "showdown": "^2.1.0", "sillytavern-transformers": "2.14.6", - "simple-git": "^3.27.0", + "simple-git": "^3.28.0", "slidetoggle": "^4.0.0", "tiktoken": "^1.0.21", "url-join": "^5.0.0",