Skip to content

Commit

Permalink
fix(deps): update dependency lodash to v4.17.19 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 18, 2020
1 parent ac56bbe commit 53fa4c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ioredis": "4.16.3",
"js-cookie": "2.2.1",
"jwt-decode": "2.2.0",
"lodash": "4.17.15",
"lodash": "4.17.19",
"logrocket": "1.0.7",
"logrocket-react": "4.0.1",
"mobile-detect": "1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"date-fns": "2.13.0",
"firebase-admin": "8.10.0",
"ioredis": "4.16.3",
"lodash": "4.17.15",
"lodash": "4.17.19",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@vdtn359/news-models": "workspace:*",
"@vdtn359/news-utils": "workspace:*",
"date-fns": "2.13.0",
"lodash": "4.17.15"
"lodash": "4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dompurify": "2.0.8",
"html-to-text": "5.1.1",
"jsdom": "16.2.2",
"lodash": "4.17.15"
"lodash": "4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"date-fns": "2.13.0",
"lodash": "4.17.15",
"lodash": "4.17.19",
"uuid": "7.0.3",
"uuid-by-string": "3.0.2"
}
Expand Down

0 comments on commit 53fa4c3

Please sign in to comment.