From 033ccfa1cd2e5c550a777ec9633ae2c0bb93e760 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Oct 2025 11:33:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VM2-5772825 - https://snyk.io/vuln/SNYK-JS-VM2-5772823 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index caa7610..27a44ab 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "standard": "^16.0.3" }, "dependencies": { - "vm2": "^3.9.10" + "vm2": "^3.10.0" } }