Archived
1
0

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:
snyk-bot
2020-05-02 10:17:22 +02:00
committed by Conrad
parent 7c04e37504
commit c77fcf3c96

View File

@@ -10,14 +10,17 @@
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
"clean": "gatsby clean",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"dateformat": "^3.0.3",
"gatsby": "^2.20.0",
"gatsby-plugin-manifest": "^2.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react-dom": "^16.13.1",
"snyk": "^1.316.2"
},
"devDependencies": {
"prettier": "^1.19.1",
@@ -29,5 +32,6 @@
},
"bugs": {
"url": "https://github.com/creyD/urban_website/issues"
}
},
"snyk": true
}