From cc3bf4909605879993c22e3048ee520dbdc8fa49 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sat, 19 May 2018 18:48:37 +0200 Subject: [PATCH] fix: Update lodash to 4.17.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ffae619..e089a534 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "html-minifier": "^3.2.3", "loader-utils": "^1.1.0", - "lodash": "^4.17.3", + "lodash": "^4.17.10", "pretty-error": "^2.0.2", "tapable": "^1.0.0", "util.promisify": "1.0.0"