Merge pull request #10022 from overleaf/bg-upgrade-passport-saml

Upgrade passport-saml to v3.2.3

GitOrigin-RevId: c8b4fd1206563a7720fb49953d69afa5ddf46c9e
This commit is contained in:
Christopher Hoskin 2022-10-18 12:00:57 +01:00 committed by Copybot
parent 435575ff9c
commit 09df5b38cd
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -23443,9 +23443,9 @@
}
},
"node_modules/passport-saml": {
"version": "3.2.1",
"resolved": "https://github.com/overleaf/passport-saml/releases/download/v3.2.1-overleaf/passport-saml-3.2.1-overleaf.tar.gz",
"integrity": "sha512-BzUq1oH+Bgulv3l4Jhe+WgWjgd7Bq9K5aL0CZUndVt6jGn7X+340hLSC08wZd/zUNuqx0EK3qi29apzsgXFicg==",
"version": "3.2.3",
"resolved": "https://github.com/overleaf/passport-saml/releases/download/v3.2.3-overleaf/passport-saml-3.2.3-overleaf.tar.gz",
"integrity": "sha512-BnrxZeImVbsEzC0nC71a0Zl1wLiaxdfrGTxsrjDtTs33A3WRqQp6KtKR2JU083BV8tmuNDpYK3XPBmQ8ARhUTQ==",
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "^0.7.5",
@ -34992,7 +34992,7 @@
"passport-local": "^1.0.0",
"passport-oauth2": "^1.5.0",
"passport-orcid": "0.0.4",
"passport-saml": "https://github.com/overleaf/passport-saml/releases/download/v3.2.1-overleaf/passport-saml-3.2.1-overleaf.tar.gz",
"passport-saml": "https://github.com/overleaf/passport-saml/releases/download/v3.2.3-overleaf/passport-saml-3.2.3-overleaf.tar.gz",
"passport-twitter": "^1.0.4",
"pdfjs-dist210": "npm:pdfjs-dist@2.10.377",
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
@ -42776,7 +42776,7 @@
"passport-local": "^1.0.0",
"passport-oauth2": "^1.5.0",
"passport-orcid": "0.0.4",
"passport-saml": "https://github.com/overleaf/passport-saml/releases/download/v3.2.1-overleaf/passport-saml-3.2.1-overleaf.tar.gz",
"passport-saml": "https://github.com/overleaf/passport-saml/releases/download/v3.2.3-overleaf/passport-saml-3.2.3-overleaf.tar.gz",
"passport-twitter": "^1.0.4",
"pdfjs-dist210": "npm:pdfjs-dist@2.10.377",
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
@ -59763,8 +59763,8 @@
}
},
"passport-saml": {
"version": "https://github.com/overleaf/passport-saml/releases/download/v3.2.1-overleaf/passport-saml-3.2.1-overleaf.tar.gz",
"integrity": "sha512-BzUq1oH+Bgulv3l4Jhe+WgWjgd7Bq9K5aL0CZUndVt6jGn7X+340hLSC08wZd/zUNuqx0EK3qi29apzsgXFicg==",
"version": "https://github.com/overleaf/passport-saml/releases/download/v3.2.3-overleaf/passport-saml-3.2.3-overleaf.tar.gz",
"integrity": "sha512-BnrxZeImVbsEzC0nC71a0Zl1wLiaxdfrGTxsrjDtTs33A3WRqQp6KtKR2JU083BV8tmuNDpYK3XPBmQ8ARhUTQ==",
"requires": {
"@xmldom/xmldom": "^0.7.5",
"debug": "^4.3.2",

View file

@ -184,7 +184,7 @@
"passport-local": "^1.0.0",
"passport-oauth2": "^1.5.0",
"passport-orcid": "0.0.4",
"passport-saml": "https://github.com/overleaf/passport-saml/releases/download/v3.2.1-overleaf/passport-saml-3.2.1-overleaf.tar.gz",
"passport-saml": "https://github.com/overleaf/passport-saml/releases/download/v3.2.3-overleaf/passport-saml-3.2.3-overleaf.tar.gz",
"passport-twitter": "^1.0.4",
"pdfjs-dist210": "npm:pdfjs-dist@2.10.377",
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",