Skip to content

Commit bddd687

Browse files
Bump express from 4.18.2 to 4.19.2 (#5297)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58be201 commit bddd687

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -3341,23 +3341,23 @@ __metadata:
33413341
languageName: node
33423342
linkType: hard
33433343

3344-
"body-parser@npm:1.20.1":
3345-
version: 1.20.1
3346-
resolution: "body-parser@npm:1.20.1"
3344+
"body-parser@npm:1.20.2":
3345+
version: 1.20.2
3346+
resolution: "body-parser@npm:1.20.2"
33473347
dependencies:
33483348
bytes: "npm:3.1.2"
3349-
content-type: "npm:~1.0.4"
3349+
content-type: "npm:~1.0.5"
33503350
debug: "npm:2.6.9"
33513351
depd: "npm:2.0.0"
33523352
destroy: "npm:1.2.0"
33533353
http-errors: "npm:2.0.0"
33543354
iconv-lite: "npm:0.4.24"
33553355
on-finished: "npm:2.4.1"
33563356
qs: "npm:6.11.0"
3357-
raw-body: "npm:2.5.1"
3357+
raw-body: "npm:2.5.2"
33583358
type-is: "npm:~1.6.18"
33593359
unpipe: "npm:1.0.0"
3360-
checksum: 10c0/a202d493e2c10a33fb7413dac7d2f713be579c4b88343cd814b6df7a38e5af1901fc31044e04de176db56b16d9772aa25a7723f64478c20f4d91b1ac223bf3b8
3360+
checksum: 10c0/06f1438fff388a2e2354c96aa3ea8147b79bfcb1262dfcc2aae68ec13723d01d5781680657b74e9f83c808266d5baf52804032fbde2b7382b89bd8cdb273ace9
33613361
languageName: node
33623362
linkType: hard
33633363

@@ -3971,7 +3971,7 @@ __metadata:
39713971
languageName: node
39723972
linkType: hard
39733973

3974-
"content-type@npm:~1.0.4":
3974+
"content-type@npm:~1.0.4, content-type@npm:~1.0.5":
39753975
version: 1.0.5
39763976
resolution: "content-type@npm:1.0.5"
39773977
checksum: 10c0/b76ebed15c000aee4678c3707e0860cb6abd4e680a598c0a26e17f0bfae723ec9cc2802f0ff1bc6e4d80603719010431d2231018373d4dde10f9ccff9dadf5af
@@ -3999,10 +3999,10 @@ __metadata:
39993999
languageName: node
40004000
linkType: hard
40014001

4002-
"cookie@npm:0.5.0":
4003-
version: 0.5.0
4004-
resolution: "cookie@npm:0.5.0"
4005-
checksum: 10c0/c01ca3ef8d7b8187bae434434582288681273b5a9ed27521d4d7f9f7928fe0c920df0decd9f9d3bbd2d14ac432b8c8cf42b98b3bdd5bfe0e6edddeebebe8b61d
4002+
"cookie@npm:0.6.0":
4003+
version: 0.6.0
4004+
resolution: "cookie@npm:0.6.0"
4005+
checksum: 10c0/f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686
40064006
languageName: node
40074007
linkType: hard
40084008

@@ -5050,15 +5050,15 @@ __metadata:
50505050
linkType: hard
50515051

50525052
"express@npm:^4.17.3":
5053-
version: 4.18.2
5054-
resolution: "express@npm:4.18.2"
5053+
version: 4.19.2
5054+
resolution: "express@npm:4.19.2"
50555055
dependencies:
50565056
accepts: "npm:~1.3.8"
50575057
array-flatten: "npm:1.1.1"
5058-
body-parser: "npm:1.20.1"
5058+
body-parser: "npm:1.20.2"
50595059
content-disposition: "npm:0.5.4"
50605060
content-type: "npm:~1.0.4"
5061-
cookie: "npm:0.5.0"
5061+
cookie: "npm:0.6.0"
50625062
cookie-signature: "npm:1.0.6"
50635063
debug: "npm:2.6.9"
50645064
depd: "npm:2.0.0"
@@ -5084,7 +5084,7 @@ __metadata:
50845084
type-is: "npm:~1.6.18"
50855085
utils-merge: "npm:1.0.1"
50865086
vary: "npm:~1.1.2"
5087-
checksum: 10c0/75af556306b9241bc1d7bdd40c9744b516c38ce50ae3210658efcbf96e3aed4ab83b3432f06215eae5610c123bc4136957dc06e50dfc50b7d4d775af56c4c59c
5087+
checksum: 10c0/e82e2662ea9971c1407aea9fc3c16d6b963e55e3830cd0ef5e00b533feda8b770af4e3be630488ef8a752d7c75c4fcefb15892868eeaafe7353cb9e3e269fdcb
50885088
languageName: node
50895089
linkType: hard
50905090

@@ -8745,15 +8745,15 @@ __metadata:
87458745
languageName: node
87468746
linkType: hard
87478747

8748-
"raw-body@npm:2.5.1":
8749-
version: 2.5.1
8750-
resolution: "raw-body@npm:2.5.1"
8748+
"raw-body@npm:2.5.2":
8749+
version: 2.5.2
8750+
resolution: "raw-body@npm:2.5.2"
87518751
dependencies:
87528752
bytes: "npm:3.1.2"
87538753
http-errors: "npm:2.0.0"
87548754
iconv-lite: "npm:0.4.24"
87558755
unpipe: "npm:1.0.0"
8756-
checksum: 10c0/5dad5a3a64a023b894ad7ab4e5c7c1ce34d3497fc7138d02f8c88a3781e68d8a55aa7d4fd3a458616fa8647cc228be314a1c03fb430a07521de78b32c4dd09d2
8756+
checksum: 10c0/b201c4b66049369a60e766318caff5cb3cc5a900efd89bdac431463822d976ad0670912c931fdbdcf5543207daf6f6833bca57aa116e1661d2ea91e12ca692c4
87578757
languageName: node
87588758
linkType: hard
87598759

0 commit comments

Comments
 (0)