From 928d3fb7aaa625f178ff2c2f9110d09c48152cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 03:03:46 +0000 Subject: [PATCH] Bump grunt-contrib-jshint from 3.0.0 to 3.2.0 Bumps [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-jshint/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-jshint/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-jshint/commits/v3.2.0) --- updated-dependencies: - dependency-name: grunt-contrib-jshint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a9d219b7..649ea10f8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt-contrib-concat": "~1.0.1", "grunt-contrib-htmlmin": "~3.1.0", "grunt-contrib-jasmine": "3.0.0", - "grunt-contrib-jshint": "~3.0.0", + "grunt-contrib-jshint": "~3.2.0", "grunt-contrib-jst": "~2.0.0", "grunt-contrib-less": "~3.0.0", "grunt-contrib-uglify": "~5.0.0",