Skip to content

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and gokulkrishh committed May 1, 2020
1 parent 42c4099 commit b1ca2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"body-parser": "^1.18.3",
"express": "^4.16.4",
"node-gcm": "^1.0.2",
"snyk": "^1.190.0"
"snyk": "^1.316.1"
},
"scripts": {
"start": "npm run css && node server.js",
Expand Down

0 comments on commit b1ca2fe

Please sign in to comment.