From ec6e9e1d67fd2c8568a4196730e960fc2f79121f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:17:59 +0000 Subject: [PATCH] chore(deps): bump simple-git 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.28.0 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] --- 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 4d2337d..fbe14cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "proxy-agent": "6.5.0", "react": "18.3.1", "react-dom": "18.3.1", - "simple-git": "3.28.0", + "simple-git": "3.32.3", "styled-components": "5.3.11", "superjson": "2.2.2", "tempy": "1.0.1", @@ -14641,9 +14641,9 @@ "dev": true }, "node_modules/simple-git": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", - "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", + "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 837cfe3..e760618 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "proxy-agent": "6.5.0", "react": "18.3.1", "react-dom": "18.3.1", - "simple-git": "3.28.0", + "simple-git": "3.32.3", "styled-components": "5.3.11", "superjson": "2.2.2", "tempy": "1.0.1",