From b08bf214f1107d9851185cc3bca63783af7dc3ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 21:14:27 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-less from 1.4.1 to 3.0.0 Bumps [grunt-contrib-less](https://github.com/gruntjs/grunt-contrib-less) from 1.4.1 to 3.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...v3.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..b5925d6 --- 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": "^3.0.0", "grunt-csscomb":"^3.0.0", "grunt-contrib-cssmin": "^0.10.0", "grunt-contrib-copy": "^0.8.0",