From a2ffd7d28c11b4001bf5dc575eb53ad988384104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:46:53 +0000 Subject: [PATCH] Bump vm2 from 3.9.3 to 3.9.6 Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.3 to 3.9.6. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/3.9.3...3.9.6) --- updated-dependencies: - dependency-name: vm2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55a2c917f0..405d730ad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@servisbot/node-red", - "version": "0.18.7-patch-9.1", + "version": "0.18.7-patch-10", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -407,6 +407,16 @@ "negotiator": "0.6.2" } }, + "acorn": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", + "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==" + }, + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==" + }, "addressparser": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/addressparser/-/addressparser-1.0.1.tgz", @@ -8963,9 +8973,13 @@ } }, "vm2": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.3.tgz", - "integrity": "sha512-smLS+18RjXYMl9joyJxMNI9l4w7biW8ilSDaVRvFBDwOH8P0BK1ognFQTpg0wyQ6wIKLTblHJvROW692L/E53Q==" + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.6.tgz", + "integrity": "sha512-BF7euUjgO+ezsz2UKex9kO9M/PtDNOf+KEpiqNepZsgf1MT7JYfJEIvG8BoYhZMLAVjqevFJ0UmXNuETe8m5dQ==", + "requires": { + "acorn": "^8.7.0", + "acorn-walk": "^8.2.0" + } }, "walkdir": { "version": "0.0.11", diff --git a/package.json b/package.json index 7217e45872..c460b5bba9 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "semver": "5.5.0", "sentiment": "2.1.0", "uglify-js": "3.3.25", - "vm2": "^3.8.4", + "vm2": "^3.9.6", "when": "3.7.8", "ws": "1.1.5", "xml2js": "0.4.19"