1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-22 19:11: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-CSVPARSE-467403
This commit is contained in:
snyk-bot 2019-09-22 21:07:05 +00:00
parent 7160af6a78
commit 4ad9eb13e8
2 changed files with 3335 additions and 132 deletions

3465
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"restify": "^6.4.0", "restify": "^8.1.0",
"vm2": "^3.6.10" "vm2": "^3.6.10"
}, },
"devDependencies": { "devDependencies": {