From 9eb4e545d2a3d941ee0e54cd5d700102cfa6c8c8 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 9 Jan 2019 01:12:47 +0100 Subject: [PATCH] Update SAML to version 1.0.0 Seems like there was a security problem with the library. This patch updates to version 1.0.0 which fixed the details. Details: https://snyk.io/vuln/SNYK-JS-PASSPORTSAML-72411 Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfea895..3e2f590 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "passport-ldapauth": "^2.0.0", "passport-local": "^1.0.0", "passport-oauth2": "^1.4.0", - "passport-saml": "^0.35.0", + "passport-saml": "^1.0.0", "passport-twitter": "^1.0.4", "passport.socketio": "^3.7.0", "pdfobject": "^2.0.201604172",