chore(deps): bump tar from 7.5.20 to 7.5.21#6515
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.20 to 7.5.21. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.20...v7.5.21) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.21 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 993b41b. Configure here.
| "on-headers": "^1.1.0", | ||
| "diff": "^5.2.2", | ||
| "tar": "^7.5.20", | ||
| "tar": "^7.5.21", |
There was a problem hiding this comment.
Incomplete tar lockfile bump
Medium Severity
The tar resolution moves to ^7.5.21, but yarn.lock still pins tar@7.5.20 under tar@npm:^7.5.20. With Yarn 4’s CI immutable installs, this either fails install or leaves the old version installed, so the Dependabot bump does not take effect. Prior tar bumps here updated both files. Flagged per the dependency-update review guidance.
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit 993b41b. Configure here.


Bumps tar from 7.5.20 to 7.5.21.
Commits
0cd9cc37.5.21631ae59list: prevent unbounded recursionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.