diff --git a/package.json b/package.json
index b66fbb665239a4ec846176853ba3b9a1c22b546a..6c62ac23f1952288efc501f04cd3d3a26c7897c3 100644
--- a/package.json
+++ b/package.json
@@ -43,8 +43,8 @@
     "mysql2": "^2.2.5",
     "nodemailer": "^6.3.1",
     "nodemailer-ntlm-auth": "^1.0.1",
-    "passport": "0.3.2",
-    "passport-saml": "^2.1.0",
+    "passport": "0.6.0",
+    "passport-saml": "^3.2.1",
     "pug": "^3.0.2"
   },
   "devDependencies": {
@@ -79,6 +79,19 @@
     "ts-standard": "^11.0.0",
     "typescript": "^4.2.4"
   },
+  "overrides": {
+    "mocha": {
+      "growl": "1.10.2",
+      "diff": "3.5.0",
+      "debug": "2.6.9"
+    },
+    "mkdirp": {
+      "minimist": "1.2.6"
+    },
+    "httpntlm": {
+      "underscore": "1.12.1"
+    }
+  },
   "engines": {
     "node": ">= 4.0.0"
   },