From 0d65c72fa4426cc425cfbab66d736e7bc33bf481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 07:10:35 +0000 Subject: [PATCH] Bump grunt-contrib-jshint in /searx/static/themes/oscar Bumps [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) from 3.1.1 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/compare/v3.1.1...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] --- searx/static/themes/oscar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json index ea522b9d0..291f836cd 100644 --- a/searx/static/themes/oscar/package.json +++ b/searx/static/themes/oscar/package.json @@ -4,7 +4,7 @@ "grunt-cli": "^1.4.3", "grunt-contrib-concat": "~2.0.0", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-jshint": "~3.1.1", + "grunt-contrib-jshint": "~3.2.0", "grunt-contrib-less": "~3.0.0", "grunt-contrib-uglify": "~5.0.1", "grunt-contrib-watch": "~1.1.0",