mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-22 13:41:01 +01:00
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
This commit is contained in:
parent
93b3c66d93
commit
6fa5bf79e2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"restify": "^8.1.0",
|
"restify": "^8.1.0",
|
||||||
"vm2": "^3.6.11",
|
"vm2": "^3.6.11",
|
||||||
"snyk": "^1.290.1"
|
"snyk": "^1.316.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^4.19.1",
|
"eslint": "^4.19.1",
|
||||||
|
|
Loading…
Reference in a new issue