diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-22 07:10:35 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-11-17 20:17:45 +0100 |
commit | d06135e48f5f6f07278fd52695464db46c9f6ce8 (patch) | |
tree | 1dba0cd2913fcab384d06b24ff9027439d16aed3 /searx | |
parent | ae2f6c63f4fbdddee9a89a453ddcd7439a387f13 (diff) | |
download | searxng-d06135e48f5f6f07278fd52695464db46c9f6ce8.tar.gz searxng-d06135e48f5f6f07278fd52695464db46c9f6ce8.zip |
Bump grunt-eslint from 23.0.0 to 24.0.0 in /searx/static/themes/simple
Bumps [grunt-eslint](https://github.com/sindresorhus/grunt-eslint) from 23.0.0 to 24.0.0.
- [Release notes](https://github.com/sindresorhus/grunt-eslint/releases)
- [Commits](https://github.com/sindresorhus/grunt-eslint/compare/v23.0.0...v24.0.0)
---
updated-dependencies:
- dependency-name: grunt-eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
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 1ca09536f..f1c177971 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -10,7 +10,7 @@ "grunt-contrib-uglify": "~5.0.1", "grunt-xmlmin": "~0.1.8", "grunt-contrib-watch": "~1.1.0", - "grunt-eslint": "^23.0.0", + "grunt-eslint": "^24.0.0", "grunt-stylelint": "^0.16.0", "grunt-image": "^6.4.0", "ionicons": "^5.5.4", |