1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-24 11:51:03 +01:00

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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VM2-1585918
This commit is contained in:
snyk-bot 2021-10-16 01:17:51 +00:00
parent 8181a179b8
commit 834d1252cc
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11121,9 +11121,9 @@
}
},
"vm2": {
"version": "3.6.11",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.6.11.tgz",
"integrity": "sha512-l/+GDkesWKCRpk+3meLDauXisAmsfRZLvZwa/dBx1YKvP60NwXJsLHGEPW+t9fxdX+qjofF0/jN9eu42WRHAbQ=="
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.4.tgz",
"integrity": "sha512-sOdharrJ7KEePIpHekiWaY1DwgueuiBeX/ZBJUPgETsVlJsXuEx0K0/naATq2haFvJrvZnRiORQRubR0b7Ye6g=="
},
"vscode-languageserver-types": {
"version": "3.16.0",

View file

@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"restify": "^8.1.1",
"vm2": "^3.6.11",
"vm2": "^3.9.4",
"snyk": "^1.667.0"
},
"devDependencies": {