From 2e4c30018adfbacf626991f4fdb47ae2fffeda4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:02:48 +0000 Subject: [PATCH] Bump vm2 from 3.11.2 to 3.11.3 in /CDK/Linux/hello-world Bumps [vm2](https://github.com/patriksimek/vm2) from 3.11.2 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.11.2...v3.11.3) --- updated-dependencies: - dependency-name: vm2 dependency-version: 3.11.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CDK/Linux/hello-world/package-lock.json | 14 +++++++------- CDK/Linux/hello-world/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CDK/Linux/hello-world/package-lock.json b/CDK/Linux/hello-world/package-lock.json index c82d37a..ffd85a3 100644 --- a/CDK/Linux/hello-world/package-lock.json +++ b/CDK/Linux/hello-world/package-lock.json @@ -19,7 +19,7 @@ "ts-node": "10.2.1", "typescript": "5.9.3", "uuid": "^14.0.0", - "vm2": "^3.11.2" + "vm2": "^3.11.3" }, "bin": { "aws-ec2-imagebuilder-cdk-example": "bin/aws-ec2-imagebuilder-cdk-example.js" @@ -4449,9 +4449,9 @@ } }, "node_modules/vm2": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.2.tgz", - "integrity": "sha512-hnsYAgBSAgwwPM/Gq66gMmUY0VlY9mKC8nvVRAZiJp+tYxF4sfNRlZymP8uqzIUK2U/7+SVZ/H8p7USxNHLlZA==", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.3.tgz", + "integrity": "sha512-DO1TTKuOc+veL11VNOvJwRab80mghFKE40Av3bl6pdXs11bdiDMuR73owy+dS2EsTZEvRUeBkkBuDVRjV/RgEw==", "dependencies": { "acorn": "^8.15.0", "acorn-walk": "^8.3.4" @@ -7788,9 +7788,9 @@ } }, "vm2": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.2.tgz", - "integrity": "sha512-hnsYAgBSAgwwPM/Gq66gMmUY0VlY9mKC8nvVRAZiJp+tYxF4sfNRlZymP8uqzIUK2U/7+SVZ/H8p7USxNHLlZA==", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.3.tgz", + "integrity": "sha512-DO1TTKuOc+veL11VNOvJwRab80mghFKE40Av3bl6pdXs11bdiDMuR73owy+dS2EsTZEvRUeBkkBuDVRjV/RgEw==", "requires": { "acorn": "^8.15.0", "acorn-walk": "^8.3.4" diff --git a/CDK/Linux/hello-world/package.json b/CDK/Linux/hello-world/package.json index edf27e1..f28aff0 100644 --- a/CDK/Linux/hello-world/package.json +++ b/CDK/Linux/hello-world/package.json @@ -27,6 +27,6 @@ "ts-node": "10.2.1", "typescript": "5.9.3", "uuid": "^14.0.0", - "vm2": "^3.11.2" + "vm2": "^3.11.3" } }