Bump simple-git from 3.27.0 to 3.36.0 - #6112
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/simple-git-3.36.0
branch
from
July 27, 2026 21:39
188ce68 to
6047a41
Compare
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.0 to 3.36.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.36.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.36.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/simple-git-3.36.0
branch
from
July 27, 2026 23:05
6047a41 to
951132c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps simple-git from 3.27.0 to 3.36.0.
Release notes
Sourced from simple-git's releases.
... (truncated)
Changelog
Sourced from simple-git's changelog.
... (truncated)
Commits
7dc1a53Version Packages76f5376Merge pull request #1061 from Vinzent03/fix/buffer-import89a2294Environment Parsing (#1156)1b91b76fix: remove explicit node:buffer importe390685Version Packages3c9e4b8Pin version of@simple-git/args-pathspec94ee21fExportpathspectypes throughsimple-gitfor backward compatibility6d7cb51Version Packages0de400eSwitch to semver from workspace revisions2264722Version PackagesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for simple-git since your current version.
Note
Low Risk
Dependency-only lockfile update with security-focused patches in simple-git; no direct code changes in this repo, though any runtime Git operations through this stack will use the new validation behavior.
Overview
Lockfile-only bump of transitive
simple-gitto 3.36.0 (viagit-refresher/edge-info-server). No application source changes.The new version adds
@simple-git/args-pathspecand@simple-git/argv-parserand bumpsdebugto ^4.4.0. Between 3.27.0 and 3.36.0,simple-gitmainly tightens Git command safety: stronger blocking of exploitable config keys and env vars (e.g.core.fsmonitor,GIT_CONFIG_COUNT, merge/template-related config), improvedgit -candprotocol.allowchecks, and pathspec wrapping forclone/mirroron remote/local paths.Reviewed by Cursor Bugbot for commit 951132c. Bugbot is set up for automated code reviews on this repo. Configure here.