From 473bdb5f509c70a18cea982d469ea899c321808e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 20:57: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 c59d08b5..ec4fc080 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "grunt-concurrent": "0.4.3", "grunt-contrib-clean": "0.5.0", "grunt-contrib-copy": "0.5.0", - "grunt-contrib-watch": "0.5.3", + "grunt-contrib-watch": "0.6.0", "grunt-nodemon": "0.4.0", "grunt-sass": "^1.1.0", "grunt-text-replace": "0.3.12",