Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
upgrade lodash to >=4.17.12 to address security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
samdengler committed Mar 12, 2020
1 parent 600f498 commit 742a548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gulp-autoprefixer": "~3.0.2",
"gulp-angular-templatecache": "~1.8.0",
"del": "~2.0.2",
"lodash": "~3.10.1",
"lodash": ">=4.17.12",
"gulp-cssnano": "~2.1.1",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
Expand Down

0 comments on commit 742a548

Please sign in to comment.