From 5a09414e2a0260afa7d9b320bc16e3c9e3f19b40 Mon Sep 17 00:00:00 2001 From: Bojan Bedrac Date: Fri, 14 Feb 2020 23:51:57 +0100 Subject: [PATCH] Update lodash to fix vulnerabilities - bumps the lodash version to latest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d73cf1..4e584e0 100755 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "chalkline": "0.0.5", "gulp-messenger": "^0.28.2", "gulp-notify": "3.0.0", - "lodash": "^4.15.0", + "lodash": "^4.17.15", "map-stream": "~0.0.4", "node-notifier": "5.0.2", "plugin-error": "^0.1.2",