From 0b7d2cc87a3a1d73f7e6a5818b6e10122ef5ce05 Mon Sep 17 00:00:00 2001 From: Avram Date: Mon, 17 May 2021 22:11:57 +0300 Subject: [PATCH 1/2] use isolated-vm 3.0.0 Update packages.json, using "isolated-vm": "^3.0.0", --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 411e08a..7f6f7ed 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "ISC", "dependencies": { "generic-pool": "^3.4.1", - "isolated-vm": "^2.0.1", + "isolated-vm": "^3.0.0", "lodash": "^3.10.1", "nan": "^2.14.0", "node-gyp": "^3.8.0", From 35cb6a713caff4d96b7dc7c90ece3c0dce6690c4 Mon Sep 17 00:00:00 2001 From: Avram Date: Mon, 17 May 2021 22:16:21 +0300 Subject: [PATCH 2/2] "version": "5.2.1", using new isolated-vm "^3.0.0", --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f6f7ed..8d69aa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@screeps/driver", - "version": "5.2.0", + "version": "5.2.1", "description": "", "main": "lib/index.js", "author": "Artem Chivchalov ",