diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-08 09:45:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-08 09:45:40 +0200 |
| commit | 6b643e961bbbdf98f5ad6d28111b462988966d0a (patch) | |
| tree | 5d944e3dc6f4df800992b4051ed9c3992c311d84 | |
| parent | 30b16b7084c343635e0252e6074e768795617b43 (diff) | |
| parent | a88ee63aca269b67aa5141284140ea122d90347d (diff) | |
Merge pull request #397 from searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-contrib-jshint-3.1.1
Bump grunt-contrib-jshint from 3.0.0 to 3.1.1 in /searx/static/themes/simple
| -rw-r--r-- | searx/static/themes/simple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 9ddc66d39..86a4886ea 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -5,7 +5,7 @@ "grunt-contrib-copy": "^1.0.0", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-cssmin": "^4.0.0", - "grunt-contrib-jshint": "~3.0.0", + "grunt-contrib-jshint": "~3.1.1", "grunt-contrib-less": "~3.0.0", "grunt-contrib-uglify": "~5.0.1", "grunt-contrib-watch": "~1.1.0", |