From 1cb2a6ae6897f4be15cbafbde4ed37ea04bf5f38 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 02:05:53 +0000 Subject: [PATCH] Update vm2 to version 3.9.7 --- package.json | 2 +- yarn.lock | 23 ++++++++++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bc3584ff2..663842598 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "toobusy-js": "^0.5.1", "urban": "^0.3.2", "uuid": "^3.3.2", - "vm2": "^3.6.4", + "vm2": "^3.9.7", "wikijs": "^6.0.0", "winston": "^3.2.1", "winston-daily-rotate-file": "^3.5.1", diff --git a/yarn.lock b/yarn.lock index 515b90deb..4229ea9c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -317,10 +317,18 @@ acorn-jsx@^5.0.0: version "5.0.1" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e" +acorn-walk@^8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" + acorn@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a" +acorn@^8.7.0: + version "8.7.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" + active-handles@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/active-handles/-/active-handles-1.1.0.tgz#b895bceaf6e1bca197b8817d954e4eee1fd35efd" @@ -2815,6 +2823,12 @@ rimraf@^2.6.1: dependencies: glob "^7.0.5" +rimraf@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + dependencies: + glob "^7.1.3" + rss-parser@^3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.6.0.tgz#6ded6f1d25e092fcec813fab383200557ae84fdd" @@ -3323,9 +3337,12 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vm2@^3.6.4: - version "3.6.4" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.6.4.tgz#88b27a9f328a0630671841363692a57d24dead33" +vm2@^3.9.7: + version "3.9.7" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.7.tgz#bb87aa677c97c61e23a6cb6547e44e990517a6f6" + dependencies: + acorn "^8.7.0" + acorn-walk "^8.2.0" whatwg-fetch@3.0.0: version "3.0.0"