From 139b9dbb9eb1a98771315beb5d165a829cbbb905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:41:59 +0000 Subject: [PATCH] build(deps): bump vm2 from 3.10.5 to 3.11.2 Bumps [vm2](https://github.com/patriksimek/vm2) from 3.10.5 to 3.11.2. - [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.10.5...v3.11.2) --- updated-dependencies: - dependency-name: vm2 dependency-version: 3.11.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2f240e6..492c712 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9567,9 +9567,9 @@ verror@1.10.0: extsprintf "^1.2.0" vm2@^3.9.19: - version "3.10.5" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.10.5.tgz#cc79e75bc344805bc9796a28dc91baa388dc944f" - integrity sha512-3P/2QDccVFBcujfCOeP8vVNuGfuBJHEuvGR8eMmI10p/iwLL2UwF5PDaNaoOS2pRGQEDmJRyeEcc8kmm2Z59RA== + version "3.11.2" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.11.2.tgz#68ea22497c2c37cb907f27106a3c952dd9e318a6" + integrity sha512-hnsYAgBSAgwwPM/Gq66gMmUY0VlY9mKC8nvVRAZiJp+tYxF4sfNRlZymP8uqzIUK2U/7+SVZ/H8p7USxNHLlZA== dependencies: acorn "^8.15.0" acorn-walk "^8.3.4"