Merge pull request #11207 from overleaf/em-upgrade-express

Upgrade express to 4.18.2

GitOrigin-RevId: 07c450f31d3324429ac06719aa2bddb53ddce4b5
This commit is contained in:
Eric Mc Sween 2023-01-24 09:21:39 -05:00 committed by Copybot
parent f6ffae02a9
commit c59b28d315
14 changed files with 93 additions and 2885 deletions

2952
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@
"async": "^3.2.2", "async": "^3.2.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"exegesis-express": "^4.0.0", "exegesis-express": "^4.0.0",
"express": "4.17.1", "express": "^4.18.2",
"mongodb": "^4.11.0" "mongodb": "^4.11.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -25,7 +25,7 @@
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"diskusage": "^1.1.3", "diskusage": "^1.1.3",
"dockerode": "^3.1.0", "dockerode": "^3.1.0",
"express": "^4.17.1", "express": "^4.18.2",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"lockfile": "^1.0.4", "lockfile": "^1.0.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View file

@ -23,7 +23,7 @@
"async": "^3.2.2", "async": "^3.2.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"express": "^4.17.1", "express": "^4.18.2",
"mongodb": "^4.12.1", "mongodb": "^4.12.1",
"request": "~2.88.2", "request": "~2.88.2",
"underscore": "~1.13.1" "underscore": "~1.13.1"

View file

@ -26,7 +26,7 @@
"bson": "^1.1.4", "bson": "^1.1.4",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"celebrate": "^13.0.4", "celebrate": "^13.0.4",
"express": "^4.17.1", "express": "^4.18.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mongodb": "^4.11.0", "mongodb": "^4.11.0",
"p-map": "^4.0.0", "p-map": "^4.0.0",

View file

@ -26,7 +26,7 @@
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"diff-match-patch": "https://github.com/overleaf/diff-match-patch/archive/89805f9c671a77a263fc53461acd62aa7498f688.tar.gz", "diff-match-patch": "https://github.com/overleaf/diff-match-patch/archive/89805f9c671a77a263fc53461acd62aa7498f688.tar.gz",
"express": "4.17.1", "express": "^4.18.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mongodb": "^4.11.0", "mongodb": "^4.11.0",
"request": "^2.88.2", "request": "^2.88.2",

View file

@ -25,7 +25,7 @@
"@overleaf/settings": "*", "@overleaf/settings": "*",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"express": "^4.17.1", "express": "^4.18.2",
"glob": "^7.1.6", "glob": "^7.1.6",
"lodash.once": "^4.1.1", "lodash.once": "^4.1.1",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",

View file

@ -20,7 +20,7 @@
"config": "^1.19.0", "config": "^1.19.0",
"cookie-parser": "~1.4.5", "cookie-parser": "~1.4.5",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.17.1", "express": "^4.18.2",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"generic-pool": "^2.1.1", "generic-pool": "^2.1.1",
"helmet": "^3.22.0", "helmet": "^3.22.0",

View file

@ -24,7 +24,7 @@
"async": "^3.2.2", "async": "^3.2.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"express": "4.17.1", "express": "^4.18.2",
"method-override": "^3.0.0", "method-override": "^3.0.0",
"mongodb": "^4.11.0", "mongodb": "^4.11.0",
"request": "^2.88.2" "request": "^2.88.2"

View file

@ -32,7 +32,7 @@
"cli": "^1.0.1", "cli": "^1.0.1",
"diff-match-patch": "https://github.com/overleaf/diff-match-patch/archive/89805f9c671a77a263fc53461acd62aa7498f688.tar.gz", "diff-match-patch": "https://github.com/overleaf/diff-match-patch/archive/89805f9c671a77a263fc53461acd62aa7498f688.tar.gz",
"esmock": "^2.1.0", "esmock": "^2.1.0",
"express": "4.17.1", "express": "^4.18.2",
"heap": "^0.2.6", "heap": "^0.2.6",
"JSONStream": "^1.3.5", "JSONStream": "^1.3.5",
"line-reader": "^0.2.4", "line-reader": "^0.2.4",

View file

@ -28,7 +28,7 @@
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"connect-redis": "^6.1.3", "connect-redis": "^6.1.3",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"express": "^4.17.1", "express": "^4.18.2",
"express-session": "^1.17.1", "express-session": "^1.17.1",
"proxy-addr": "^2.0.7", "proxy-addr": "^2.0.7",
"request": "^2.88.2", "request": "^2.88.2",

View file

@ -30,7 +30,7 @@
"async": "^3.2.2", "async": "^3.2.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"express": "^4.17.1", "express": "^4.18.2",
"lru-cache": "^5.1.1", "lru-cache": "^5.1.1",
"request": "^2.88.2", "request": "^2.88.2",
"underscore": "1.13.1" "underscore": "1.13.1"

View file

@ -27,7 +27,7 @@
"bson": "^1.1.5", "bson": "^1.1.5",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"byline": "^5.0.0", "byline": "^5.0.0",
"express": "4.17.1", "express": "^4.18.2",
"heap": "^0.2.6", "heap": "^0.2.6",
"JSONStream": "^1.3.5", "JSONStream": "^1.3.5",
"line-reader": "^0.4.0", "line-reader": "^0.4.0",

View file

@ -155,7 +155,7 @@
"east": "^2.0.2", "east": "^2.0.2",
"email-addresses": "^5.0.0", "email-addresses": "^5.0.0",
"events": "^3.3.0", "events": "^3.3.0",
"express": "4.17.1", "express": "^4.18.2",
"express-bearer-token": "^2.4.0", "express-bearer-token": "^2.4.0",
"express-http-proxy": "^1.6.0", "express-http-proxy": "^1.6.0",
"express-session": "^1.17.1", "express-session": "^1.17.1",