From 0adf10065eaf020efa457d5b9ad079432a896778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 22:59:29 +0000 Subject: [PATCH] Bump isolated-vm from 3.3.0 to 4.3.7 Bumps [isolated-vm](https://github.com/laverdet/isolated-vm) from 3.3.0 to 4.3.7. - [Release notes](https://github.com/laverdet/isolated-vm/releases) - [Changelog](https://github.com/laverdet/isolated-vm/blob/main/CHANGELOG.md) - [Commits](https://github.com/laverdet/isolated-vm/compare/v3.3.0...v4.3.7) --- updated-dependencies: - dependency-name: isolated-vm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa1e98c..ec71f0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1839,9 +1839,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "isolated-vm": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/isolated-vm/-/isolated-vm-3.3.0.tgz", - "integrity": "sha512-ZWBn5pdDWzcDw2hyCjWiUV2PXO0upn40lmh21xKnKwgBrbS0nKehHZ8l6/KdEnE9p4zGBj6jbQDbxyhNonQf2A==" + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/isolated-vm/-/isolated-vm-4.3.7.tgz", + "integrity": "sha512-tFMn2HwoSrwCfRdiNpNLn3ucaOlupyGd+C1X3aoqtpJxOLBLgWd6FQGLNXx/Ixmq8H0fWhj4tHaQSrB1ogreJQ==" }, "istanbul-instrumenter-loader": { "version": "3.0.1", diff --git a/package.json b/package.json index bc30b1a..5c55fcf 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fp-future": "^1.0.1", "git-rev-sync": "^2.0.0", "glob": "^7.1.6", - "isolated-vm": "^3.3.0", + "isolated-vm": "^4.3.7", "istanbul-instrumenter-loader": "^3.0.1", "mocha": "^7.1.1", "node-fetch": "^2.6.0",