mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 00:38:23 +02:00
@ -8,7 +8,7 @@
|
||||
"package.json"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"vm2": "^3.9.13"
|
||||
"@n8n/vm2": "^3.9.23"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest --testPathIgnorePatterns test.js"
|
||||
|
@ -1,4 +1,4 @@
|
||||
const { NodeVM } = require('vm2');
|
||||
const { NodeVM } = require('@n8n/vm2');
|
||||
const path = require('path');
|
||||
const http = require('http');
|
||||
const https = require('https');
|
||||
|
@ -1,4 +1,4 @@
|
||||
const { NodeVM } = require('vm2');
|
||||
const { NodeVM } = require('@n8n/vm2');
|
||||
const chai = require('chai');
|
||||
const path = require('path');
|
||||
const http = require('http');
|
||||
|
Reference in New Issue
Block a user