From 9c838bd7be0f8388d264833277348eb84476e07a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 00:48:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a95e2be..e35cc11 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "license": "", "devDependencies": { "grunt": "~0.4.5", - "grunt-contrib-less": "^0.11.0", + "grunt-contrib-less": "^2.1.0", "grunt-contrib-watch": "~0.6.1" }, "dependencies": { - "grunt-contrib-less": "^0.11.0", + "grunt-contrib-less": "^2.1.0", "grunt-contrib-watch": "^0.4.4" } }