From 98b714d574e576e68d4f3b5dfcdbe1824936c55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:55:50 +0000 Subject: [PATCH] build(deps): bump simple-git in the production-dependencies group Bumps the production-dependencies group with 1 update: [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). Updates `simple-git` from 3.32.3 to 3.33.0 - [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.33.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"