From 2bb4ae416a7128788c3774d827e4337481d5f6c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Feb 2019 01:04:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b6e7c0ce..1e54752f 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "uglify-js": "~2.2.5", "xmldom": "0.1.16", "handlebars": "1.1.2", - "lodash":"2.4.0", + "lodash":"4.17.11", "grunt-svgmin": "0.3.0", - "directory-encoder": "0.4.0", - "directory-colorfy": "0.3.0", + "directory-encoder": "0.7.2", + "directory-colorfy": "2.2.0", "rsvp": "1.2.0", "svg-to-png": "0.2.0" },