small patches and pinning versions
This commit is contained in:
parent
b80d0b490a
commit
2aef97c5eb
|
@ -49,8 +49,8 @@
|
|||
"@budibase/shared-core": "0.0.0",
|
||||
"@budibase/string-templates": "0.0.0",
|
||||
"@budibase/types": "0.0.0",
|
||||
"@bull-board/api": "^5.10.2",
|
||||
"@bull-board/koa": "^5.10.2",
|
||||
"@bull-board/api": "5.10.2",
|
||||
"@bull-board/koa": "5.10.2",
|
||||
"@elastic/elasticsearch": "7.10.0",
|
||||
"@google-cloud/firestore": "6.8.0",
|
||||
"@koa/router": "8.0.8",
|
||||
|
@ -73,7 +73,7 @@
|
|||
"google-spreadsheet": "3.2.0",
|
||||
"ioredis": "5.3.2",
|
||||
"isolated-vm": "^4.6.0",
|
||||
"jimp": "^0.22.10",
|
||||
"jimp": "0.22.10",
|
||||
"joi": "17.6.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsonschema": "1.4.0",
|
||||
|
|
|
@ -25,7 +25,7 @@ if (!process.env.NO_JS) {
|
|||
const vm = require("vm")
|
||||
const { setJSRunner } = require("./helpers/javascript")
|
||||
/**
|
||||
* Use vm to run JS scripts in a browser Env
|
||||
* Use vm to run JS scripts in a node Env
|
||||
*/
|
||||
setJSRunner((js, context) => {
|
||||
context = {
|
||||
|
|
Loading…
Reference in New Issue