diff options
author | Sheogorath | 2019-01-09 01:12:47 +0100 |
---|---|---|
committer | Sheogorath | 2019-01-09 01:15:02 +0100 |
commit | 9eb4e545d2a3d941ee0e54cd5d700102cfa6c8c8 (patch) | |
tree | 01a28542a89277dfaeecd5cb55f73f044dd131ec | |
parent | 7a83fc0f14940ee5161ba1693d1bedc810b419c6 (diff) |
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 <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cfea8953..3e2f590d 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", |