Skip to content

Commit bdd7f17

Browse files
Bump express from 4.20.0 to 4.21.0 (#383)
Bumps [express](https://github.com/expressjs/express) from 4.20.0 to 4.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p> <blockquote> <h2>4.21.0</h2> <h2>What's Changed</h2> <ul> <li>Deprecate <code>&quot;back&quot;</code> magic string in redirects by <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5935">expressjs/express#5935</a></li> <li>[email protected] by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5954">expressjs/express#5954</a></li> <li>fix(deps): [email protected] by <a href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5951">expressjs/express#5951</a></li> <li>Upgraded dependency qs to 6.13.0 to match qs in body-parser by <a href="https://github.com/agadzinski93"><code>@​agadzinski93</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5946">expressjs/express#5946</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/agadzinski93"><code>@​agadzinski93</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/express/pull/5946">expressjs/express#5946</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.20.0...4.21.0">https://github.com/expressjs/express/compare/4.20.0...4.21.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/4.21.0/History.md">express's changelog</a>.</em></p> <blockquote> <h1>4.21.0 / 2024-09-11</h1> <ul> <li>Deprecate <code>res.location(&quot;back&quot;)</code> and <code>res.redirect(&quot;back&quot;)</code> magic string</li> <li>deps: [email protected] <ul> <li>includes [email protected]</li> </ul> </li> <li>deps: [email protected]</li> <li>deps: [email protected]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/express/commit/7e562c6d8daddff4604f8efaaf9db2cf98c6dcff"><code>7e562c6</code></a> 4.21.0</li> <li><a href="https://github.com/expressjs/express/commit/1bcde96bc87c4704df9a704271d1167064ab56bb"><code>1bcde96</code></a> fix(deps): [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5946">#5946</a>)</li> <li><a href="https://github.com/expressjs/express/commit/7d364775688be98aaa973302e066d0da9f438997"><code>7d36477</code></a> fix(deps): [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/5951">#5951</a>)</li> <li><a href="https://github.com/expressjs/express/commit/40d2d8f2c882712a0f2e4603c38d166c79676b2b"><code>40d2d8f</code></a> fix(deps): [email protected]</li> <li><a href="https://github.com/expressjs/express/commit/77ada906dba57fd6e308f0d750e01653dbeaddfc"><code>77ada90</code></a> Deprecate <code>&quot;back&quot;</code> magic string in redirects (<a href="https://redirect.github.com/expressjs/express/issues/5935">#5935</a>)</li> <li>See full diff in <a href="https://github.com/expressjs/express/compare/4.20.0...4.21.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=4.20.0&new-version=4.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
1 parent 945bff4 commit bdd7f17

File tree

2 files changed

+20
-50
lines changed

2 files changed

+20
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ajv": "^8.17.1",
2929
"ajv-formats": "^3.0.1",
3030
"camelcase-keys": "^9.1.3",
31-
"express": "^4.20.0",
31+
"express": "^4.21.0",
3232
"fetch-retry": "^5.0.6",
3333
"form-data": "^4.0.0",
3434
"fs-extra": "^11.2.0",

yarn.lock

Lines changed: 19 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4175,9 +4175,9 @@ __metadata:
41754175
languageName: node
41764176
linkType: hard
41774177

4178-
"express@npm:^4.20.0":
4179-
version: 4.20.0
4180-
resolution: "express@npm:4.20.0"
4178+
"express@npm:^4.21.0":
4179+
version: 4.21.0
4180+
resolution: "express@npm:4.21.0"
41814181
dependencies:
41824182
accepts: "npm:~1.3.8"
41834183
array-flatten: "npm:1.1.1"
@@ -4191,7 +4191,7 @@ __metadata:
41914191
encodeurl: "npm:~2.0.0"
41924192
escape-html: "npm:~1.0.3"
41934193
etag: "npm:~1.8.1"
4194-
finalhandler: "npm:1.2.0"
4194+
finalhandler: "npm:1.3.1"
41954195
fresh: "npm:0.5.2"
41964196
http-errors: "npm:2.0.0"
41974197
merge-descriptors: "npm:1.0.3"
@@ -4200,17 +4200,17 @@ __metadata:
42004200
parseurl: "npm:~1.3.3"
42014201
path-to-regexp: "npm:0.1.10"
42024202
proxy-addr: "npm:~2.0.7"
4203-
qs: "npm:6.11.0"
4203+
qs: "npm:6.13.0"
42044204
range-parser: "npm:~1.2.1"
42054205
safe-buffer: "npm:5.2.1"
42064206
send: "npm:0.19.0"
4207-
serve-static: "npm:1.16.0"
4207+
serve-static: "npm:1.16.2"
42084208
setprototypeof: "npm:1.2.0"
42094209
statuses: "npm:2.0.1"
42104210
type-is: "npm:~1.6.18"
42114211
utils-merge: "npm:1.0.1"
42124212
vary: "npm:~1.1.2"
4213-
checksum: 10c0/626e440e9feffa3f82ebce5e7dc0ad7a74fa96079994f30048cce450f4855a258abbcabf021f691aeb72154867f0d28440a8498c62888805faf667a829fb65aa
4213+
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
42144214
languageName: node
42154215
linkType: hard
42164216

@@ -4349,18 +4349,18 @@ __metadata:
43494349
languageName: node
43504350
linkType: hard
43514351

4352-
"finalhandler@npm:1.2.0":
4353-
version: 1.2.0
4354-
resolution: "finalhandler@npm:1.2.0"
4352+
"finalhandler@npm:1.3.1":
4353+
version: 1.3.1
4354+
resolution: "finalhandler@npm:1.3.1"
43554355
dependencies:
43564356
debug: "npm:2.6.9"
4357-
encodeurl: "npm:~1.0.2"
4357+
encodeurl: "npm:~2.0.0"
43584358
escape-html: "npm:~1.0.3"
43594359
on-finished: "npm:2.4.1"
43604360
parseurl: "npm:~1.3.3"
43614361
statuses: "npm:2.0.1"
43624362
unpipe: "npm:~1.0.0"
4363-
checksum: 10c0/64b7e5ff2ad1fcb14931cd012651631b721ce657da24aedb5650ddde9378bf8e95daa451da43398123f5de161a81e79ff5affe4f9f2a6d2df4a813d6d3e254b7
4363+
checksum: 10c0/d38035831865a49b5610206a3a9a9aae4e8523cbbcd01175d0480ffbf1278c47f11d89be3ca7f617ae6d94f29cf797546a4619cd84dd109009ef33f12f69019f
43644364
languageName: node
43654365
linkType: hard
43664366

@@ -5981,7 +5981,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59815981
ajv-formats: "npm:^3.0.1"
59825982
camelcase-keys: "npm:^9.1.3"
59835983
eslint: "npm:^8.57.0"
5984-
express: "npm:^4.20.0"
5984+
express: "npm:^4.21.0"
59855985
fetch-mock: "npm:^9.11.0"
59865986
fetch-retry: "npm:^5.0.6"
59875987
form-data: "npm:^4.0.0"
@@ -6988,15 +6988,6 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
69886988
languageName: node
69896989
linkType: hard
69906990

6991-
"qs@npm:6.11.0":
6992-
version: 6.11.0
6993-
resolution: "qs@npm:6.11.0"
6994-
dependencies:
6995-
side-channel: "npm:^1.0.4"
6996-
checksum: 10c0/4e4875e4d7c7c31c233d07a448e7e4650f456178b9dd3766b7cfa13158fdb24ecb8c4f059fa91e820dc6ab9f2d243721d071c9c0378892dcdad86e9e9a27c68f
6997-
languageName: node
6998-
linkType: hard
6999-
70006991
"qs@npm:6.13.0, qs@npm:^6.10.2, qs@npm:^6.11.0":
70016992
version: 6.13.0
70026993
resolution: "qs@npm:6.13.0"
@@ -7358,27 +7349,6 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
73587349
languageName: node
73597350
linkType: hard
73607351

7361-
"send@npm:0.18.0":
7362-
version: 0.18.0
7363-
resolution: "send@npm:0.18.0"
7364-
dependencies:
7365-
debug: "npm:2.6.9"
7366-
depd: "npm:2.0.0"
7367-
destroy: "npm:1.2.0"
7368-
encodeurl: "npm:~1.0.2"
7369-
escape-html: "npm:~1.0.3"
7370-
etag: "npm:~1.8.1"
7371-
fresh: "npm:0.5.2"
7372-
http-errors: "npm:2.0.0"
7373-
mime: "npm:1.6.0"
7374-
ms: "npm:2.1.3"
7375-
on-finished: "npm:2.4.1"
7376-
range-parser: "npm:~1.2.1"
7377-
statuses: "npm:2.0.1"
7378-
checksum: 10c0/0eb134d6a51fc13bbcb976a1f4214ea1e33f242fae046efc311e80aff66c7a43603e26a79d9d06670283a13000e51be6e0a2cb80ff0942eaf9f1cd30b7ae736a
7379-
languageName: node
7380-
linkType: hard
7381-
73827352
"send@npm:0.19.0":
73837353
version: 0.19.0
73847354
resolution: "send@npm:0.19.0"
@@ -7400,15 +7370,15 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
74007370
languageName: node
74017371
linkType: hard
74027372

7403-
"serve-static@npm:1.16.0":
7404-
version: 1.16.0
7405-
resolution: "serve-static@npm:1.16.0"
7373+
"serve-static@npm:1.16.2":
7374+
version: 1.16.2
7375+
resolution: "serve-static@npm:1.16.2"
74067376
dependencies:
7407-
encodeurl: "npm:~1.0.2"
7377+
encodeurl: "npm:~2.0.0"
74087378
escape-html: "npm:~1.0.3"
74097379
parseurl: "npm:~1.3.3"
7410-
send: "npm:0.18.0"
7411-
checksum: 10c0/d7a5beca08cc55f92998d8b87c111dd842d642404231c90c11f504f9650935da4599c13256747b0a988442a59851343271fe8e1946e03e92cd79c447b5f3ae01
7380+
send: "npm:0.19.0"
7381+
checksum: 10c0/528fff6f5e12d0c5a391229ad893910709bc51b5705962b09404a1d813857578149b8815f35d3ee5752f44cd378d0f31669d4b1d7e2d11f41e08283d5134bd1f
74127382
languageName: node
74137383
linkType: hard
74147384

0 commit comments

Comments
 (0)