diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-04-11 15:54:04 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-11 15:57:01 +0200 |
| commit | a4e08a5c2ffd65a8c2a8cbc1751788e98559499f (patch) | |
| tree | d8e2feddeeb404119e7c5682bd9e14a08f18d700 /client/simple/package.json | |
| parent | 8ee51cc0f3ae97658fad85ff91bdb03ca6be51c1 (diff) | |
[upd] web-client (simple): Bump eslint, sharp, webpack
Closes: https://github.com/searxng/searxng/pull/4618
Closes: https://github.com/searxng/searxng/pull/4617
Closes: https://github.com/searxng/searxng/pull/4616
Closes: https://github.com/searxng/searxng/pull/4615
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index d36d420ce..7fe362002 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -13,7 +13,7 @@ "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.1.2", "edge.js": "^6.2.1", - "eslint": "^9.23.0", + "eslint": "^9.24.0", "filemanager-webpack-plugin": "^8.0.0", "globals": "^16.0.0", "ionicons": "^7.4.0", @@ -21,10 +21,10 @@ "less": "^4.2.2", "less-loader": "^12.2.0", "normalize.css": "^8.0.1", - "sharp": "^0.33.5", + "sharp": "^0.34.1", "style-loader": "^4.0.0", "stylelint": "^16.17.0", - "stylelint-config-standard": "^37.0.0", + "stylelint-config-standard": "^38.0.0", "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", @@ -32,7 +32,7 @@ "vite": "^6.2.5", "vite-plugin-static-copy": "^2.3.0", "vite-plugin-stylelint": "^6.0.0", - "webpack": "^5.97.1", + "webpack": "^5.99.5", "webpack-cli": "^6.0.1" }, "dependencies": { |