From 875969ab233a9e287489073ce0e5ea4e71e088ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 3 Jun 2019 17:21:24 +0000 Subject: [PATCH] Update grunt-contrib-jshint requirement from ~0.10.0 to ~2.0.0 Updates the requirements on [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-jshint/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-jshint/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-jshint/compare/v0.10.0...v2.0.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a10619e12..2ae0a5f23 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "grunt-contrib-copy": "^0.8.2", "grunt-contrib-csslint": "~2.0.0", "grunt-contrib-cssmin": "~0.11.0", - "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-jshint": "~2.0.0", "grunt-contrib-less": "~1.1.0", "grunt-contrib-uglify": "~0.7.0", "grunt-contrib-watch": "~0.6.1",