chore(deps): bump vm2 from 3.9.17 to 3.11.5 in /examples/next-js-app-router#4629
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump vm2 from 3.9.17 to 3.11.5 in /examples/next-js-app-router#4629dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.17 to 3.11.5. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/main/CHANGELOG.md) - [Commits](patriksimek/vm2@3.9.17...v3.11.5) --- updated-dependencies: - dependency-name: vm2 dependency-version: 3.11.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
View your CI Pipeline Execution ↗ for commit fa2495b
☁️ Nx Cloud last updated this comment at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps vm2 from 3.9.17 to 3.11.5.
Release notes
Sourced from vm2's releases.
... (truncated)
Changelog
Sourced from vm2's changelog.
... (truncated)
Commits
7a1f510Fix .node typo (#568)fac7fb4fix: test compatibility2da83edfix(#567): restore array iteration on vm.freeze()'d host arrays51cc4bcfix(#566): restore util.inspect output on Node 26+27354d5fix: test compatibility59ccba9feat: add merge-fix skill for integrating confirmed vulnerability fixes86ab819fix(GHSA-m4wx-m65x-ghrr): widen NESTING_OVERRIDE guard to all input shapese1c48fcfix(GHSA-9g8x-92q2-p28f): deny process-wide observability builtins in NodeVM436053efix(GHSA-r9pm-gxmw-wv6p): exclude underscored builtins from NodeVM '*' wildca...a1ed47afix(GHSA-rp36-8xq3-r6c4): close NodeVM builtin denylist bypass via process/in...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vm2 since your current version.
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.
Note
Low Risk
Lockfile-only change in an example app; main risk is rare NodeVM nesting/require config breakage, not production app code in this diff.
Overview
Updates
vm2from 3.9.17 to 3.11.5 inexamples/next-js-app-router/package-lock.json(transitive via@builder.io/react). The lockfile also refreshesvm2’s dependenciesacorn(8.8.2 → 8.16.0) andacorn-walk(8.2.0 → 8.3.5).The jump includes many sandbox escape / RCE fixes (3.11.x advisories) plus small runtime fixes (Node 26
util.inspect, frozen host arrays,.noderesolver typo). No application source in this PR—only the example’s lockfile.Note: If anything in the tree used
NodeVMwith truthynestingand no explicitrequireobject, 3.11.4+ throws at construction; that pattern is uncommon in a Next.js example unless you customize vm2 directly.Reviewed by Cursor Bugbot for commit fa2495b. Bugbot is set up for automated code reviews on this repo. Configure here.