Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-73638
- https://snyk.io/vuln/SNYK-JS-LODASH-73639
  • Loading branch information
snyk-bot committed Feb 4, 2019
1 parent 67b6c3c commit 20a7db5
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 @@ -12,7 +12,7 @@
"dependencies": {
"dot": "1.0.3",
"gulp-util": "^3.0.6",
"lodash": "^3.10.0",
"lodash": "^4.17.11",
"through2": "^0.6.5"
},
"devDependencies": {
Expand Down

0 comments on commit 20a7db5

Please sign in to comment.