From 2a7fc8451fa421a65b0e51836f87b9760b78ab66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:00:47 +0000 Subject: [PATCH] chore(deps): bump simple-git from 3.32.2 to 3.32.3 in /.github/scripts Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.32.2 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 ... Signed-off-by: dependabot[bot] --- .github/scripts/package-lock.json | 8 ++++---- .github/scripts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 9dfdf84a..3027fbe6 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@octokit/rest": "^22.0.1", - "simple-git": "^3.32.2" + "simple-git": "^3.32.3" } }, "node_modules/@kwsites/file-exists": { @@ -231,9 +231,9 @@ "license": "MIT" }, "node_modules/simple-git": { - "version": "3.32.2", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.2.tgz", - "integrity": "sha512-n/jhNmvYh8dwyfR6idSfpXrFazuyd57jwNMzgjGnKZV/1lTh0HKvPq20v4AQ62rP+l19bWjjXPTCdGHMt0AdrQ==", + "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/.github/scripts/package.json b/.github/scripts/package.json index 136a96bc..4dc3b1a1 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -4,7 +4,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "simple-git": "^3.32.2", + "simple-git": "^3.32.3", "@octokit/rest": "^22.0.1" } }