From 3e46c78291c05d27f68931c8add2d278da6b6f3d Mon Sep 17 00:00:00 2001 From: ZenMasterJacob20011 Date: Thu, 10 Oct 2024 12:22:01 -0500 Subject: [PATCH] update js-interpreter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa57948..24b03f4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "formiojs": "^4.12.6" }, "dependencies": { - "js-interpreter": "https://github.com/formio/JS-Interpreter#v1.1.0-formio.2", + "js-interpreter": "https://github.com/formio/JS-Interpreter#v1.1.0-formio.3", "lodash": "^4.17.21", "vm-browserify": "^1.1.2" }