From 216e21297ab1ed983070b9606e441612bd113b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:44:00 +0000 Subject: [PATCH] Bump express from 4.18.1 to 4.19.2 Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/aws-companion/package.json | 2 +- examples/aws-nodejs/package.json | 2 +- examples/custom-provider/package.json | 2 +- examples/digitalocean-spaces/package.json | 2 +- examples/transloadit/package.json | 2 +- examples/uppy-with-companion/package.json | 2 +- examples/xhr-bundle/package.json | 2 +- packages/@uppy/companion/package.json | 2 +- yarn.lock | 119 ++++++++++++++++++---- 9 files changed, 110 insertions(+), 25 deletions(-) diff --git a/examples/aws-companion/package.json b/examples/aws-companion/package.json index 0f6f7eb0fd..49f1819c94 100644 --- a/examples/aws-companion/package.json +++ b/examples/aws-companion/package.json @@ -15,7 +15,7 @@ "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.0.1", - "express": "^4.18.1", + "express": "^4.19.2", "express-session": "^1.17.3", "npm-run-all": "^4.1.5", "vite": "^5.0.0" diff --git a/examples/aws-nodejs/package.json b/examples/aws-nodejs/package.json index 0cef3a9eb4..ed07df7f8c 100644 --- a/examples/aws-nodejs/package.json +++ b/examples/aws-nodejs/package.json @@ -15,6 +15,6 @@ "@aws-sdk/s3-request-presigner": "^3.338.0", "body-parser": "^1.20.0", "dotenv": "^16.0.0", - "express": "^4.18.1" + "express": "^4.19.2" } } diff --git a/examples/custom-provider/package.json b/examples/custom-provider/package.json index d2716c857a..afcf1b175e 100644 --- a/examples/custom-provider/package.json +++ b/examples/custom-provider/package.json @@ -18,7 +18,7 @@ "@uppy/companion": "workspace:*", "body-parser": "^1.18.2", "dotenv": "^16.0.1", - "express": "^4.16.2", + "express": "^4.19.2", "express-session": "^1.15.6", "npm-run-all": "^4.1.2", "vite": "^5.0.0" diff --git a/examples/digitalocean-spaces/package.json b/examples/digitalocean-spaces/package.json index cd0ba1c93d..2339161ec7 100644 --- a/examples/digitalocean-spaces/package.json +++ b/examples/digitalocean-spaces/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "dotenv": "^16.0.1", - "express": "^4.16.2", + "express": "^4.19.2", "vite": "^5.0.0" }, "private": true, diff --git a/examples/transloadit/package.json b/examples/transloadit/package.json index 420c29e079..205b2f3734 100644 --- a/examples/transloadit/package.json +++ b/examples/transloadit/package.json @@ -16,7 +16,7 @@ "@uppy/remote-sources": "workspace:*", "@uppy/transloadit": "workspace:*", "@uppy/webcam": "workspace:*", - "express": "^4.16.4", + "express": "^4.19.2", "he": "^1.2.0" }, "private": true, diff --git a/examples/uppy-with-companion/package.json b/examples/uppy-with-companion/package.json index 30d88998c4..310e183cb1 100644 --- a/examples/uppy-with-companion/package.json +++ b/examples/uppy-with-companion/package.json @@ -4,7 +4,7 @@ "dependencies": { "@uppy/companion": "workspace:*", "body-parser": "^1.18.2", - "express": "^4.16.2", + "express": "^4.19.2", "express-session": "^1.15.6", "light-server": "^2.4.0", "upload-server": "^1.1.6" diff --git a/examples/xhr-bundle/package.json b/examples/xhr-bundle/package.json index f9c68d8c60..2899a4f4d1 100644 --- a/examples/xhr-bundle/package.json +++ b/examples/xhr-bundle/package.json @@ -6,7 +6,7 @@ "@uppy/dashboard": "workspace:*", "@uppy/xhr-upload": "workspace:*", "cors": "^2.8.5", - "express": "^4.16.4", + "express": "^4.19.2", "multer": "^1.4.1" }, "devDependencies": { diff --git a/packages/@uppy/companion/package.json b/packages/@uppy/companion/package.json index 4b186a4434..01567ac997 100644 --- a/packages/@uppy/companion/package.json +++ b/packages/@uppy/companion/package.json @@ -43,7 +43,7 @@ "cors": "^2.8.5", "escape-goat": "3.0.0", "escape-string-regexp": "4.0.0", - "express": "4.18.1", + "express": "4.19.2", "express-interceptor": "1.2.0", "express-prom-bundle": "6.5.0", "express-request-id": "1.4.1", diff --git a/yarn.lock b/yarn.lock index df3f4517f6..69e8fb1616 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8906,7 +8906,7 @@ __metadata: cookie-parser: ^1.4.6 cors: ^2.8.5 dotenv: ^16.0.1 - express: ^4.18.1 + express: ^4.19.2 express-session: ^1.17.3 npm-run-all: ^4.1.5 vite: ^5.0.0 @@ -8922,7 +8922,7 @@ __metadata: "@aws-sdk/s3-request-presigner": ^3.338.0 body-parser: ^1.20.0 dotenv: ^16.0.0 - express: ^4.18.1 + express: ^4.19.2 languageName: unknown linkType: soft @@ -8972,7 +8972,7 @@ __metadata: "@uppy/tus": "workspace:*" body-parser: ^1.18.2 dotenv: ^16.0.1 - express: ^4.16.2 + express: ^4.19.2 express-session: ^1.15.6 npm-run-all: ^4.1.2 preact: ^10.5.13 @@ -8990,7 +8990,7 @@ __metadata: body-parser: ^1.18.3 cors: ^2.8.5 dotenv: ^16.0.1 - express: ^4.16.2 + express: ^4.19.2 vite: ^5.0.0 languageName: unknown linkType: soft @@ -9167,7 +9167,7 @@ __metadata: "@uppy/remote-sources": "workspace:*" "@uppy/transloadit": "workspace:*" "@uppy/webcam": "workspace:*" - express: ^4.16.4 + express: ^4.19.2 he: ^1.2.0 npm-run-all: ^4.1.5 vite: ^5.0.0 @@ -9180,7 +9180,7 @@ __metadata: dependencies: "@uppy/companion": "workspace:*" body-parser: ^1.18.2 - express: ^4.16.2 + express: ^4.19.2 express-session: ^1.15.6 light-server: ^2.4.0 upload-server: ^1.1.6 @@ -9228,7 +9228,7 @@ __metadata: "@uppy/dashboard": "workspace:*" "@uppy/xhr-upload": "workspace:*" cors: ^2.8.5 - express: ^4.16.4 + express: ^4.19.2 multer: ^1.4.1 npm-run-all: ^4.1.5 vite: ^5.0.0 @@ -9355,7 +9355,7 @@ __metadata: cors: ^2.8.5 escape-goat: 3.0.0 escape-string-regexp: 4.0.0 - express: 4.18.1 + express: 4.19.2 express-interceptor: 1.2.0 express-prom-bundle: 6.5.0 express-request-id: 1.4.1 @@ -11874,6 +11874,26 @@ __metadata: languageName: node linkType: hard +"body-parser@npm:1.20.2": + version: 1.20.2 + resolution: "body-parser@npm:1.20.2" + dependencies: + bytes: 3.1.2 + content-type: ~1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.11.0 + raw-body: 2.5.2 + type-is: ~1.6.18 + unpipe: 1.0.0 + checksum: 14d37ec638ab5c93f6099ecaed7f28f890d222c650c69306872e00b9efa081ff6c596cd9afb9930656aae4d6c4e1c17537bea12bb73c87a217cb3cfea8896737 + languageName: node + linkType: hard + "bonjour-service@npm:^1.0.11": version: 1.0.14 resolution: "bonjour-service@npm:1.0.14" @@ -13079,6 +13099,13 @@ __metadata: languageName: node linkType: hard +"content-type@npm:~1.0.5": + version: 1.0.5 + resolution: "content-type@npm:1.0.5" + checksum: 566271e0a251642254cde0f845f9dd4f9856e52d988f4eb0d0dcffbb7a1f8ec98de7a5215fc628f3bce30fe2fb6fd2bc064b562d721658c59b544e2d34ea2766 + languageName: node + linkType: hard + "convert-source-map@npm:^1.5.1, convert-source-map@npm:^1.6.0, convert-source-map@npm:^1.7.0": version: 1.8.0 resolution: "convert-source-map@npm:1.8.0" @@ -13140,6 +13167,13 @@ __metadata: languageName: node linkType: hard +"cookie@npm:0.6.0": + version: 0.6.0 + resolution: "cookie@npm:0.6.0" + checksum: f56a7d32a07db5458e79c726b77e3c2eff655c36792f2b6c58d351fb5f61531e5b1ab7f46987150136e366c65213cbe31729e02a3eaed630c3bf7334635fb410 + languageName: node + linkType: hard + "cookiejar@npm:^2.1.3": version: 2.1.4 resolution: "cookiejar@npm:2.1.4" @@ -16316,7 +16350,46 @@ __metadata: languageName: node linkType: hard -"express@npm:4.18.1, express@npm:^4.14.0, express@npm:^4.16.2, express@npm:^4.16.4, express@npm:^4.17.3, express@npm:^4.18.1": +"express@npm:4.19.2, express@npm:^4.19.2": + version: 4.19.2 + resolution: "express@npm:4.19.2" + dependencies: + accepts: ~1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.2 + content-disposition: 0.5.4 + content-type: ~1.0.4 + cookie: 0.6.0 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 2.0.0 + encodeurl: ~1.0.2 + escape-html: ~1.0.3 + etag: ~1.8.1 + finalhandler: 1.2.0 + fresh: 0.5.2 + http-errors: 2.0.0 + merge-descriptors: 1.0.1 + methods: ~1.1.2 + on-finished: 2.4.1 + parseurl: ~1.3.3 + path-to-regexp: 0.1.7 + proxy-addr: ~2.0.7 + qs: 6.11.0 + range-parser: ~1.2.1 + safe-buffer: 5.2.1 + send: 0.18.0 + serve-static: 1.15.0 + setprototypeof: 1.2.0 + statuses: 2.0.1 + type-is: ~1.6.18 + utils-merge: 1.0.1 + vary: ~1.1.2 + checksum: 212dbd6c2c222a96a61bc927639c95970a53b06257080bb9e2838adb3bffdb966856551fdad1ab5dd654a217c35db94f987d0aa88d48fb04d306340f5f34dca5 + languageName: node + linkType: hard + +"express@npm:^4.14.0, express@npm:^4.17.3": version: 4.18.1 resolution: "express@npm:4.18.1" dependencies: @@ -26320,14 +26393,7 @@ __metadata: languageName: node linkType: hard -"qs@npm:6.9.3": - version: 6.9.3 - resolution: "qs@npm:6.9.3" - checksum: 89cd1b5e521c19a7e0a7a056ddc261c5c30889664608cf9ce6085f9f25606fc48568cf6a6249e641b4b5c04dac7889e3b82133142523abf397228eb4f488fc38 - languageName: node - linkType: hard - -"qs@npm:^6.10.2, qs@npm:^6.10.3, qs@npm:^6.9.6": +"qs@npm:6.11.0, qs@npm:^6.10.2, qs@npm:^6.10.3, qs@npm:^6.9.6": version: 6.11.0 resolution: "qs@npm:6.11.0" dependencies: @@ -26336,6 +26402,13 @@ __metadata: languageName: node linkType: hard +"qs@npm:6.9.3": + version: 6.9.3 + resolution: "qs@npm:6.9.3" + checksum: 89cd1b5e521c19a7e0a7a056ddc261c5c30889664608cf9ce6085f9f25606fc48568cf6a6249e641b4b5c04dac7889e3b82133142523abf397228eb4f488fc38 + languageName: node + linkType: hard + "querystring@npm:^0.2.1": version: 0.2.1 resolution: "querystring@npm:0.2.1" @@ -26413,6 +26486,18 @@ __metadata: languageName: node linkType: hard +"raw-body@npm:2.5.2": + version: 2.5.2 + resolution: "raw-body@npm:2.5.2" + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + checksum: ba1583c8d8a48e8fbb7a873fdbb2df66ea4ff83775421bfe21ee120140949ab048200668c47d9ae3880012f6e217052690628cf679ddfbd82c9fc9358d574676 + languageName: node + linkType: hard + "react-devtools-core@npm:^4.6.0": version: 4.28.4 resolution: "react-devtools-core@npm:4.28.4"