Skip to content

Commit

Permalink
fix: upgrade graphlib: no metapackage lodash
Browse files Browse the repository at this point in the history
This reduces our transitive vulns, and should shrink our install size
for direct dependents.
  • Loading branch information
FauxFaux committed Jun 23, 2020
1 parent dc895e3 commit 706ae0e
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 @@ -42,7 +42,7 @@
"typescript": "~3.8.3"
},
"dependencies": {
"@snyk/graphlib": "2.1.9-patch",
"@snyk/graphlib": "2.1.9-patch.2",
"lodash.isequal": "^4.5.0",
"object-hash": "^2.0.3",
"semver": "^6.0.0",
Expand Down

0 comments on commit 706ae0e

Please sign in to comment.