From 9a1e7ae1534d36c77181c12b41024948159dec1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 15:29:48 +0000 Subject: [PATCH] Bump vm2 from 3.9.1 to 3.9.4 in /snc-node-bridge Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.1 to 3.9.4. - [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/v3.9.1...3.9.4) --- updated-dependencies: - dependency-name: vm2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- snc-node-bridge/package.json | 2 +- snc-node-bridge/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snc-node-bridge/package.json b/snc-node-bridge/package.json index 7816937..24e861b 100644 --- a/snc-node-bridge/package.json +++ b/snc-node-bridge/package.json @@ -1,7 +1,7 @@ { "dependencies": { "restify": "^8.5.1", - "vm2": "^3.9.1" + "vm2": "^3.9.4" }, "scripts": { "start": "node index" diff --git a/snc-node-bridge/yarn.lock b/snc-node-bridge/yarn.lock index 2f6870d..d9b2a70 100644 --- a/snc-node-bridge/yarn.lock +++ b/snc-node-bridge/yarn.lock @@ -681,10 +681,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vm2@^3.9.1: - version "3.9.1" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.1.tgz#11b9390a07745fcfb0b682078e84fcad147aae97" - integrity sha512-cLW0IgjWO9i4+kZ55mH7MWTmOHgAz1/lxGYpsEJa4KVB/obJZB7c/oeZGsw96srpVFJD4HIRqKc7HheO82moyA== +vm2@^3.9.4: + version "3.9.4" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.4.tgz#2e118290fefe7bd8ea09ebe2f5faf53730dbddaa" + integrity sha512-sOdharrJ7KEePIpHekiWaY1DwgueuiBeX/ZBJUPgETsVlJsXuEx0K0/naATq2haFvJrvZnRiORQRubR0b7Ye6g== wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3"