From 5b7cee983c50c71bd04b4cd72374c2ae8dd1efff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 21:23:08 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-less from 1.4.1 to 2.0.0 Bumps [grunt-contrib-less](https://github.com/gruntjs/grunt-contrib-less) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-less/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-less/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-less/compare/v1.4.1...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4623e97..f97fee2 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-watch": "^0.6.1", - "grunt-contrib-less": "^1.0.1", + "grunt-contrib-less": "^2.0.0", "grunt-csscomb":"^3.0.0", "grunt-contrib-cssmin": "^0.10.0", "grunt-contrib-copy": "^0.8.0",