From 020790fa810d8869ceab6714d8b09f5147cf8b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:05:40 +0100 Subject: [PATCH] chore(deps): bump simple-git (#46) Bumps the npm_and_yarn group with 1 update in the / directory: [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). Updates `simple-git` from 3.31.1 to 3.32.3 - [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.32.3/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.32.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0c55399..9854c13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "react-hot-toast": "^2.6.0", "rsyncwrapper": "^3.1.0", "sharp": "^0.34.5", - "simple-git": "^3.31.1", + "simple-git": "^3.32.3", "smol-toml": "^1.6.0", "snowball-stemmers": "^0.6.0", "transliteration": "^2.6.1", @@ -14131,9 +14131,9 @@ "license": "ISC" }, "node_modules/simple-git": { - "version": "3.31.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.31.1.tgz", - "integrity": "sha512-oiWP4Q9+kO8q9hHqkX35uuHmxiEbZNTrZ5IPxgMGrJwN76pzjm/jabkZO0ItEcqxAincqGAzL3QHSaHt4+knBg==", + "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", diff --git a/package.json b/package.json index 5ad71f3..ce72606 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "react-hot-toast": "^2.6.0", "rsyncwrapper": "^3.1.0", "sharp": "^0.34.5", - "simple-git": "^3.31.1", + "simple-git": "^3.32.3", "smol-toml": "^1.6.0", "snowball-stemmers": "^0.6.0", "transliteration": "^2.6.1",