From ab96f292eabbb57408ed01cac172e270b2c84ad1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 04:11:55 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-watch from 0.6.1 to 1.1.0 Bumps [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch) from 0.6.1 to 1.1.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-watch/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-watch/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-watch/compare/v0.6.1...v1.1.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..d5a18e4 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./Gruntfile.js", "devDependencies": { "grunt": "~0.4.1", - "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-watch": "^1.1.0", "grunt-contrib-less": "^1.0.1", "grunt-csscomb":"^3.0.0", "grunt-contrib-cssmin": "^0.10.0",