From 470eefbb9bf3060e5aa78ff2991461c6dc29c008 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Oct 2017 13:57:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 Latest report for code4hr/code4hr-voting: https://snyk.io/test/github/code4hr/code4hr-voting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a65bfd7..6a1bb98 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/rcodonnell/code4hr-voting#readme", "dependencies": { - "grunt": "^0.4.5", + "grunt": "^1.0.0", "grunt-http-server": "^1.13.0" }, "devDependencies": {