From 032607917a00303586e1d1cc5bdf2ab315660559 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Mar 2018 05:32:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:minimatch:20160620 Latest report for xvier/mbot_nodebots: https://snyk.io/test/github/xvier/mbot_nodebots --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b00872..0c3ce2e 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "node-pixel": "^0.6.0" }, "devDependencies": { - "grunt": "^0.4.5", - "grunt-cli": "^0.1.13", + "grunt": "^1.0.0", + "grunt-cli": "^1.0.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-copy": "^0.8.2", "grunt-exec": "^0.4.6",