From 2e1b8f9216ef4bbce0c07043546e49f6eae6d4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:19:54 +0000 Subject: [PATCH] Bump simple-git from 3.30.0 to 3.33.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.30.0 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 ... 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 961eb74..77b46a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/artifact": "^5.0.3", "@actions/core": "^3.0.0", "node-html-parser": "^7.0.2", - "simple-git": "^3.30.0", + "simple-git": "^3.33.0", "turndown": "^7.2.2", "turndown-plugin-gfm": "^1.0.2" }, @@ -9539,9 +9539,9 @@ } }, "node_modules/simple-git": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz", - "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==", + "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 b2b8b20..0783958 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@actions/artifact": "^5.0.3", "@actions/core": "^3.0.0", "node-html-parser": "^7.0.2", - "simple-git": "^3.30.0", + "simple-git": "^3.33.0", "turndown": "^7.2.2", "turndown-plugin-gfm": "^1.0.2" },