From 1affbd48acd2404f71d17233dbeb522657e964cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 21:05:30 +0000 Subject: [PATCH] chore(deps): bump vm2 from 3.9.16 to 3.9.18 in /core Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.16 to 3.9.18. - [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.16...3.9.18) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- core/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/yarn.lock b/core/yarn.lock index 07ac2e8a..0bc31a6f 100644 --- a/core/yarn.lock +++ b/core/yarn.lock @@ -7263,9 +7263,9 @@ validate-npm-package-name@^5.0.0: builtins "^5.0.0" vm2@^3.9.11: - version "3.9.16" - resolved "https://registry.npmjs.org/vm2/-/vm2-3.9.16.tgz" - integrity sha512-3T9LscojNTxdOyG+e8gFeyBXkMlOBYDoF6dqZbj+MPVHi9x10UfiTAJIobuchRCp3QvC+inybTbMJIUrLsig0w== + version "3.9.18" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.18.tgz#d919848bee191a0410c5cc1c5aac58adfd03ce9a" + integrity sha512-iM7PchOElv6Uv6Q+0Hq7dcgDtWWT6SizYqVcvol+1WQc+E9HlgTCnPozbQNSP3yDV9oXHQOEQu530w2q/BCVZg== dependencies: acorn "^8.7.0" acorn-walk "^8.2.0"