diff options
Diffstat (limited to 'searx/static/themes/simple/package.json')
| -rw-r--r-- | searx/static/themes/simple/package.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 0114028b5..9df658bbf 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -1,28 +1,28 @@ { "devDependencies": { - "eslint": "^9.0.0", - "grunt": "~1.6.1", + "eslint": "^9.17.0", + "grunt": "^1.6.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^5.0.0", - "grunt-contrib-less": "~3.0.0", - "grunt-contrib-uglify": "~5.2.1", - "grunt-xmlmin": "~0.1.8", - "grunt-contrib-watch": "~1.1.0", - "grunt-eslint": "^24.0.0", - "grunt-stylelint": "^0.16.0", + "grunt-contrib-less": "^3.0.0", + "grunt-contrib-uglify": "^5.2.2", + "grunt-xmlmin": "^0.1.8", + "grunt-contrib-watch": "^1.1.0", + "grunt-eslint": "^25.0.0", + "grunt-stylelint": "^0.20.1", "grunt-image": "^6.4.0", - "ionicons": "^7.1.0", - "less": "^4.1.3", - "less-plugin-clean-css": "^1.5.1", - "sharp": "^0.33.0", - "stylelint": "^13.13.1", - "stylelint-config-standard": "^22.0.0", - "ejs": "^3.1.8", - "svgo": "^3.0.0" + "ionicons": "^7.4.0", + "less": "^4.2.1", + "less-plugin-clean-css": "^1.6.0", + "sharp": "^0.33.5", + "stylelint": "^16.12.0", + "stylelint-config-standard": "^36.0.0", + "ejs": "^3.1.10", + "svgo": "^3.3.2" }, "dependencies": { - "autocomplete-js": "2.7.1", - "leaflet": "^1.8.0", + "autocomplete-js": "^2.7.1", + "leaflet": "^1.9.4", "normalize.css": "^8.0.1" }, "scripts": { @@ -32,7 +32,7 @@ "eslint": "grunt eslint", "eslint-fix": "grunt eslint --fix", "watch": "grunt watch", - "clean": "rm -Rf node_modules package-lock.json", + "clean": "rm -Rf node_modules", "stylelint": "grunt stylelint", "stylelint-fix": "grunt stylelint --fix" } |