diff --git a/package-lock.json b/package-lock.json index 415a7cd..b0d29df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "fast-glob": "^3.3.3", "ink": "^6.7.0", "react": "^19.2.4", - "simple-git": "^3.32.3" + "simple-git": "^3.33.0" }, "bin": { "agentrc": "dist/index.js" @@ -6374,9 +6374,9 @@ } }, "node_modules/simple-git": { - "version": "3.32.3", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.3.tgz", - "integrity": "sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.33.0.tgz", + "integrity": "sha512-D4V/tGC2sjsoNhoMybKyGoE+v8A60hRawKQ1iFRA1zwuDgGZCBJ4ByOzZ5J8joBbi4Oam0qiPH+GhzmSBwbJng==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index d4fdbe7..30cb32f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "fast-glob": "^3.3.3", "ink": "^6.7.0", "react": "^19.2.4", - "simple-git": "^3.32.3" + "simple-git": "^3.33.0" }, "lint-staged": { "*.{ts,tsx,js,json,md}": "prettier --write"