From e2e271e57f2b7378c9853aef21a59bdd77cee856 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 15:52:31 +0000 Subject: [PATCH] Update grunt-contrib-watch requirement from ~0.6.1 to ~1.1.0 Updates the requirements on [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch) to permit the latest version. - [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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a10619e12..6b9f4be0b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~1.1.0", "grunt-contrib-uglify": "~0.7.0", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-watch": "~1.1.0", "grunt-sed": "~0.1.1", "grunt-umd": "~2.3.3", "load-grunt-tasks": "~2.0.0"