summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/package.json
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-03-20 18:45:20 +0100
committerGitHub <noreply@github.com>2022-03-20 18:45:20 +0100
commit728b2b57963c46d17c47cdceef6ed68ee4668bc2 (patch)
tree7f167123dd8c9db9f7adb250152b26d83c840ac1 /searx/static/themes/simple/package.json
parentb25f118d646630816273735aa3485659c184ed82 (diff)
parent2486cdc2dcd75f6d774292034ced91ba8a159f88 (diff)
Merge pull request #979 from dalf/simple-upgrade-dependencies
Simple upgrade dependencies
Diffstat (limited to 'searx/static/themes/simple/package.json')
-rw-r--r--searx/static/themes/simple/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json
index 65f766fbf..6cd5c0836 100644
--- a/searx/static/themes/simple/package.json
+++ b/searx/static/themes/simple/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
- "eslint": "^8.0.1",
+ "eslint": "^8.11.0",
"grunt": "~1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
@@ -11,10 +11,10 @@
"grunt-eslint": "^24.0.0",
"grunt-stylelint": "^0.16.0",
"grunt-image": "^6.4.0",
- "ionicons": "^6.0.0",
- "less": "^4.1.1",
+ "ionicons": "^6.0.1",
+ "less": "^4.1.2",
"less-plugin-clean-css": "^1.5.1",
- "sharp": "^0.30.0",
+ "sharp": "^0.30.3",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"ejs": "^3.1.6",