Skip to content

Commit d4301ef

Browse files
⬆️ Update dependency express to ^4.21.0 (#5268)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express](http://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`^4.19.2` -> `^4.21.0`](https://renovatebot.com/diffs/npm/express/4.20.0/4.21.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express/4.20.0/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express/4.20.0/4.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>expressjs/express (express)</summary> ### [`v4.21.0`](https://redirect.github.com/expressjs/express/releases/tag/4.21.0) [Compare Source](https://redirect.github.com/expressjs/express/compare/4.20.0...4.21.0) #### What's Changed - Deprecate `"back"` magic string in redirects by [@&#8203;blakeembrey](https://redirect.github.com/blakeembrey) in [https://github.com/expressjs/express/pull/5935](https://redirect.github.com/expressjs/express/pull/5935) - [email protected] by [@&#8203;wesleytodd](https://redirect.github.com/wesleytodd) in [https://github.com/expressjs/express/pull/5954](https://redirect.github.com/expressjs/express/pull/5954) - fix(deps): [email protected] by [@&#8203;wesleytodd](https://redirect.github.com/wesleytodd) in [https://github.com/expressjs/express/pull/5951](https://redirect.github.com/expressjs/express/pull/5951) - Upgraded dependency qs to 6.13.0 to match qs in body-parser by [@&#8203;agadzinski93](https://redirect.github.com/agadzinski93) in [https://github.com/expressjs/express/pull/5946](https://redirect.github.com/expressjs/express/pull/5946) #### New Contributors - [@&#8203;agadzinski93](https://redirect.github.com/agadzinski93) made their first contribution in [https://github.com/expressjs/express/pull/5946](https://redirect.github.com/expressjs/express/pull/5946) **Full Changelog**: expressjs/express@4.20.0...4.21.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b67d703 commit d4301ef

File tree

2 files changed

+20
-50
lines changed

2 files changed

+20
-50
lines changed

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@testing-library/dom": "^10.4.0",
1212
"@testing-library/react": "^16.0.1",
1313
"@testing-library/user-event": "^14.5.2",
14-
"express": "^4.19.2",
14+
"express": "^4.21.0",
1515
"fast-check": "workspace:*",
1616
"lodash": "^4.17.21",
1717
"pure-rand": "^6.1.0",

yarn.lock

+19-49
Original file line numberDiff line numberDiff line change
@@ -2999,7 +2999,7 @@ __metadata:
29992999
"@types/react": "npm:^18.3.7"
30003000
"@types/supertest": "npm:^6.0.2"
30013001
babel-jest: "npm:^29.7.0"
3002-
express: "npm:^4.19.2"
3002+
express: "npm:^4.21.0"
30033003
fast-check: "workspace:*"
30043004
jest: "npm:^29.7.0"
30053005
jest-environment-jsdom: "npm:^29.7.0"
@@ -9802,9 +9802,9 @@ __metadata:
98029802
languageName: node
98039803
linkType: hard
98049804

9805-
"express@npm:^4.17.3, express@npm:^4.19.2":
9806-
version: 4.20.0
9807-
resolution: "express@npm:4.20.0"
9805+
"express@npm:^4.17.3, express@npm:^4.21.0":
9806+
version: 4.21.0
9807+
resolution: "express@npm:4.21.0"
98089808
dependencies:
98099809
accepts: "npm:~1.3.8"
98109810
array-flatten: "npm:1.1.1"
@@ -9818,7 +9818,7 @@ __metadata:
98189818
encodeurl: "npm:~2.0.0"
98199819
escape-html: "npm:~1.0.3"
98209820
etag: "npm:~1.8.1"
9821-
finalhandler: "npm:1.2.0"
9821+
finalhandler: "npm:1.3.1"
98229822
fresh: "npm:0.5.2"
98239823
http-errors: "npm:2.0.0"
98249824
merge-descriptors: "npm:1.0.3"
@@ -9827,17 +9827,17 @@ __metadata:
98279827
parseurl: "npm:~1.3.3"
98289828
path-to-regexp: "npm:0.1.10"
98299829
proxy-addr: "npm:~2.0.7"
9830-
qs: "npm:6.11.0"
9830+
qs: "npm:6.13.0"
98319831
range-parser: "npm:~1.2.1"
98329832
safe-buffer: "npm:5.2.1"
98339833
send: "npm:0.19.0"
9834-
serve-static: "npm:1.16.0"
9834+
serve-static: "npm:1.16.2"
98359835
setprototypeof: "npm:1.2.0"
98369836
statuses: "npm:2.0.1"
98379837
type-is: "npm:~1.6.18"
98389838
utils-merge: "npm:1.0.1"
98399839
vary: "npm:~1.1.2"
9840-
checksum: 10c0/626e440e9feffa3f82ebce5e7dc0ad7a74fa96079994f30048cce450f4855a258abbcabf021f691aeb72154867f0d28440a8498c62888805faf667a829fb65aa
9840+
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
98419841
languageName: node
98429842
linkType: hard
98439843

@@ -10106,18 +10106,18 @@ __metadata:
1010610106
languageName: node
1010710107
linkType: hard
1010810108

10109-
"finalhandler@npm:1.2.0":
10110-
version: 1.2.0
10111-
resolution: "finalhandler@npm:1.2.0"
10109+
"finalhandler@npm:1.3.1":
10110+
version: 1.3.1
10111+
resolution: "finalhandler@npm:1.3.1"
1011210112
dependencies:
1011310113
debug: "npm:2.6.9"
10114-
encodeurl: "npm:~1.0.2"
10114+
encodeurl: "npm:~2.0.0"
1011510115
escape-html: "npm:~1.0.3"
1011610116
on-finished: "npm:2.4.1"
1011710117
parseurl: "npm:~1.3.3"
1011810118
statuses: "npm:2.0.1"
1011910119
unpipe: "npm:~1.0.0"
10120-
checksum: 10c0/64b7e5ff2ad1fcb14931cd012651631b721ce657da24aedb5650ddde9378bf8e95daa451da43398123f5de161a81e79ff5affe4f9f2a6d2df4a813d6d3e254b7
10120+
checksum: 10c0/d38035831865a49b5610206a3a9a9aae4e8523cbbcd01175d0480ffbf1278c47f11d89be3ca7f617ae6d94f29cf797546a4619cd84dd109009ef33f12f69019f
1012110121
languageName: node
1012210122
linkType: hard
1012310123

@@ -16477,15 +16477,6 @@ __metadata:
1647716477
languageName: node
1647816478
linkType: hard
1647916479

16480-
"qs@npm:6.11.0":
16481-
version: 6.11.0
16482-
resolution: "qs@npm:6.11.0"
16483-
dependencies:
16484-
side-channel: "npm:^1.0.4"
16485-
checksum: 10c0/4e4875e4d7c7c31c233d07a448e7e4650f456178b9dd3766b7cfa13158fdb24ecb8c4f059fa91e820dc6ab9f2d243721d071c9c0378892dcdad86e9e9a27c68f
16486-
languageName: node
16487-
linkType: hard
16488-
1648916480
"qs@npm:6.13.0, qs@npm:^6.11.0":
1649016481
version: 6.13.0
1649116482
resolution: "qs@npm:6.13.0"
@@ -17594,27 +17585,6 @@ __metadata:
1759417585
languageName: node
1759517586
linkType: hard
1759617587

17597-
"send@npm:0.18.0":
17598-
version: 0.18.0
17599-
resolution: "send@npm:0.18.0"
17600-
dependencies:
17601-
debug: "npm:2.6.9"
17602-
depd: "npm:2.0.0"
17603-
destroy: "npm:1.2.0"
17604-
encodeurl: "npm:~1.0.2"
17605-
escape-html: "npm:~1.0.3"
17606-
etag: "npm:~1.8.1"
17607-
fresh: "npm:0.5.2"
17608-
http-errors: "npm:2.0.0"
17609-
mime: "npm:1.6.0"
17610-
ms: "npm:2.1.3"
17611-
on-finished: "npm:2.4.1"
17612-
range-parser: "npm:~1.2.1"
17613-
statuses: "npm:2.0.1"
17614-
checksum: 10c0/0eb134d6a51fc13bbcb976a1f4214ea1e33f242fae046efc311e80aff66c7a43603e26a79d9d06670283a13000e51be6e0a2cb80ff0942eaf9f1cd30b7ae736a
17615-
languageName: node
17616-
linkType: hard
17617-
1761817588
"send@npm:0.19.0":
1761917589
version: 0.19.0
1762017590
resolution: "send@npm:0.19.0"
@@ -17685,15 +17655,15 @@ __metadata:
1768517655
languageName: node
1768617656
linkType: hard
1768717657

17688-
"serve-static@npm:1.16.0":
17689-
version: 1.16.0
17690-
resolution: "serve-static@npm:1.16.0"
17658+
"serve-static@npm:1.16.2":
17659+
version: 1.16.2
17660+
resolution: "serve-static@npm:1.16.2"
1769117661
dependencies:
17692-
encodeurl: "npm:~1.0.2"
17662+
encodeurl: "npm:~2.0.0"
1769317663
escape-html: "npm:~1.0.3"
1769417664
parseurl: "npm:~1.3.3"
17695-
send: "npm:0.18.0"
17696-
checksum: 10c0/d7a5beca08cc55f92998d8b87c111dd842d642404231c90c11f504f9650935da4599c13256747b0a988442a59851343271fe8e1946e03e92cd79c447b5f3ae01
17665+
send: "npm:0.19.0"
17666+
checksum: 10c0/528fff6f5e12d0c5a391229ad893910709bc51b5705962b09404a1d813857578149b8815f35d3ee5752f44cd378d0f31669d4b1d7e2d11f41e08283d5134bd1f
1769717667
languageName: node
1769817668
linkType: hard
1769917669

0 commit comments

Comments
 (0)