fix(Code Node): Switch over to vm2 fork (#7018)

[Fork is here](https://github.com/n8n-io/vm2). Currently there are no
modifications in it.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-08-30 11:17:04 +02:00
committed by GitHub
parent 9ca990b993
commit dfe0fa65f8
7 changed files with 47 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
import type { NodeVMOptions } from 'vm2';
import { NodeVM } from 'vm2';
import type { NodeVMOptions } from '@n8n/vm2';
import { NodeVM } from '@n8n/vm2';
import type {
IExecuteFunctions,
IBinaryKeyData,