Skip to content

Commit 1a582f7

Browse files
fix(deps): downgrade isolated-vm to 5.0.4 for Node 18-22 compatibility
The previous version (6.0.1) required Node >=22.0.0, causing CI failures on Node 18 and Node 20 test matrices. Downgraded to isolated-vm@5.0.4 which supports Node >=18.0.0, matching our stated requirements. Fixes: - CI failures on Node 18 and Node 20 builds - isolated-vm compilation errors with v8::SourceLocation - Plugin sandbox tests now pass on all Node versions (18, 20, 22) Tested: - All 12 plugin isolation tests pass - Compatible with Node 18.x, 20.x, 22.x 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0e411d2 commit 1a582f7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"eslint-plugin-storybook": "^0.12.0",
168168
"framer-motion": "^12.7.4",
169169
"husky": "^8.0.3",
170-
"isolated-vm": "6.0.1",
170+
"isolated-vm": "5.0.4",
171171
"jest": "^29.7.0",
172172
"jest-junit": "^16.0.0",
173173
"jest-transform-stub": "^2.0.0",

0 commit comments

Comments
 (0)