From 0683d65c69cf010d721e64dd924fc4a68f1969ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jul 2020 04:40:07 +0000 Subject: [PATCH] fix: upgrade grunt-cli from 1.2.0 to 1.3.2 Snyk has created this PR to upgrade grunt-cli from 1.2.0 to 1.3.2. See this package in npm: https://www.npmjs.com/package/grunt-cli See this project in Snyk: https://app.snyk.io/org/tidepool/project/12cc53ac-7bf0-4187-b8e9-1859320575ae?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbac505..3716c19 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "grunt": "1.0.1", - "grunt-cli": "1.2.0", + "grunt-cli": "1.3.2", "grunt-contrib-jshint": "1.1.0", "grunt-mocha-test": "0.13.2", "mocha": "3.5.0",