Skip to content

Commit 78c41e3

Browse files
committed
fix: use xml-crypto 2.1.6 for passport-saml
1 parent 85243e5 commit 78c41e3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@
337337
},
338338
"resolutions": {
339339
"apollo-server-express/**/graphql-tools": "4.0.8",
340-
"graphql": "15.3.0"
340+
"graphql": "15.3.0",
341+
"passport-saml/**/xml-crypto": "2.1.6"
341342
},
342343
"browserslist": [
343344
"> 1%",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -4360,6 +4360,11 @@
43604360
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.7.tgz#16bd8a4e5c953018b8168e5d0a7d26b117cd7fa9"
43614361
integrity sha512-RwEdIYho2kjbSZ7fpvhkHy5wk1Y3x0O6e/EHL3/SoiAfFWH+yhV2/XZQvsBoAeGRNFwgScJS/gRZv+uIwoj7yA==
43624362

4363+
"@xmldom/xmldom@^0.7.9":
4364+
version "0.7.13"
4365+
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.13.tgz#ff34942667a4e19a9f4a0996a76814daac364cf3"
4366+
integrity sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==
4367+
43634368
"@xtuc/ieee754@^1.2.0":
43644369
version "1.2.0"
43654370
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -20635,12 +20640,12 @@ ws@^7.2.3:
2063520640
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.5.tgz#abb1370d4626a5a9cd79d8de404aa18b3465d10d"
2063620641
integrity sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==
2063720642

20638-
xml-crypto@^2.1.3:
20639-
version "2.1.3"
20640-
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-2.1.3.tgz#6a7272b610ea3e4ea7f13e9e4876f1b20cbc32c8"
20641-
integrity sha512-MpXZwnn9JK0mNPZ5mnFIbNnQa+8lMGK4NtnX2FlJMfMWR60sJdFO9X72yO6ji068pxixzk53O7x0/iSKh6IhyQ==
20643+
xml-crypto@2.1.6, xml-crypto@^2.1.3:
20644+
version "2.1.6"
20645+
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-2.1.6.tgz#c51a016cc8391fc1d9ebd9abc589e4c08b62d652"
20646+
integrity sha512-jjvpO8vHNV8QFhW5bMypP+k4BjBqHe/HrpIwpPcdUnUTIJakSIuN96o3Sdah4tKu2z64kM/JHEH8iEHGCc6Gyw==
2064220647
dependencies:
20643-
"@xmldom/xmldom" "^0.7.0"
20648+
"@xmldom/xmldom" "^0.7.9"
2064420649
xpath "0.0.32"
2064520650

2064620651
xml-encryption@^2.0.0:

0 commit comments

Comments
 (0)