auth0 / passport-wsfed-saml2

passport strategy for both WS-fed and SAML2 protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating dependency xmldom for the 2.x.x stream to solve breaking builds

cexmmaqsood opened this issue · comments

Version: 2.13.0 (passport-wsfed-saml2)

Description of Issue

In version 2.13.0, and the 2.x.x stream, an install of my application fails due to a branch specified for the xmldom dependency instead of a tag. I imagine that the master branch on that repo was updated recently, which is what is causing the install fails.

This was corrected here 009728a

I could upgrade to 3.0.0, but I couldn't find a changelog and there are applications in production using this version, so I don't have a way of reasonably knowing if it will break the application or not without regressing.

Is it possible to get a patch for the 2.x.x stream to update this dependency to a tag vs a branch?