Could @utcp/code-mode update its isolated-vm peer dependency from ^6.0.0 to allow ^7.0.1? I have successfully tested IronCurtain with @utcp/code-mode using isolated-vm 7.0.1 on Node 24 and 26.
Please use 7.0.1 as the minimum: 7.0.0 declares Node >=26, whereas 7.0.1 declares >=24.
If retaining 6.x compatibility is desirable, please, consider: ^6.0.0 || ^7.0.1
Happy to make a PR.
Could @utcp/code-mode update its isolated-vm peer dependency from
^6.0.0to allow^7.0.1? I have successfully tested IronCurtain with @utcp/code-mode using isolated-vm 7.0.1 on Node 24 and 26.Please use
7.0.1as the minimum:7.0.0declares Node >=26, whereas 7.0.1 declares >=24.If retaining 6.x compatibility is desirable, please, consider:
^6.0.0 || ^7.0.1Happy to make a PR.