From 99ce7731d88ee57d6fb01c45ee821a25e86ca41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:31:04 +0000 Subject: [PATCH] chore(deps): bump vm2 from 3.9.19 to 3.11.2 in /examples/qwik Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.19 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/3.9.19...v3.11.2) --- updated-dependencies: - dependency-name: vm2 dependency-version: 3.11.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/qwik/package-lock.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/examples/qwik/package-lock.json b/examples/qwik/package-lock.json index 84d64f78153..9011c4f9a07 100644 --- a/examples/qwik/package-lock.json +++ b/examples/qwik/package-lock.json @@ -4896,9 +4896,9 @@ } }, "node_modules/acorn": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", - "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", "dev": true, "license": "MIT", "bin": { @@ -16334,15 +16334,14 @@ } }, "node_modules/vm2": { - "version": "3.9.19", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz", - "integrity": "sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==", - "deprecated": "The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.", + "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": { - "acorn": "^8.7.0", - "acorn-walk": "^8.2.0" + "acorn": "^8.15.0", + "acorn-walk": "^8.3.4" }, "bin": { "vm2": "bin/vm2"