Bump tar from 6.2.1 to 7.5.21 - #1591
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.1 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@v6.2.1...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>
PR SummaryMedium Risk Overview The Block Protocol CLI only uses Reviewed by Cursor Bugbot for commit 9066c5b. Bugbot is set up for automated code reviews on this repo. Configure here. |
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 9066c5b. Configure here.
| "prompt": "^1.3.0", | ||
| "slugify": "^1.6.5", | ||
| "tar": "6.2.1", | ||
| "tar": "7.5.21", |
There was a problem hiding this comment.
Default tar import breaks under v7
High Severity
Bumping tar to v7 switches it to a native ESM hybrid that only exposes named exports (c/create, etc.). publish.js still uses import tar from "tar", which worked via CommonJS interop on v6 but fails at runtime under Node ESM with no default export, so blockprotocol publish cannot load.
Reviewed by Cursor Bugbot for commit 9066c5b. Configure here.


Bumps tar from 6.2.1 to 7.5.21.
Changelog
Sourced from tar's changelog.
... (truncated)
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.17Maintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Dependabot 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.