From 3dff1f35aab444cb4ddffdd8585b67162dcf4bf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jun 2018 08:19:07 +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..e12ba62 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.3", "grunt-http-server": "^1.13.0" }, "devDependencies": {