mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update express and passport dependencies (#2754)
GitOrigin-RevId: 179346f304690a489aaf70f5215869e4155fdbce
This commit is contained in:
parent
6118a63783
commit
12793d8139
2 changed files with 972 additions and 1006 deletions
1958
services/web/package-lock.json
generated
1958
services/web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -42,7 +42,7 @@
|
||||||
"backbone": "^1.3.3",
|
"backbone": "^1.3.3",
|
||||||
"basic-auth-connect": "^1.0.0",
|
"basic-auth-connect": "^1.0.0",
|
||||||
"bcrypt": "^3.0.4",
|
"bcrypt": "^3.0.4",
|
||||||
"body-parser": "^1.13.1",
|
"body-parser": "^1.19.0",
|
||||||
"bufferedstream": "1.6.0",
|
"bufferedstream": "1.6.0",
|
||||||
"celebrate": "^10.0.1",
|
"celebrate": "^10.0.1",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
|
@ -51,17 +51,17 @@
|
||||||
"contentful": "^6.1.1",
|
"contentful": "^6.1.1",
|
||||||
"cookie": "^0.2.3",
|
"cookie": "^0.2.3",
|
||||||
"cookie-parser": "1.3.5",
|
"cookie-parser": "1.3.5",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.2",
|
||||||
"crypto-js": "^3.1.9-1",
|
"crypto-js": "^3.1.9-1",
|
||||||
"csurf": "^1.11.0",
|
"csurf": "^1.11.0",
|
||||||
"d3": "^3.5.16",
|
"d3": "^3.5.16",
|
||||||
"dateformat": "1.0.4-1.2.3",
|
"dateformat": "1.0.4-1.2.3",
|
||||||
"daterangepicker": "^2.1.27",
|
"daterangepicker": "^2.1.27",
|
||||||
"east": "^1.1.0",
|
"east": "^1.1.0",
|
||||||
"express": "4.13.0",
|
"express": "4.17.1",
|
||||||
"express-bearer-token": "^2.2.0",
|
"express-bearer-token": "^2.4.0",
|
||||||
"express-http-proxy": "^1.1.0",
|
"express-http-proxy": "^1.6.0",
|
||||||
"express-session": "^1.14.2",
|
"express-session": "^1.17.1",
|
||||||
"fs-extra": "^4.0.2",
|
"fs-extra": "^4.0.2",
|
||||||
"fuse.js": "^3.0.0",
|
"fuse.js": "^3.0.0",
|
||||||
"handlebars": "^4.7.6",
|
"handlebars": "^4.7.6",
|
||||||
|
@ -92,13 +92,11 @@
|
||||||
"oauth2-server": "^3.0.1",
|
"oauth2-server": "^3.0.1",
|
||||||
"otplib": "^12.0.1",
|
"otplib": "^12.0.1",
|
||||||
"p-limit": "^2.3.0",
|
"p-limit": "^2.3.0",
|
||||||
"passport": "^0.3.2",
|
"passport": "^0.4.1",
|
||||||
"passport-google-oauth20": "^1.0.0",
|
"passport-google-oauth20": "^2.0.0",
|
||||||
"passport-ldapauth": "^0.6.0",
|
|
||||||
"passport-local": "^1.0.0",
|
"passport-local": "^1.0.0",
|
||||||
"passport-oauth2": "^1.5.0",
|
"passport-oauth2": "^1.5.0",
|
||||||
"passport-oauth2-refresh": "^1.0.0",
|
"passport-orcid": "0.0.4",
|
||||||
"passport-orcid": "0.0.3",
|
|
||||||
"passport-saml": "^1.3.3",
|
"passport-saml": "^1.3.3",
|
||||||
"passport-twitter": "^1.0.4",
|
"passport-twitter": "^1.0.4",
|
||||||
"pdfjs-dist": "^2.2.228",
|
"pdfjs-dist": "^2.2.228",
|
||||||
|
|
Loading…
Reference in a new issue