fix: .snyk & package.json 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:
snyk-bot 2020-05-01 04:32:35 +05:30 committed by Suraj Shetty
parent 2ed2e9f98b
commit d11463dfd6

View file

@ -5,7 +5,8 @@
"production": "FRAPPE_ENV=production node rollup/build.js",
"watch": "node rollup/watch.js",
"cypress:open": "cypress open",
"snyk-protect": "snyk protect"
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"repository": {
"type": "git",
@ -42,7 +43,7 @@
"qz-tray": "^2.0.8",
"redis": "^2.8.0",
"showdown": "^1.9.1",
"snyk": "^1.297.4",
"snyk": "^1.316.1",
"socket.io": "^2.3.0",
"superagent": "^3.8.2",
"tailwindcss": "^1.3.3",