From 742a548837b1052f608ae3eb7af584fa021468dc Mon Sep 17 00:00:00 2001 From: Sam Dengler Date: Thu, 12 Mar 2020 10:10:42 -0400 Subject: [PATCH] upgrade lodash to >=4.17.12 to address security alert --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index edf386f2..752cdf93 100644 --- a/website/package.json +++ b/website/package.json @@ -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",