[Snyk] Security upgrade simple-git from 3.27.0 to 3.36.0#32
[Snyk] Security upgrade simple-git from 3.27.0 to 3.36.0#32snyk-io[bot] wants to merge 1 commit into
Conversation
…e vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-15456078
|
This is a minor version upgrade for Key Changes:
No mandatory code modifications are required for this upgrade. Source: Release notes
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
PR Complexity Score: 1.4 - Trivial
View Breakdown
- Lines Changed: 38
- Files Changed: 2
- Complexity Added: 0
- Raw Score: 6.76
Overview
This PR upgrades the simple-git dependency in the CLI package and refreshes the corresponding pnpm-lock.yaml entries. It also removes an unused pnpm override and ensures all dependencies (including meow) are explicitly captured in the lockfile.
Key Changes
- Bumps
simple-gitfrom^3.27.0to^3.36.0to pick up newer features and fixes. - Updates
pnpm-lock.yamlto reflect the newsimple-gitversion, its additional sub-dependencies (@simple-git/args-pathspec,@simple-git/argv-parser), and adds a locked entry for[email protected]. - Removes the pnpm
overridesentry for@chargebee/js-framework-adapters, indicating it is no longer needed or used by the CLI package.
Risks & Considerations
- The
simple-gitversion bump may change command parsing or Git interaction semantics; CLI commands that rely heavily on Git operations should be regression-tested. - New
simple-gittransitive dependencies (@simple-git/args-pathspec,@simple-git/argv-parser) introduce additional surface area for potential bugs or environment-specific issues. - Removal of the
@chargebee/js-framework-adaptersoverride assumes no remaining consumers rely on the previous link-based resolution.
File-level change summary
| File | Change summary |
|---|---|
| packages/cli/package.json | Updated the simple-git dependency from version ^3.27.0 to ^3.36.0. |
| packages/cli/pnpm-lock.yaml | Regenerated lockfile entries to remove an override, lock [email protected], and reflect the upgraded simple-git and its new sub-dependencies. |
Snyk has created this PR to fix 1 vulnerabilities in the pnpm dependencies of this project.
Snyk changed the following file(s):
packages/cli/package.jsonpackages/cli/pnpm-lock.yamlVulnerabilities that will be fixed with an upgrade:
SNYK-JS-SIMPLEGIT-15456078
Breaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Remote Code Execution (RCE)