fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VM2-473188
This commit is contained in:
snyk-bot 2019-10-16 21:07:09 +00:00
parent 254c972f1c
commit b63061c419
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11061,9 +11061,9 @@
}
},
"vm2": {
"version": "3.6.10",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.6.10.tgz",
"integrity": "sha512-p4LBl7theIhmKaWPdCn25kEIG0bfDDEDx1lexXH7gcCu9pHIT+PKFgofwLHVHUGhe39lKExeaYVEZtdbQhdl2g=="
"version": "3.6.11",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.6.11.tgz",
"integrity": "sha512-l/+GDkesWKCRpk+3meLDauXisAmsfRZLvZwa/dBx1YKvP60NwXJsLHGEPW+t9fxdX+qjofF0/jN9eu42WRHAbQ=="
},
"vscode-languageserver-types": {
"version": "3.14.0",

View File

@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"restify": "^8.1.0",
"vm2": "^3.6.10",
"vm2": "^3.6.11",
"snyk": "^1.230.5"
},
"devDependencies": {