From bff65e23ac9caa15adb5273080fd5f246bc37af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 22:49:27 +0000 Subject: [PATCH] Bump vm2 from 3.11.2 to 3.11.3 in /lib Bumps [vm2](https://github.com/patriksimek/vm2) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/main/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/v3.11.2...v3.11.3) --- updated-dependencies: - dependency-name: vm2 dependency-version: 3.11.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- lib/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/yarn.lock b/lib/yarn.lock index 48c40e5c..d4116bcb 100644 --- a/lib/yarn.lock +++ b/lib/yarn.lock @@ -4243,9 +4243,9 @@ verror@1.10.0: extsprintf "^1.2.0" vm2@^3.9.17: - version "3.11.2" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.11.2.tgz#68ea22497c2c37cb907f27106a3c952dd9e318a6" - integrity sha512-hnsYAgBSAgwwPM/Gq66gMmUY0VlY9mKC8nvVRAZiJp+tYxF4sfNRlZymP8uqzIUK2U/7+SVZ/H8p7USxNHLlZA== + version "3.11.3" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.11.3.tgz#5323018a93ae2862c9d52b07b658ebb8d74903f0" + integrity sha512-DO1TTKuOc+veL11VNOvJwRab80mghFKE40Av3bl6pdXs11bdiDMuR73owy+dS2EsTZEvRUeBkkBuDVRjV/RgEw== dependencies: acorn "^8.15.0" acorn-walk "^8.3.4"