Bump simple-git from 3.27.0 to 3.36.0 - #6112
Conversation
951132c to
b5e6746
Compare
b5e6746 to
a3bebb7
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>
a3bebb7 to
b6d2be8
Compare
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
4 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
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
Medium Risk
Touches the library that shells out to git (via
git-refresher), so behavior of git operations could change slightly, but the upgrade is largely security hardening rather than new app logic.Overview
Updates
package-lock.jsonso the resolvedsimple-gitversion moves from 3.27.0 to 3.36.0 (pulled in viagit-refresher’s^3.27.0range).The lockfile also adds
@simple-git/args-pathspecand@simple-git/argv-parseras direct dependencies ofsimple-git, and bumps itsdebugdependency to ^4.4.0. There are no application source changes in this PR—only the lockfile resolution.Between these versions,
simple-gitadds hardening around git invocation (e.g. blocking more exploitable config/env keys, strongergit -c/protocol.allowchecks, and pathspec wrapping forclone/mirror), which is the main functional impact for anything that runs git through this stack.Reviewed by Cursor Bugbot for commit b6d2be8. Bugbot is set up for automated code reviews on this repo. Configure here.