diff mbox series

[2/5] web-app: update dependencies

Message ID 20240224140031.9888-3-daniel@braunwarth.dev
State Accepted
Delegated to: Stefano Babic
Headers show
Series web-app: update web application | expand

Commit Message

Daniel Braunwarth Feb. 24, 2024, 2 p.m. UTC
Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
---
 web-app/package.json | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)
diff mbox series

Patch

diff --git a/web-app/package.json b/web-app/package.json
index e2da43d..c112b81 100755
--- a/web-app/package.json
+++ b/web-app/package.json
@@ -15,32 +15,32 @@ 
   "license": "MIT",
   "devDependencies": {
     "csslint": "^1.0.5",
-    "del": "^3.0.0",
-    "eslint": "^5.11.1",
-    "gulp": "^4.0.0",
-    "gulp-clean-css": "^4.0.0",
-    "gulp-filter": "^5.1.0",
+    "del": "^7.1.0",
+    "eslint": "^8.56.0",
+    "gulp": "^4.0.2",
+    "gulp-clean-css": "^4.3.0",
+    "gulp-filter": "^9.0.1",
     "gulp-gzip": "^1.4.2",
     "gulp-html-replace": "^1.6.2",
     "gulp-htmlmin": "^5.0.1",
-    "gulp-imagemin": "^5.0.3",
+    "gulp-imagemin": "^9.0.0",
     "gulp-minify": "^3.1.0",
-    "gulp-rename": "^1.4.0",
-    "gulp-replace": "^1.0.0",
-    "gulp-sass": "^5.0.0",
-    "gulp-tar": "^2.1.0",
-    "gulp-useref": "^3.1.6",
-    "htmlhint": "^0.10.1",
-    "minimist": "^1.2.6",
-    "sass": "^1.49.10",
-    "sass-lint": "^1.12.1",
-    "standard": "^12.0.1"
+    "gulp-rename": "^2.0.0",
+    "gulp-replace": "^1.1.4",
+    "gulp-sass": "^5.1.0",
+    "gulp-tar": "^4.0.0",
+    "gulp-useref": "^5.0.0",
+    "htmlhint": "^1.1.4",
+    "minimist": "^1.2.8",
+    "sass": "^1.71.0",
+    "sass-lint": "^1.13.1",
+    "standard": "^17.1.0"
   },
   "dependencies": {
-    "@fortawesome/fontawesome-free": "^5.6.3",
-    "bootstrap": "^4.6.0",
-    "dropzone": "5.5.1",
-    "jquery": "^3.6.0",
+    "@fortawesome/fontawesome-free": "^6.5.1",
+    "bootstrap": "^5.3.2",
+    "dropzone": "5.9.3",
+    "jquery": "^3.7.1",
     "popper.js": "^1.14.6"
   },
   "standard": {