From 22ccd0c021375abd9dc3f24aeb4f4856d2439e5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 11:02:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a95e2be..23ac951 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-less": "^0.11.0", - "grunt-contrib-watch": "~0.6.1" + "grunt-contrib-watch": "~0.5.0" }, "dependencies": { "grunt-contrib-less": "^0.11.0", - "grunt-contrib-watch": "^0.4.4" + "grunt-contrib-watch": "^0.5.0" } }