From 9138fb387aa343b1679137ba9106d049637247ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:09:41 +0000 Subject: [PATCH] build(deps): bump vm2 from 3.10.5 to 3.11.3 in /visualization Bumps [vm2](https://github.com/patriksimek/vm2) from 3.10.5 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.10.5...v3.11.3) --- updated-dependencies: - dependency-name: vm2 dependency-version: 3.11.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- visualization/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/visualization/package-lock.json b/visualization/package-lock.json index c3a94e1296..66da87c59e 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -20204,9 +20204,9 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.3.tgz", + "integrity": "sha512-DO1TTKuOc+veL11VNOvJwRab80mghFKE40Av3bl6pdXs11bdiDMuR73owy+dS2EsTZEvRUeBkkBuDVRjV/RgEw==", "license": "MIT", "dependencies": { "acorn": "^8.15.0",