chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates - #3402
Conversation
…dates Bumps the npm_and_yarn group with 2 updates in the /packages/shared/scripts directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [tar](https://github.com/isaacs/node-tar). Updates `brace-expansion` from 5.0.6 to 5.0.8 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.6...v5.0.8) Updates `tar` from 7.5.16 to 7.5.22 - [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.16...v7.5.22) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 7.5.22 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — routine Dependabot lockfile bump.
Extended reasoning...
Overview
This PR only touches packages/shared/scripts/package-lock.json, bumping two transitive dependencies of the e2b SDK: brace-expansion (5.0.6 → 5.0.8) and tar (7.5.16 → 7.5.22). No source code, application logic, or configuration files are changed — this is a lockfile-only diff generated by Dependabot.
Security risks
None. Both bumps are patch-level version updates to indirect dependencies used only in a helper script package, not runtime infrastructure. The tar bump actually includes hardening commits (unbounded recursion guard, decompression-ratio guard), which is a net positive. No new packages, license changes, or dependency tree restructuring beyond the version bumps and their integrity hashes.
Level of scrutiny
Minimal scrutiny is appropriate here: this is a mechanical, auto-generated lockfile update with no hand-written code changes, in a non-critical scripts package rather than a production service (API, orchestrator, envd, client-proxy).
Other factors
No outstanding review comments on this PR, and no prior reviews from me to reconcile. The diff is fully visible and matches the PR description exactly (versions and integrity hashes line up).
Bumps the npm_and_yarn group with 2 updates in the /packages/shared/scripts directory: brace-expansion and tar.
Updates
brace-expansionfrom 5.0.6 to 5.0.8Commits
96a63c05.0.8a1bd339Merge commit from fork592a36fBump tar from 7.5.16 to 7.5.20 (#127)bd14690Bump brace-expansion from 2.0.2 to 2.1.2 (#126)e729ba6Bump ws from 8.19.0 to 8.21.1 (#124)5bf809eRemove Node.js 18 support (#110)8cb5716Bump markdown-it from 14.1.0 to 14.2.0 (#113)43122dfBump sigstore from 4.1.0 to 4.1.1 (#119)69bd65aBump@sigstore/verifyfrom 3.1.0 to 3.1.1 (#118)b3bfbf0Bump@sigstore/corefrom 3.1.0 to 3.2.1 (#117)Updates
tarfrom 7.5.16 to 7.5.22Commits
2a22bfc7.5.22df1cd8dAllow transform to be falsey0cd9cc37.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 0Dependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.