From 52d0a5d25eb0a8093a2eb5b88dafba0c8c40d5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 10:49:34 +0000 Subject: [PATCH] chore(deps-dev): bump vm2 from 3.10.5 to 3.11.5 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] --- 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 a45d79b..1163908 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.5", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.5.tgz", + "integrity": "sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/yarn.lock b/yarn.lock index 8f8ba95..95e8d46 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.5" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.11.5.tgz#6dcebf22c7bf77acf80571f26f1040ee626a97d0" + integrity sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA== dependencies: acorn "^8.15.0" acorn-walk "^8.3.4"