From 89adb3caef13c8d8a91ccd6f72494f4679eb8b76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 22:21:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307a500..ae5b379 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-concurrent": "0.4.3", - "grunt-contrib-watch": "0.5.3", + "grunt-contrib-watch": "0.6.0", "grunt-nodemon": "0.4.0", "grunt-sass": "^1.1.0", "grunt-sync": "^0.5.1",