From e15c633c11ca74d8a89af5f116bca2a476a80899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 19:18:36 +0000 Subject: [PATCH] Bump grunt-contrib-jshint from 2.0.0 to 3.1.1 Bumps [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) from 2.0.0 to 3.1.1. - [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/compare/v2.0.0...v3.1.1) --- updated-dependencies: - dependency-name: grunt-contrib-jshint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b29a97..ea4ae17 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "grunt": "~1.1.0", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-concat": "~1.0.0", - "grunt-contrib-jshint": "~2.0.0", + "grunt-contrib-jshint": "~3.1.1", "grunt-contrib-uglify": "^3.0.1", "grunt-contrib-watch": "~1.1.0", "grunt-karma": "^2.0.0",