From db4eabaf250c16e786b3fc7c1849912a2f10fdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:49:08 +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) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 957ac31..7c64c55 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "grunt": "^0.4.5", - "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-jshint": "^2.0.0", "grunt-contrib-uglify": "^0.6.0", "load-grunt-tasks": "^3.1.0", "requirejs": "^2.1.15",