brotherton-erpnext/package.json
snyk-bot acb84ae64b fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOTPROP-543489
2020-02-07 04:55:15 +00:00

12 lines
187 B
JSON

{
"dependencies": {
"cypress": "^3.4.1",
"snyk": "^1.290.1"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
}