Skip to content

Bump tar from 7.5.9 to 7.5.10#223

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/tar-7.5.10
Open

Bump tar from 7.5.9 to 7.5.10#223
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/tar-7.5.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps tar from 7.5.9 to 7.5.10.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Note

Low Risk
Lockfile-only changes that adjust transitive dependency resolutions; low risk aside from potential build/output differences from updated bundler tooling dependencies.

Overview
Updates pnpm-lock.yaml to resolve newer transitive versions, notably bumping enhanced-resolve to 5.20.0 and terser-webpack-plugin to 5.3.17 (and wiring these into the webpack dependency tree).

Written by Cursor Bugbot for commit 3e802fa. This will update automatically on new commits. Configure here.

Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.9 to 7.5.10.
- [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.9...v7.5.10)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

jest-worker: 27.5.1
schema-utils: 4.3.3
terser: 5.46.0
webpack: 5.105.2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing serialize-javascript dependency in lockfile entry

High Severity

The terser-webpack-plugin@5.3.17 lockfile entry is missing serialize-javascript as a dependency, while the previous terser-webpack-plugin@5.3.16 correctly includes serialize-javascript: 6.0.2. The 5.3.17 release specifically updated serialize-javascript, so it's definitely still a required dependency. Under pnpm's strict dependency isolation, this missing entry means serialize-javascript won't be available to the plugin at runtime, likely causing webpack builds to fail during minification.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants