Conversation
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>
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.
| jest-worker: 27.5.1 | ||
| schema-utils: 4.3.3 | ||
| terser: 5.46.0 | ||
| webpack: 5.105.2 |
There was a problem hiding this comment.
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.


Bumps tar from 7.5.9 to 7.5.10.
Commits
2b72abc7.5.107bc755dparse root off paths before sanitizing .. partsc8cb846update depsDependabot 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.
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.yamlto resolve newer transitive versions, notably bumpingenhanced-resolveto5.20.0andterser-webpack-pluginto5.3.17(and wiring these into thewebpackdependency tree).Written by Cursor Bugbot for commit 3e802fa. This will update automatically on new commits. Configure here.