From f216ea15974ea951c030590889f97b11f35812de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 05:18:11 +0000 Subject: [PATCH] Bump grunt-contrib-jshint from 2.1.0 to 3.0.0 Bumps [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) from 2.1.0 to 3.0.0. - [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/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e24d4d80..87073a63 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "grunt-concurrent": "3.0.0", "grunt-contrib-clean": "2.0.0", "grunt-contrib-copy": "1.0.0", - "grunt-contrib-jshint": "2.1.0", + "grunt-contrib-jshint": "3.0.0", "grunt-contrib-uglify": "5.0.0", "grunt-contrib-watch": "1.1.0", "grunt-postcss": "0.9.0",