From ec290a7dbc64ef9be8dc291b3fa5e7de3ea555e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:04:22 +0000 Subject: [PATCH] chore(deps-dev): 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] --- package-lock.json | 6 +++--- yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e320ff0..a6f4d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29711,9 +29711,9 @@ "license": "MIT" }, "node_modules/vm2": { - "version": "3.10.5", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.10.5.tgz", - "integrity": "sha512-3P/2QDccVFBcujfCOeP8vVNuGfuBJHEuvGR8eMmI10p/iwLL2UwF5PDaNaoOS2pRGQEDmJRyeEcc8kmm2Z59RA==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.2.tgz", + "integrity": "sha512-hnsYAgBSAgwwPM/Gq66gMmUY0VlY9mKC8nvVRAZiJp+tYxF4sfNRlZymP8uqzIUK2U/7+SVZ/H8p7USxNHLlZA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/yarn.lock b/yarn.lock index 2d8e6e6..929589c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14895,9 +14895,9 @@ vm-browserify@^1.0.1: integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== vm2@^3.10.0: - version "3.10.5" - resolved "https://registry.npmjs.org/vm2/-/vm2-3.10.5.tgz" - 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"