From 8da66fd7e6d764f509bd213b82c5da958dd49720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:24:43 +0000 Subject: [PATCH] build(deps): bump vm2 from 3.10.5 to 3.11.5 in /visualization Bumps [vm2](https://github.com/patriksimek/vm2) from 3.10.5 to 3.11.5. - [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.5) --- updated-dependencies: - dependency-name: vm2 dependency-version: 3.11.5 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..4f28781844 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.5", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.5.tgz", + "integrity": "sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA==", "license": "MIT", "dependencies": { "acorn": "^8.15.0",