diff --git a/.yarn/patches/@node-saml+node-saml+5.1.0.patch b/.yarn/patches/@node-saml-node-saml-npm-5.1.0-f4eb6913cc.patch similarity index 78% rename from .yarn/patches/@node-saml+node-saml+5.1.0.patch rename to .yarn/patches/@node-saml-node-saml-npm-5.1.0-f4eb6913cc.patch index 81fd700b31..857fa9d737 100644 --- a/.yarn/patches/@node-saml+node-saml+5.1.0.patch +++ b/.yarn/patches/@node-saml-node-saml-npm-5.1.0-f4eb6913cc.patch @@ -1,8 +1,8 @@ -diff --git a/node_modules/@node-saml/node-saml/lib/saml.js b/node_modules/@node-saml/node-saml/lib/saml.js -index fba15b9..a5778cb 100644 ---- a/node_modules/@node-saml/node-saml/lib/saml.js -+++ b/node_modules/@node-saml/node-saml/lib/saml.js -@@ -336,7 +336,8 @@ class SAML { +diff --git a/lib/saml.js b/lib/saml.js +index 64180fdd7fe6302bf8da7d1ca65c01bb1ea5e2c1..7015c3b73603f624c15195a0a38c2fbf750a4c60 100644 +--- a/lib/saml.js ++++ b/lib/saml.js +@@ -327,7 +327,8 @@ class SAML { const requestOrResponse = request || response; (0, utility_1.assertRequired)(requestOrResponse, "either request or response is required"); let buffer; @@ -12,7 +12,7 @@ index fba15b9..a5778cb 100644 buffer = Buffer.from(requestOrResponse, "utf8"); } else { -@@ -495,7 +496,7 @@ class SAML { +@@ -510,7 +511,7 @@ class SAML { try { xml = Buffer.from(container.SAMLResponse, "base64").toString("utf8"); doc = await (0, xml_1.parseDomFromString)(xml); diff --git a/.yarn/patches/ldapauth-fork+5.0.5.patch b/.yarn/patches/ldapauth-fork-npm-5.0.5-c8b86f5231.patch similarity index 91% rename from .yarn/patches/ldapauth-fork+5.0.5.patch rename to .yarn/patches/ldapauth-fork-npm-5.0.5-c8b86f5231.patch index 3fe729f581..ee549abb7c 100644 --- a/.yarn/patches/ldapauth-fork+5.0.5.patch +++ b/.yarn/patches/ldapauth-fork-npm-5.0.5-c8b86f5231.patch @@ -1,7 +1,7 @@ -diff --git a/node_modules/ldapauth-fork/lib/ldapauth.js b/node_modules/ldapauth-fork/lib/ldapauth.js -index 88398ed..0334177 100644 ---- a/node_modules/ldapauth-fork/lib/ldapauth.js -+++ b/node_modules/ldapauth-fork/lib/ldapauth.js +diff --git a/lib/ldapauth.js b/lib/ldapauth.js +index 88398ed31afee34c8958ad5e7a53653e1b5f6f82..0334177af8a65c7c5f9de7570924ab0f359e3f38 100644 +--- a/lib/ldapauth.js ++++ b/lib/ldapauth.js @@ -87,6 +87,7 @@ function LdapAuth(opts) { this.opts.bindProperty || (this.opts.bindProperty = 'dn'); this.opts.groupSearchScope || (this.opts.groupSearchScope = 'sub'); diff --git a/package.json b/package.json index c66a5a25c9..a70d631da8 100644 --- a/package.json +++ b/package.json @@ -196,6 +196,8 @@ "teeny-request@npm:^9.0.0": "patch:teeny-request@npm%3A9.0.0#~/.yarn/patches/teeny-request-npm-9.0.0-4d571e3c55.patch", "fast-xml-builder": "1.1.7", "ip-address": "10.1.1", + "ldapauth-fork@npm:^5.0.1": "patch:ldapauth-fork@npm%3A5.0.5#~/.yarn/patches/ldapauth-fork-npm-5.0.5-c8b86f5231.patch", + "@node-saml/node-saml@npm:^5.1.0": "patch:@node-saml/node-saml@npm%3A5.1.0#~/.yarn/patches/@node-saml-node-saml-npm-5.1.0-f4eb6913cc.patch", "systeminformation": "5.31.6" }, "scripts": {