Skip to content

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-450202
  • Loading branch information
snyk-test committed Jul 13, 2019
1 parent 55f51cc commit 3d20fd1
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 @@ -33,7 +33,7 @@
"dependencies": {
"bluebird": "^3.3.4",
"lodash": "^4.7.0",
"simple-glob": "0.1.1"
"simple-glob": "0.2.0"
},
"devDependencies": {
"avow": "2.0.2",
Expand Down

0 comments on commit 3d20fd1

Please sign in to comment.