From 7ec8379901898c97e84307e9278b4e872c5eb315 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Dec 2021 11:32:54 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-watch from 0.4.4 to 0.6.1 Snyk has created this PR to upgrade grunt-contrib-watch from 0.4.4 to 0.6.1. See this package in npm: https://www.npmjs.com/package/grunt-contrib-watch See this project in Snyk: https://app.snyk.io/org/dfcoffin/project/7c6aeea6-ba49-4508-8f68-f863e344d819?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a95e2be..7b3c530 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "grunt-contrib-less": "^0.11.0", - "grunt-contrib-watch": "^0.4.4" + "grunt-contrib-watch": "^0.6.1" } }