From e4471de6d77eb89230fbfdb888f2648987d390fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2018 23:18:33 +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": {