diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-17 20:35:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 20:35:34 +0100 |
commit | 58871e10ffd76d3e4ca2ca422f8f2498f6797ded (patch) | |
tree | 42bf13b72011e9eb42db5a93dbfadf1a790311a1 | |
parent | ae2f6c63f4fbdddee9a89a453ddcd7439a387f13 (diff) | |
parent | 15758f1ac2aba37a2ce418a20ccacc43841aa3c8 (diff) | |
download | searxng-58871e10ffd76d3e4ca2ca422f8f2498f6797ded.tar.gz searxng-58871e10ffd76d3e4ca2ca422f8f2498f6797ded.zip |
Merge pull request #429 from searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-eslint-24.0.0
Bump grunt-eslint from 23.0.0 to 24.0.0 in /searx/static/themes/simple
-rw-r--r-- | searx/static/themes/simple/gruntfile.js | 2 | ||||
-rw-r--r-- | searx/static/themes/simple/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index f85f92a13..3d72a9270 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { }, eslint: { options: { - configFile: '.eslintrc.json', + overrideConfigFile: '.eslintrc.json', failOnError: false }, target: [ 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", |