diff --git a/package-lock.json b/package-lock.json index afc82262..58a8173a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "swagger-ui-express": "^4.1.5", "typeorm": "^0.3.10", "uuid": "^8.3.2", - "vm2": "^3.9.17", + "vm2": "^3.9.18", "wait-for-expect": "^3.0.2" }, "devDependencies": { @@ -14598,9 +14598,9 @@ } }, "node_modules/vm2": { - "version": "3.9.17", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.17.tgz", - "integrity": "sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==", + "version": "3.9.19", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz", + "integrity": "sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==", "dependencies": { "acorn": "^8.7.0", "acorn-walk": "^8.2.0" @@ -26282,9 +26282,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "vm2": { - "version": "3.9.17", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.17.tgz", - "integrity": "sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==", + "version": "3.9.19", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz", + "integrity": "sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==", "requires": { "acorn": "^8.7.0", "acorn-walk": "^8.2.0" diff --git a/package.json b/package.json index 8bb1c82e..68f4e00a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "swagger-ui-express": "^4.1.5", "typeorm": "^0.3.10", "uuid": "^8.3.2", - "vm2": "^3.9.17", + "vm2": "^3.9.18", "wait-for-expect": "^3.0.2" }, "devDependencies": {