mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Patches handled by yarn
This commit is contained in:
@@ -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
|
diff --git a/lib/saml.js b/lib/saml.js
|
||||||
index fba15b9..a5778cb 100644
|
index 64180fdd7fe6302bf8da7d1ca65c01bb1ea5e2c1..7015c3b73603f624c15195a0a38c2fbf750a4c60 100644
|
||||||
--- a/node_modules/@node-saml/node-saml/lib/saml.js
|
--- a/lib/saml.js
|
||||||
+++ b/node_modules/@node-saml/node-saml/lib/saml.js
|
+++ b/lib/saml.js
|
||||||
@@ -336,7 +336,8 @@ class SAML {
|
@@ -327,7 +327,8 @@ class SAML {
|
||||||
const requestOrResponse = request || response;
|
const requestOrResponse = request || response;
|
||||||
(0, utility_1.assertRequired)(requestOrResponse, "either request or response is required");
|
(0, utility_1.assertRequired)(requestOrResponse, "either request or response is required");
|
||||||
let buffer;
|
let buffer;
|
||||||
@@ -12,7 +12,7 @@ index fba15b9..a5778cb 100644
|
|||||||
buffer = Buffer.from(requestOrResponse, "utf8");
|
buffer = Buffer.from(requestOrResponse, "utf8");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -495,7 +496,7 @@ class SAML {
|
@@ -510,7 +511,7 @@ class SAML {
|
||||||
try {
|
try {
|
||||||
xml = Buffer.from(container.SAMLResponse, "base64").toString("utf8");
|
xml = Buffer.from(container.SAMLResponse, "base64").toString("utf8");
|
||||||
doc = await (0, xml_1.parseDomFromString)(xml);
|
doc = await (0, xml_1.parseDomFromString)(xml);
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
diff --git 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 88398ed..0334177 100644
|
index 88398ed31afee34c8958ad5e7a53653e1b5f6f82..0334177af8a65c7c5f9de7570924ab0f359e3f38 100644
|
||||||
--- a/node_modules/ldapauth-fork/lib/ldapauth.js
|
--- a/lib/ldapauth.js
|
||||||
+++ b/node_modules/ldapauth-fork/lib/ldapauth.js
|
+++ b/lib/ldapauth.js
|
||||||
@@ -87,6 +87,7 @@ function LdapAuth(opts) {
|
@@ -87,6 +87,7 @@ function LdapAuth(opts) {
|
||||||
this.opts.bindProperty || (this.opts.bindProperty = 'dn');
|
this.opts.bindProperty || (this.opts.bindProperty = 'dn');
|
||||||
this.opts.groupSearchScope || (this.opts.groupSearchScope = 'sub');
|
this.opts.groupSearchScope || (this.opts.groupSearchScope = 'sub');
|
||||||
@@ -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",
|
"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",
|
"fast-xml-builder": "1.1.7",
|
||||||
"ip-address": "10.1.1",
|
"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"
|
"systeminformation": "5.31.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user