From 08fc30d4c10f71c89b0693d8927f1bbd46b3a6a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Mar 2021 00:58:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b6e7c0ce..c08de6ab 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.21", "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" },