From 1fa746f1c23e3109440255ed3a5bb2d266faca4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:11:36 +0000 Subject: [PATCH] Bump vm2 from 3.9.1 to 3.9.11 in /snc-node-bridge Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.1 to 3.9.11. - [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.11) --- 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 | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/snc-node-bridge/package.json b/snc-node-bridge/package.json index 7816937..7fe8488 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.11" }, "scripts": { "start": "node index" diff --git a/snc-node-bridge/yarn.lock b/snc-node-bridge/yarn.lock index 2f6870d..7808eed 100644 --- a/snc-node-bridge/yarn.lock +++ b/snc-node-bridge/yarn.lock @@ -11,6 +11,16 @@ extsprintf "^1.4.0" lodash "^4.17.15" +acorn-walk@^8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" + integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== + +acorn@^8.7.0: + version "8.8.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" + integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w== + asn1@~0.2.3: version "0.2.4" resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" @@ -681,10 +691,13 @@ 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.11: + version "3.9.11" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.11.tgz#a880f510a606481719ec3f9803b940c5805a06fe" + integrity sha512-PFG8iJRSjvvBdisowQ7iVF580DXb1uCIiGaXgm7tynMR1uTBlv7UJlB1zdv5KJ+Tmq1f0Upnj3fayoEOPpCBKg== + dependencies: + acorn "^8.7.0" + acorn-walk "^8.2.0" wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3"