From 51c21cbe3498eabb96c1cf9a6e345296941cab03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Nov 2020 03:08:23 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-watch from 1.0.0 to 1.1.0 Snyk has created this PR to upgrade grunt-contrib-watch from 1.0.0 to 1.1.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-watch See this project in Snyk: https://app.snyk.io/org/l04db4l4nc3r/project/05a17024-71b3-4c96-9b54-d404ab4b42bb?utm_source=github&utm_medium=upgrade-pr --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index d66ea72..22fabc6 100644 --- a/server/package.json +++ b/server/package.json @@ -16,7 +16,7 @@ "grunt-contrib-jst": "1.0.0", "grunt-contrib-less": "1.3.0", "grunt-contrib-uglify": "1.0.1", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-watch": "1.1.0", "grunt-sails-linker": "~0.10.1", "grunt-sync": "0.5.2", "include-all": "~0.1.6",