From 15ef43a7b10c8a68bf64d0a7f441a563a55b481a Mon Sep 17 00:00:00 2001 From: Loganaden Velvindron Date: Wed, 28 Jan 2026 20:50:17 +0400 Subject: [PATCH] Fix CVE-2026-22709 https://nvd.nist.gov/vuln/detail/CVE-2026-22709 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58812473..e4a6268b 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "tsconfig-paths-webpack-plugin": "^4.1.0", "twilio": "^3.23.2", "typescript": "^5.2.2", - "vm2": "^3.9.19", + "vm2": "^3.10.2", "vue": "^2.5.17", "vue-server-renderer": "^2.5.17", "web-vitals": "^0.2.4",