From 9bfa976234d88790c3006f7b547ded3edb39ad7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:13:19 +0000 Subject: [PATCH] Bump vm2 from 3.6.0 to 3.9.11 Bumps [vm2](https://github.com/patriksimek/vm2) from 3.6.0 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/commits/3.9.11) --- updated-dependencies: - dependency-name: vm2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9ae8b59..fa333f3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "then-request": "^4.1.0", "tracer": "^0.8.9", "turf": "^3.0.14", - "vm2": "^3.6.0" + "vm2": "^3.9.11" }, "author": "Victor Gu", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f3828a6..bb55cfd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -60,6 +60,10 @@ acorn-jsx@^3.0.0: dependencies: acorn "^3.0.4" +acorn-walk@^8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" + acorn@^1.0.1: version "1.2.2" resolved "https://registry.yarnpkg.com/acorn/-/acorn-1.2.2.tgz#c8ce27de0acc76d896d2b1fad3df588d9e82f014" @@ -76,6 +80,10 @@ acorn@^5.4.0: version "5.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102" +acorn@^8.7.0: + version "8.8.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" + affine-hull@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/affine-hull/-/affine-hull-1.0.0.tgz#763ff1d38d063ceb7e272f17ee4d7bbcaf905c5d" @@ -2911,9 +2919,12 @@ vary@~1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/vary/-/vary-1.0.1.tgz#99e4981566a286118dfb2b817357df7993376d10" -vm2@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.6.0.tgz#a6e6370c57e6edd77decfb7b1ad64fc87dbf2d4e" +vm2@^3.9.11: + version "3.9.11" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.11.tgz#a880f510a606481719ec3f9803b940c5805a06fe" + dependencies: + acorn "^8.7.0" + acorn-walk "^8.2.0" void-elements@~2.0.1: version "2.0.1"