Skip to content

Commit a87b2c5

Browse files
skyd0meMarkR87
andauthored
chore: update express dependency to 4.21.0 (#193)
Co-authored-by: Markus Roesch <markus.roesch@sap.com>
1 parent ff65835 commit a87b2c5

File tree

2 files changed

+76
-29
lines changed

2 files changed

+76
-29
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@unleash/express-openapi": "^0.3.0",
4343
"compression": "^1.7.4",
4444
"cors": "^2.8.5",
45-
"express": "^4.19.2",
45+
"express": "^4.21.0",
4646
"json-schema-to-ts": "^3.1.0",
4747
"openapi-types": "^12.1.3",
4848
"prom-client": "^15.1.3",

yarn.lock

+75-28
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ __metadata:
17851785
babel-jest: "npm:^29.7.0"
17861786
compression: "npm:^1.7.4"
17871787
cors: "npm:^2.8.5"
1788-
express: "npm:^4.19.2"
1788+
express: "npm:^4.21.0"
17891789
jest: "npm:^29.7.0"
17901790
json-schema-to-ts: "npm:^3.1.0"
17911791
openapi-types: "npm:^12.1.3"
@@ -2118,9 +2118,9 @@ __metadata:
21182118
languageName: node
21192119
linkType: hard
21202120

2121-
"body-parser@npm:1.20.2":
2122-
version: 1.20.2
2123-
resolution: "body-parser@npm:1.20.2"
2121+
"body-parser@npm:1.20.3":
2122+
version: 1.20.3
2123+
resolution: "body-parser@npm:1.20.3"
21242124
dependencies:
21252125
bytes: "npm:3.1.2"
21262126
content-type: "npm:~1.0.5"
@@ -2130,11 +2130,11 @@ __metadata:
21302130
http-errors: "npm:2.0.0"
21312131
iconv-lite: "npm:0.4.24"
21322132
on-finished: "npm:2.4.1"
2133-
qs: "npm:6.11.0"
2133+
qs: "npm:6.13.0"
21342134
raw-body: "npm:2.5.2"
21352135
type-is: "npm:~1.6.18"
21362136
unpipe: "npm:1.0.0"
2137-
checksum: 10c0/06f1438fff388a2e2354c96aa3ea8147b79bfcb1262dfcc2aae68ec13723d01d5781680657b74e9f83c808266d5baf52804032fbde2b7382b89bd8cdb273ace9
2137+
checksum: 10c0/0a9a93b7518f222885498dcecaad528cf010dd109b071bf471c93def4bfe30958b83e03496eb9c1ad4896db543d999bb62be1a3087294162a88cfa1b42c16310
21382138
languageName: node
21392139
linkType: hard
21402140

@@ -2805,6 +2805,13 @@ __metadata:
28052805
languageName: node
28062806
linkType: hard
28072807

2808+
"encodeurl@npm:~2.0.0":
2809+
version: 2.0.0
2810+
resolution: "encodeurl@npm:2.0.0"
2811+
checksum: 10c0/5d317306acb13e6590e28e27924c754163946a2480de11865c991a3a7eed4315cd3fba378b543ca145829569eefe9b899f3d84bb09870f675ae60bc924b01ceb
2812+
languageName: node
2813+
linkType: hard
2814+
28082815
"encoding@npm:^0.1.13":
28092816
version: 0.1.13
28102817
resolution: "encoding@npm:0.1.13"
@@ -2933,42 +2940,42 @@ __metadata:
29332940
languageName: node
29342941
linkType: hard
29352942

2936-
"express@npm:^4.19.2":
2937-
version: 4.19.2
2938-
resolution: "express@npm:4.19.2"
2943+
"express@npm:^4.21.0":
2944+
version: 4.21.0
2945+
resolution: "express@npm:4.21.0"
29392946
dependencies:
29402947
accepts: "npm:~1.3.8"
29412948
array-flatten: "npm:1.1.1"
2942-
body-parser: "npm:1.20.2"
2949+
body-parser: "npm:1.20.3"
29432950
content-disposition: "npm:0.5.4"
29442951
content-type: "npm:~1.0.4"
29452952
cookie: "npm:0.6.0"
29462953
cookie-signature: "npm:1.0.6"
29472954
debug: "npm:2.6.9"
29482955
depd: "npm:2.0.0"
2949-
encodeurl: "npm:~1.0.2"
2956+
encodeurl: "npm:~2.0.0"
29502957
escape-html: "npm:~1.0.3"
29512958
etag: "npm:~1.8.1"
2952-
finalhandler: "npm:1.2.0"
2959+
finalhandler: "npm:1.3.1"
29532960
fresh: "npm:0.5.2"
29542961
http-errors: "npm:2.0.0"
2955-
merge-descriptors: "npm:1.0.1"
2962+
merge-descriptors: "npm:1.0.3"
29562963
methods: "npm:~1.1.2"
29572964
on-finished: "npm:2.4.1"
29582965
parseurl: "npm:~1.3.3"
2959-
path-to-regexp: "npm:0.1.7"
2966+
path-to-regexp: "npm:0.1.10"
29602967
proxy-addr: "npm:~2.0.7"
2961-
qs: "npm:6.11.0"
2968+
qs: "npm:6.13.0"
29622969
range-parser: "npm:~1.2.1"
29632970
safe-buffer: "npm:5.2.1"
2964-
send: "npm:0.18.0"
2965-
serve-static: "npm:1.15.0"
2971+
send: "npm:0.19.0"
2972+
serve-static: "npm:1.16.2"
29662973
setprototypeof: "npm:1.2.0"
29672974
statuses: "npm:2.0.1"
29682975
type-is: "npm:~1.6.18"
29692976
utils-merge: "npm:1.0.1"
29702977
vary: "npm:~1.1.2"
2971-
checksum: 10c0/e82e2662ea9971c1407aea9fc3c16d6b963e55e3830cd0ef5e00b533feda8b770af4e3be630488ef8a752d7c75c4fcefb15892868eeaafe7353cb9e3e269fdcb
2978+
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
29722979
languageName: node
29732980
linkType: hard
29742981

@@ -3020,18 +3027,18 @@ __metadata:
30203027
languageName: node
30213028
linkType: hard
30223029

3023-
"finalhandler@npm:1.2.0":
3024-
version: 1.2.0
3025-
resolution: "finalhandler@npm:1.2.0"
3030+
"finalhandler@npm:1.3.1":
3031+
version: 1.3.1
3032+
resolution: "finalhandler@npm:1.3.1"
30263033
dependencies:
30273034
debug: "npm:2.6.9"
3028-
encodeurl: "npm:~1.0.2"
3035+
encodeurl: "npm:~2.0.0"
30293036
escape-html: "npm:~1.0.3"
30303037
on-finished: "npm:2.4.1"
30313038
parseurl: "npm:~1.3.3"
30323039
statuses: "npm:2.0.1"
30333040
unpipe: "npm:~1.0.0"
3034-
checksum: 10c0/64b7e5ff2ad1fcb14931cd012651631b721ce657da24aedb5650ddde9378bf8e95daa451da43398123f5de161a81e79ff5affe4f9f2a6d2df4a813d6d3e254b7
3041+
checksum: 10c0/d38035831865a49b5610206a3a9a9aae4e8523cbbcd01175d0480ffbf1278c47f11d89be3ca7f617ae6d94f29cf797546a4619cd84dd109009ef33f12f69019f
30353042
languageName: node
30363043
linkType: hard
30373044

@@ -4389,10 +4396,10 @@ __metadata:
43894396
languageName: node
43904397
linkType: hard
43914398

4392-
"merge-descriptors@npm:1.0.1":
4393-
version: 1.0.1
4394-
resolution: "merge-descriptors@npm:1.0.1"
4395-
checksum: 10c0/b67d07bd44cfc45cebdec349bb6e1f7b077ee2fd5beb15d1f7af073849208cb6f144fe403e29a36571baf3f4e86469ac39acf13c318381e958e186b2766f54ec
4399+
"merge-descriptors@npm:1.0.3":
4400+
version: 1.0.3
4401+
resolution: "merge-descriptors@npm:1.0.3"
4402+
checksum: 10c0/866b7094afd9293b5ea5dcd82d71f80e51514bed33b4c4e9f516795dc366612a4cbb4dc94356e943a8a6914889a914530badff27f397191b9b75cda20b6bae93
43964403
languageName: node
43974404
linkType: hard
43984405

@@ -4903,6 +4910,13 @@ __metadata:
49034910
languageName: node
49044911
linkType: hard
49054912

4913+
"path-to-regexp@npm:0.1.10":
4914+
version: 0.1.10
4915+
resolution: "path-to-regexp@npm:0.1.10"
4916+
checksum: 10c0/34196775b9113ca6df88e94c8d83ba82c0e1a2063dd33bfe2803a980da8d49b91db8104f49d5191b44ea780d46b8670ce2b7f4a5e349b0c48c6779b653f1afe4
4917+
languageName: node
4918+
linkType: hard
4919+
49064920
"path-to-regexp@npm:0.1.7":
49074921
version: 0.1.7
49084922
resolution: "path-to-regexp@npm:0.1.7"
@@ -5253,7 +5267,40 @@ __metadata:
52535267
languageName: node
52545268
linkType: hard
52555269

5256-
"serve-static@npm:1.15.0, serve-static@npm:^1.13.2":
5270+
"send@npm:0.19.0":
5271+
version: 0.19.0
5272+
resolution: "send@npm:0.19.0"
5273+
dependencies:
5274+
debug: "npm:2.6.9"
5275+
depd: "npm:2.0.0"
5276+
destroy: "npm:1.2.0"
5277+
encodeurl: "npm:~1.0.2"
5278+
escape-html: "npm:~1.0.3"
5279+
etag: "npm:~1.8.1"
5280+
fresh: "npm:0.5.2"
5281+
http-errors: "npm:2.0.0"
5282+
mime: "npm:1.6.0"
5283+
ms: "npm:2.1.3"
5284+
on-finished: "npm:2.4.1"
5285+
range-parser: "npm:~1.2.1"
5286+
statuses: "npm:2.0.1"
5287+
checksum: 10c0/ea3f8a67a8f0be3d6bf9080f0baed6d2c51d11d4f7b4470de96a5029c598a7011c497511ccc28968b70ef05508675cebff27da9151dd2ceadd60be4e6cf845e3
5288+
languageName: node
5289+
linkType: hard
5290+
5291+
"serve-static@npm:1.16.2":
5292+
version: 1.16.2
5293+
resolution: "serve-static@npm:1.16.2"
5294+
dependencies:
5295+
encodeurl: "npm:~2.0.0"
5296+
escape-html: "npm:~1.0.3"
5297+
parseurl: "npm:~1.3.3"
5298+
send: "npm:0.19.0"
5299+
checksum: 10c0/528fff6f5e12d0c5a391229ad893910709bc51b5705962b09404a1d813857578149b8815f35d3ee5752f44cd378d0f31669d4b1d7e2d11f41e08283d5134bd1f
5300+
languageName: node
5301+
linkType: hard
5302+
5303+
"serve-static@npm:^1.13.2":
52575304
version: 1.15.0
52585305
resolution: "serve-static@npm:1.15.0"
52595306
dependencies:

0 commit comments

Comments
 (0)