diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-08 07:05:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-08 07:05:58 +0000 |
| commit | a88ee63aca269b67aa5141284140ea122d90347d (patch) | |
| tree | 6bdbd5880dbfbc7276884cd3dcb1fae8aa7e6058 /searx | |
| parent | 3abbe6d25bb001b6ef25144426b2539e1ed4c827 (diff) | |
Bump grunt-contrib-jshint in /searx/static/themes/simple
Bumps [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) from 3.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/commits/v3.1.1)
---
updated-dependencies:
- dependency-name: grunt-contrib-jshint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'searx')
| -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", |