From 11c50814427e9baa913dba320916757f908f1831 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 15 Jul 2019 01:03:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b6e7c0ce..9507e66f 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.12", "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" },