mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #12107 from overleaf/csh-issue-11902-try-324
Upgrade passport-saml from 3.2.3 to 3.2.4 GitOrigin-RevId: 93deb0d037c3964a874198e3fd1463155969ac10
This commit is contained in:
parent
0cf8d63748
commit
aad001a684
2 changed files with 13 additions and 13 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -24911,12 +24911,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/passport-saml": {
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-3.2.3.tgz",
|
||||
"integrity": "sha512-QpwOO+s20V5NR1iHBH+a+dRjGkjE5YEv1ldsfCyHw9KRVMfH8e10ss3o4/VienmKnpglUSqEmOidbLnjjj4f/A==",
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-3.2.4.tgz",
|
||||
"integrity": "sha512-JSgkFXeaexLNQh1RrOvJAgjLnZzH/S3HbX/mWAk+i7aulnjqUe7WKnPl1NPnJWqP7Dqsv0I2Xm6KIFHkftk0HA==",
|
||||
"deprecated": "For versions >= 4, please use scopped package @node-saml/passport-saml",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.7.5",
|
||||
"@xmldom/xmldom": "^0.7.6",
|
||||
"debug": "^4.3.2",
|
||||
"passport-strategy": "^1.0.0",
|
||||
"xml-crypto": "^2.1.3",
|
||||
|
@ -34538,7 +34538,7 @@
|
|||
"passport-local": "^1.0.0",
|
||||
"passport-oauth2": "^1.5.0",
|
||||
"passport-orcid": "0.0.4",
|
||||
"passport-saml": "3.2.3",
|
||||
"passport-saml": "^3.2.4",
|
||||
"passport-twitter": "^1.0.4",
|
||||
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
|
||||
"pdfjs-dist31": "npm:pdfjs-dist@3.1.81",
|
||||
|
@ -43665,7 +43665,7 @@
|
|||
"@testing-library/react": "^12.1.5",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
"@testing-library/user-event": "^14.2.0",
|
||||
"@types/bootstrap": "*",
|
||||
"@types/bootstrap": "^5.2.6",
|
||||
"@types/chai": "^4.3.0",
|
||||
"@types/events": "^3.0.0",
|
||||
"@types/express": "^4.17.13",
|
||||
|
@ -43819,7 +43819,7 @@
|
|||
"passport-local": "^1.0.0",
|
||||
"passport-oauth2": "^1.5.0",
|
||||
"passport-orcid": "0.0.4",
|
||||
"passport-saml": "^3.2.3",
|
||||
"passport-saml": "^3.2.4",
|
||||
"passport-twitter": "^1.0.4",
|
||||
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
|
||||
"pdfjs-dist31": "npm:pdfjs-dist@3.1.81",
|
||||
|
@ -59807,11 +59807,11 @@
|
|||
}
|
||||
},
|
||||
"passport-saml": {
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-3.2.3.tgz",
|
||||
"integrity": "sha512-QpwOO+s20V5NR1iHBH+a+dRjGkjE5YEv1ldsfCyHw9KRVMfH8e10ss3o4/VienmKnpglUSqEmOidbLnjjj4f/A==",
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-3.2.4.tgz",
|
||||
"integrity": "sha512-JSgkFXeaexLNQh1RrOvJAgjLnZzH/S3HbX/mWAk+i7aulnjqUe7WKnPl1NPnJWqP7Dqsv0I2Xm6KIFHkftk0HA==",
|
||||
"requires": {
|
||||
"@xmldom/xmldom": "^0.7.5",
|
||||
"@xmldom/xmldom": "^0.7.6",
|
||||
"debug": "^4.3.2",
|
||||
"passport-strategy": "^1.0.0",
|
||||
"xml-crypto": "^2.1.3",
|
||||
|
|
|
@ -112,8 +112,8 @@
|
|||
"@pollyjs/persister-fs": "^4.2.1",
|
||||
"@reach/tabs": "^0.15.0",
|
||||
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25",
|
||||
"@replit/codemirror-indentation-markers": "^6.3.0",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25",
|
||||
"@sentry/browser": "^7.8.1",
|
||||
"@uppy/core": "^1.15.0",
|
||||
"@uppy/dashboard": "^1.11.0",
|
||||
|
@ -208,7 +208,7 @@
|
|||
"passport-local": "^1.0.0",
|
||||
"passport-oauth2": "^1.5.0",
|
||||
"passport-orcid": "0.0.4",
|
||||
"passport-saml": "3.2.3",
|
||||
"passport-saml": "^3.2.4",
|
||||
"passport-twitter": "^1.0.4",
|
||||
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
|
||||
"pdfjs-dist31": "npm:pdfjs-dist@3.1.81",
|
||||
|
|
Loading…
Reference in a new issue