diff --git a/package.json b/package.json index a6c8feb75..48f9efcb5 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "url": "^0.11.0", "uuid": "^7.0.2", "validator": "^13.7.0", - "vm2": "3.9.17", + "vm2": "3.9.19", "vsce": "^1.79.5", "vscode-languageclient": "^6.1.3", "vscode-languageserver": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index 05f523198..0c61a3983 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9392,7 +9392,15 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vm2@3.9.17, vm2@^3.9.8: +vm2@3.9.19: + version "3.9.19" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.19.tgz#be1e1d7a106122c6c492b4d51c2e8b93d3ed6a4a" + integrity sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg== + dependencies: + acorn "^8.7.0" + acorn-walk "^8.2.0" + +vm2@^3.9.8: version "3.9.17" resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.17.tgz#251b165ff8a0e034942b5181057305e39570aeab" integrity sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==