fix(sandbox): upgrade isolated-vm to 6.2.0 - #7125
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryUpdates the sandbox runtime from isolated-vm 6.1.2 to the patched 6.2.0 release.
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness, compatibility, or security regressions identified. The dependency declaration and lockfile resolve consistently to isolated-vm 6.2.0, while the production image and application CI use the compatible Node 24 runtime and existing sandbox API usage remains aligned with the patched release.
|
| Filename | Overview |
|---|---|
| apps/sim/package.json | Pins isolated-vm 6.2.0 for the sandbox worker, consistent with the repository’s Node 24 runtime. |
| bun.lock | Consistently updates the importer, resolved package version, dependency metadata, and integrity hash to isolated-vm 6.2.0. |
Reviews (1): Last reviewed commit: "fix(sandbox): upgrade isolated-vm to 6.2..." | Re-trigger Greptile
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.
Summary
Type of Change
Testing
bunx vitest run lib/execution/isolated-vm-worker-hardening.test.ts lib/execution/isolated-vm.test.ts(15 tests)bun run lintbun run apps/sim/scripts/check-block-registry.ts origin/stagingbun run check:audits(33 audits)Checklist