fix(deps): bump tar from 7.5.15 to 7.5.21#435
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.15 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.15...v7.5.21) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ty range The pnpm override `tar@<7.5.11` only forced transitive deps to 7.5.11, but 7.5.11 is itself vulnerable (GHSA-23hp-3jrh-7fpw, CVSS 9.2). Update the override to `tar@<7.5.21` so all transitive tar dependencies resolve to 7.5.21, matching the direct dependency already bumped by Dependabot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dependabot Fix AssessmentPackage: `tar` `7.5.15` → `7.5.21` (patch) What changed upstream
Root cause of CI failureThe security audit failed because of a stale pnpm override in "tar@<7.5.11": "7.5.11"This override was written at an earlier point to force transitive tar dependencies up to 7.5.11. But 7.5.11 is itself now vulnerable. Dependabot updated the direct dependency to 7.5.21, but didn't update this override — so transitive consumers of tar continued to resolve to 7.5.11 (the floor set by the old override), which still appeared in Migration concerns checked
What broke
What was fixed
Verification
Notes for reviewerThe other 100 non-critical vulnerabilities shown in the audit log (vite, brace-expansion, minimatch, postcss, etc.) were already present before this PR — they are all in the |
Bumps tar from 7.5.15 to 7.5.21.
Commits
0cd9cc37.5.21631ae59list: prevent unbounded recursionebbb7207.5.202f27196fix: fully disable and dispose of unzip when aborting parserbe440da7.5.192812e93add maxDecompressionRatio guard against explosive decompression9ecd4d27.5.189e78bf0refuse to let header size be less than 0e02a4e9pax: parse values according to known types9cbdb317.5.17Dependabot 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.