From 9ae7dc6ede8e987f59d18fd8ee6382bf27d4a343 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Dec 2021 11:32:57 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-less from 0.11.4 to 0.12.0 Snyk has created this PR to upgrade grunt-contrib-less from 0.11.4 to 0.12.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-less 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a95e2be..bcba720 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": "^0.12.0", "grunt-contrib-watch": "~0.6.1" }, "dependencies": { - "grunt-contrib-less": "^0.11.0", + "grunt-contrib-less": "^0.12.0", "grunt-contrib-watch": "^0.4.4" } }