From 39b82fd23124006429c32f6d7851d366b2d1005f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:46:06 +0100 Subject: [PATCH] build(deps): bump express from 4.19.2 to 4.22.0 (#6079) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.22.0.
Release notes

Sourced from express's releases.

4.22.0

Important: Security

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.21.2...4.22.0

4.21.2

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from express's changelog.

4.22.0 / 2025-12-01

4.21.2 / 2024-11-06

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=4.19.2&new-version=4.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/transloadit/uppy/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/aws-companion/package.json | 2 +- examples/aws-nodejs/package.json | 2 +- .../companion-custom-provider/package.json | 2 +- .../package.json | 2 +- examples/companion/package.json | 2 +- examples/reactrouter/package.json | 2 +- examples/transloadit/package.json | 2 +- examples/xhr-bundle/package.json | 2 +- yarn.lock | 166 +++++++++++++++--- 9 files changed, 151 insertions(+), 31 deletions(-) diff --git a/examples/aws-companion/package.json b/examples/aws-companion/package.json index 1aaf94199..8d960ac0b 100644 --- a/examples/aws-companion/package.json +++ b/examples/aws-companion/package.json @@ -15,7 +15,7 @@ "cookie-parser": "^1.4.7", "cors": "^2.8.5", "dotenv": "^16.0.1", - "express": "^4.19.2", + "express": "^4.22.0", "express-session": "^1.17.3", "npm-run-all": "^4.1.5", "vite": "^7.1.11" diff --git a/examples/aws-nodejs/package.json b/examples/aws-nodejs/package.json index 27eda12df..33f4813a9 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.3", "dotenv": "^16.0.0", - "express": "^4.19.2" + "express": "^4.22.0" } } diff --git a/examples/companion-custom-provider/package.json b/examples/companion-custom-provider/package.json index 19222ac84..11ce59cba 100644 --- a/examples/companion-custom-provider/package.json +++ b/examples/companion-custom-provider/package.json @@ -19,7 +19,7 @@ "@uppy/companion": "workspace:*", "body-parser": "^1.20.3", "dotenv": "^16.0.1", - "express": "^4.19.2", + "express": "^4.22.0", "express-session": "^1.15.6", "npm-run-all": "^4.1.2", "vite": "^7.1.11" diff --git a/examples/companion-digitalocean-spaces/package.json b/examples/companion-digitalocean-spaces/package.json index 207573afe..f096c8208 100644 --- a/examples/companion-digitalocean-spaces/package.json +++ b/examples/companion-digitalocean-spaces/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "dotenv": "^16.0.1", - "express": "^4.19.2", + "express": "^4.22.0", "vite": "^7.1.11" }, "private": true, diff --git a/examples/companion/package.json b/examples/companion/package.json index 0ab988f01..0b5b882fc 100644 --- a/examples/companion/package.json +++ b/examples/companion/package.json @@ -4,7 +4,7 @@ "dependencies": { "@uppy/companion": "workspace:*", "body-parser": "^1.20.3", - "express": "^4.19.2", + "express": "^4.22.0", "express-session": "^1.15.6", "light-server": "^2.4.0" }, diff --git a/examples/reactrouter/package.json b/examples/reactrouter/package.json index d7c25f711..e33d6b798 100644 --- a/examples/reactrouter/package.json +++ b/examples/reactrouter/package.json @@ -20,7 +20,7 @@ "@uppy/transloadit": "workspace:*", "@uppy/tus": "workspace:*", "@uppy/xhr-upload": "workspace:*", - "express": "^4.19.2", + "express": "^4.22.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router": "latest" diff --git a/examples/transloadit/package.json b/examples/transloadit/package.json index 6d0106836..6072b43ab 100644 --- a/examples/transloadit/package.json +++ b/examples/transloadit/package.json @@ -15,7 +15,7 @@ "@uppy/remote-sources": "workspace:*", "@uppy/transloadit": "workspace:*", "@uppy/webcam": "workspace:*", - "express": "^4.19.2", + "express": "^4.22.0", "he": "^1.2.0" }, "private": true, diff --git a/examples/xhr-bundle/package.json b/examples/xhr-bundle/package.json index 06216338c..249ae1a63 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.19.2", + "express": "^4.22.0", "multer": "^2.0.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d6a8f5fc6..d1fabb780 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12676,6 +12676,26 @@ __metadata: languageName: node linkType: hard +"body-parser@npm:~1.20.3": + version: 1.20.4 + resolution: "body-parser@npm:1.20.4" + dependencies: + bytes: "npm:~3.1.2" + content-type: "npm:~1.0.5" + debug: "npm:2.6.9" + depd: "npm:2.0.0" + destroy: "npm:~1.2.0" + http-errors: "npm:~2.0.1" + iconv-lite: "npm:~0.4.24" + on-finished: "npm:~2.4.1" + qs: "npm:~6.14.0" + raw-body: "npm:~2.5.3" + type-is: "npm:~1.6.18" + unpipe: "npm:~1.0.0" + checksum: 10/ff67e28d3f426707be8697a75fdf8d564dc50c341b41f054264d8ab6e2924e519c7ce8acc9d0de05328fdc41e1d9f3f200aec9c1cfb1867d6b676a410d97c689 + languageName: node + linkType: hard + "bonjour-service@npm:^1.2.1": version: 1.2.1 resolution: "bonjour-service@npm:1.2.1" @@ -12838,7 +12858,7 @@ __metadata: languageName: node linkType: hard -"bytes@npm:3.1.2": +"bytes@npm:3.1.2, bytes@npm:~3.1.2": version: 3.1.2 resolution: "bytes@npm:3.1.2" checksum: 10/a10abf2ba70c784471d6b4f58778c0beeb2b5d405148e66affa91f23a9f13d07603d0a0354667310ae1d6dc141474ffd44e2a074be0f6e2254edb8fc21445388 @@ -13561,7 +13581,7 @@ __metadata: languageName: node linkType: hard -"content-disposition@npm:0.5.4, content-disposition@npm:^0.5.4": +"content-disposition@npm:0.5.4, content-disposition@npm:^0.5.4, content-disposition@npm:~0.5.4": version: 0.5.4 resolution: "content-disposition@npm:0.5.4" dependencies: @@ -13615,7 +13635,7 @@ __metadata: languageName: node linkType: hard -"cookie-signature@npm:1.0.7": +"cookie-signature@npm:1.0.7, cookie-signature@npm:~1.0.6": version: 1.0.7 resolution: "cookie-signature@npm:1.0.7" checksum: 10/1a62808cd30d15fb43b70e19829b64d04b0802d8ef00275b57d152de4ae6a3208ca05c197b6668d104c4d9de389e53ccc2d3bc6bcaaffd9602461417d8c40710 @@ -13643,7 +13663,7 @@ __metadata: languageName: node linkType: hard -"cookie@npm:0.7.2, cookie@npm:^0.7.2": +"cookie@npm:0.7.2, cookie@npm:^0.7.2, cookie@npm:~0.7.1": version: 0.7.2 resolution: "cookie@npm:0.7.2" checksum: 10/24b286c556420d4ba4e9bc09120c9d3db7d28ace2bd0f8ccee82422ce42322f73c8312441271e5eefafbead725980e5996cc02766dbb89a90ac7f5636ede608f @@ -14294,7 +14314,7 @@ __metadata: languageName: node linkType: hard -"destroy@npm:1.2.0": +"destroy@npm:1.2.0, destroy@npm:~1.2.0": version: 1.2.0 resolution: "destroy@npm:1.2.0" checksum: 10/0acb300b7478a08b92d810ab229d5afe0d2f4399272045ab22affa0d99dbaf12637659411530a6fcd597a9bdac718fc94373a61a95b4651bbc7b83684a565e38 @@ -15509,7 +15529,7 @@ __metadata: cookie-parser: "npm:^1.4.7" cors: "npm:^2.8.5" dotenv: "npm:^16.0.1" - express: "npm:^4.19.2" + express: "npm:^4.22.0" express-session: "npm:^1.17.3" npm-run-all: "npm:^4.1.5" vite: "npm:^7.1.11" @@ -15525,7 +15545,7 @@ __metadata: "@aws-sdk/s3-request-presigner": "npm:^3.338.0" body-parser: "npm:^1.20.3" dotenv: "npm:^16.0.0" - express: "npm:^4.19.2" + express: "npm:^4.22.0" languageName: unknown linkType: soft @@ -15560,7 +15580,7 @@ __metadata: "@uppy/tus": "workspace:*" body-parser: "npm:^1.20.3" dotenv: "npm:^16.0.1" - express: "npm:^4.19.2" + express: "npm:^4.22.0" express-session: "npm:^1.15.6" npm-run-all: "npm:^4.1.2" preact: "npm:^10.5.13" @@ -15578,7 +15598,7 @@ __metadata: body-parser: "npm:^1.20.3" cors: "npm:^2.8.5" dotenv: "npm:^16.0.1" - express: "npm:^4.19.2" + express: "npm:^4.22.0" vite: "npm:^7.1.11" languageName: unknown linkType: soft @@ -15589,7 +15609,7 @@ __metadata: dependencies: "@uppy/companion": "workspace:*" body-parser: "npm:^1.20.3" - express: "npm:^4.19.2" + express: "npm:^4.22.0" express-session: "npm:^1.15.6" light-server: "npm:^2.4.0" languageName: unknown @@ -15664,7 +15684,7 @@ __metadata: "@uppy/transloadit": "workspace:*" "@uppy/tus": "workspace:*" "@uppy/xhr-upload": "workspace:*" - express: "npm:^4.19.2" + express: "npm:^4.22.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" react-router: "npm:latest" @@ -15713,7 +15733,7 @@ __metadata: "@uppy/remote-sources": "workspace:*" "@uppy/transloadit": "workspace:*" "@uppy/webcam": "workspace:*" - express: "npm:^4.19.2" + express: "npm:^4.22.0" he: "npm:^1.2.0" npm-run-all: "npm:^4.1.5" vite: "npm:^7.1.11" @@ -15751,7 +15771,7 @@ __metadata: "@uppy/dashboard": "workspace:*" "@uppy/xhr-upload": "workspace:*" cors: "npm:^2.8.5" - express: "npm:^4.19.2" + express: "npm:^4.22.0" multer: "npm:^2.0.2" npm-run-all: "npm:^4.1.5" vite: "npm:^7.1.11" @@ -15940,7 +15960,7 @@ __metadata: languageName: node linkType: hard -"express@npm:^4.18.2, express@npm:^4.19.2": +"express@npm:^4.18.2": version: 4.19.2 resolution: "express@npm:4.19.2" dependencies: @@ -15979,6 +15999,45 @@ __metadata: languageName: node linkType: hard +"express@npm:^4.22.0": + version: 4.22.1 + resolution: "express@npm:4.22.1" + dependencies: + accepts: "npm:~1.3.8" + array-flatten: "npm:1.1.1" + body-parser: "npm:~1.20.3" + content-disposition: "npm:~0.5.4" + content-type: "npm:~1.0.4" + cookie: "npm:~0.7.1" + cookie-signature: "npm:~1.0.6" + debug: "npm:2.6.9" + depd: "npm:2.0.0" + encodeurl: "npm:~2.0.0" + escape-html: "npm:~1.0.3" + etag: "npm:~1.8.1" + finalhandler: "npm:~1.3.1" + fresh: "npm:~0.5.2" + http-errors: "npm:~2.0.0" + merge-descriptors: "npm:1.0.3" + methods: "npm:~1.1.2" + on-finished: "npm:~2.4.1" + parseurl: "npm:~1.3.3" + path-to-regexp: "npm:~0.1.12" + proxy-addr: "npm:~2.0.7" + qs: "npm:~6.14.0" + range-parser: "npm:~1.2.1" + safe-buffer: "npm:5.2.1" + send: "npm:~0.19.0" + serve-static: "npm:~1.16.2" + setprototypeof: "npm:1.2.0" + statuses: "npm:~2.0.1" + type-is: "npm:~1.6.18" + utils-merge: "npm:1.0.1" + vary: "npm:~1.1.2" + checksum: 10/f33c1bd0c7d36e2a1f18de9cdc176469d32f68e20258d2941b8d296ab9a4fd9011872c246391bf87714f009fac5114c832ec5ac65cbee39421f1258801eb8470 + languageName: node + linkType: hard + "extend@npm:^3.0.0": version: 3.0.2 resolution: "extend@npm:3.0.2" @@ -16221,6 +16280,21 @@ __metadata: languageName: node linkType: hard +"finalhandler@npm:~1.3.1": + version: 1.3.2 + resolution: "finalhandler@npm:1.3.2" + dependencies: + debug: "npm:2.6.9" + encodeurl: "npm:~2.0.0" + escape-html: "npm:~1.0.3" + on-finished: "npm:~2.4.1" + parseurl: "npm:~1.3.3" + statuses: "npm:~2.0.2" + unpipe: "npm:~1.0.0" + checksum: 10/6cb4f9f80eaeb5a0fac4fdbd27a65d39271f040a0034df16556d896bfd855fd42f09da886781b3102117ea8fceba97b903c1f8b08df1fb5740576d5e0f481eed + languageName: node + linkType: hard + "find-cache-dir@npm:^3.3.2": version: 3.3.2 resolution: "find-cache-dir@npm:3.3.2" @@ -16440,7 +16514,7 @@ __metadata: languageName: node linkType: hard -"fresh@npm:0.5.2": +"fresh@npm:0.5.2, fresh@npm:~0.5.2": version: 0.5.2 resolution: "fresh@npm:0.5.2" checksum: 10/64c88e489b5d08e2f29664eb3c79c705ff9a8eb15d3e597198ef76546d4ade295897a44abb0abd2700e7ef784b2e3cbf1161e4fbf16f59129193fd1030d16da1 @@ -17248,6 +17322,19 @@ __metadata: languageName: node linkType: hard +"http-errors@npm:~2.0.0, http-errors@npm:~2.0.1": + version: 2.0.1 + resolution: "http-errors@npm:2.0.1" + dependencies: + depd: "npm:~2.0.0" + inherits: "npm:~2.0.4" + setprototypeof: "npm:~1.2.0" + statuses: "npm:~2.0.2" + toidentifier: "npm:~1.0.1" + checksum: 10/9fe31bc0edf36566c87048aed1d3d0cbe03552564adc3541626a0613f542d753fbcb13bdfcec0a3a530dbe1714bb566c89d46244616b66bddd26ac413b06a207 + languageName: node + linkType: hard + "http-parser-js@npm:>=0.5.1": version: 0.5.8 resolution: "http-parser-js@npm:0.5.8" @@ -17413,7 +17500,7 @@ __metadata: languageName: node linkType: hard -"iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24": +"iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24, iconv-lite@npm:~0.4.24": version: 0.4.24 resolution: "iconv-lite@npm:0.4.24" dependencies: @@ -20902,7 +20989,7 @@ __metadata: languageName: node linkType: hard -"on-finished@npm:2.4.1, on-finished@npm:^2.3.0, on-finished@npm:^2.4.1": +"on-finished@npm:2.4.1, on-finished@npm:^2.3.0, on-finished@npm:^2.4.1, on-finished@npm:~2.4.1": version: 2.4.1 resolution: "on-finished@npm:2.4.1" dependencies: @@ -21409,7 +21496,7 @@ __metadata: languageName: node linkType: hard -"path-to-regexp@npm:0.1.12": +"path-to-regexp@npm:0.1.12, path-to-regexp@npm:~0.1.12": version: 0.1.12 resolution: "path-to-regexp@npm:0.1.12" checksum: 10/2e30f6a0144679c1f95c98e166b96e6acd1e72be9417830fefc8de7ac1992147eb9a4c7acaa59119fb1b3c34eec393b2129ef27e24b2054a3906fc4fb0d1398e @@ -22367,7 +22454,7 @@ __metadata: languageName: node linkType: hard -"qs@npm:^6.14.0": +"qs@npm:^6.14.0, qs@npm:~6.14.0": version: 6.14.0 resolution: "qs@npm:6.14.0" dependencies: @@ -22439,6 +22526,18 @@ __metadata: languageName: node linkType: hard +"raw-body@npm:~2.5.3": + version: 2.5.3 + resolution: "raw-body@npm:2.5.3" + dependencies: + bytes: "npm:~3.1.2" + http-errors: "npm:~2.0.1" + iconv-lite: "npm:~0.4.24" + unpipe: "npm:~1.0.0" + checksum: 10/f35759fe5a6548e7c529121ead1de4dd163f899749a5896c42e278479df2d9d7f98b5bb17312737c03617765e5a1433e586f717616e5cfbebc13b4738b820601 + languageName: node + linkType: hard + "react-dom@npm:19.1.0, react-dom@npm:^19.0.0": version: 19.1.0 resolution: "react-dom@npm:19.1.0" @@ -23642,6 +23741,27 @@ __metadata: languageName: node linkType: hard +"send@npm:~0.19.0": + version: 0.19.1 + resolution: "send@npm:0.19.1" + dependencies: + debug: "npm:2.6.9" + depd: "npm:2.0.0" + destroy: "npm:1.2.0" + encodeurl: "npm:~2.0.0" + escape-html: "npm:~1.0.3" + etag: "npm:~1.8.1" + fresh: "npm:0.5.2" + http-errors: "npm:2.0.0" + mime: "npm:1.6.0" + ms: "npm:2.1.3" + on-finished: "npm:2.4.1" + range-parser: "npm:~1.2.1" + statuses: "npm:2.0.1" + checksum: 10/360bf50a839c7bbc181f67c3a0f3424a7ad8016dfebcd9eb90891f4b762b4377da14414c32250d67b53872e884171c27469110626f6c22765caa7c38c207ee1d + languageName: node + linkType: hard + "serialize-error@npm:^11.0.0": version: 11.0.3 resolution: "serialize-error@npm:11.0.3" @@ -23687,7 +23807,7 @@ __metadata: languageName: node linkType: hard -"serve-static@npm:1.16.2": +"serve-static@npm:1.16.2, serve-static@npm:~1.16.2": version: 1.16.2 resolution: "serve-static@npm:1.16.2" dependencies: @@ -23765,7 +23885,7 @@ __metadata: languageName: node linkType: hard -"setprototypeof@npm:1.2.0": +"setprototypeof@npm:1.2.0, setprototypeof@npm:~1.2.0": version: 1.2.0 resolution: "setprototypeof@npm:1.2.0" checksum: 10/fde1630422502fbbc19e6844346778f99d449986b2f9cdcceb8326730d2f3d9964dbcb03c02aaadaefffecd0f2c063315ebea8b3ad895914bf1afc1747fc172e @@ -24351,7 +24471,7 @@ __metadata: languageName: node linkType: hard -"statuses@npm:^2.0.1": +"statuses@npm:^2.0.1, statuses@npm:~2.0.1, statuses@npm:~2.0.2": version: 2.0.2 resolution: "statuses@npm:2.0.2" checksum: 10/6927feb50c2a75b2a4caab2c565491f7a93ad3d8dbad7b1398d52359e9243a20e2ebe35e33726dee945125ef7a515e9097d8a1b910ba2bbd818265a2f6c39879 @@ -25016,7 +25136,7 @@ __metadata: languageName: node linkType: hard -"toidentifier@npm:1.0.1": +"toidentifier@npm:1.0.1, toidentifier@npm:~1.0.1": version: 1.0.1 resolution: "toidentifier@npm:1.0.1" checksum: 10/952c29e2a85d7123239b5cfdd889a0dde47ab0497f0913d70588f19c53f7e0b5327c95f4651e413c74b785147f9637b17410ac8c846d5d4a20a5a33eb6dc3a45