From 32fe42267b89f9f694329a4a66abfe02571ba4e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Mar 2018 23:18:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 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": {