Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/platform/platform-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/express": "^5.0.6",
"@types/express-session": "1.18.1",
"@types/method-override": "0.0.35",
"body-parser": "2.2.0",
"body-parser": "2.2.1",
"compression": "1.8.0",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
Expand Down
37 changes: 10 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13584,7 +13584,7 @@ __metadata:
"@types/express": "npm:^5.0.6"
"@types/express-session": "npm:1.18.1"
"@types/method-override": "npm:0.0.35"
body-parser: "npm:2.2.0"
body-parser: "npm:2.2.1"
compression: "npm:1.8.0"
cookie-parser: "npm:1.4.7"
cors: "npm:2.8.5"
Expand Down Expand Up @@ -18640,20 +18640,20 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:2.2.0":
version: 2.2.0
resolution: "body-parser@npm:2.2.0"
"body-parser@npm:2.2.1, body-parser@npm:^2.2.1":
version: 2.2.1
resolution: "body-parser@npm:2.2.1"
dependencies:
bytes: "npm:^3.1.2"
content-type: "npm:^1.0.5"
debug: "npm:^4.4.0"
debug: "npm:^4.4.3"
http-errors: "npm:^2.0.0"
iconv-lite: "npm:^0.6.3"
iconv-lite: "npm:^0.7.0"
on-finished: "npm:^2.4.1"
qs: "npm:^6.14.0"
raw-body: "npm:^3.0.0"
type-is: "npm:^2.0.0"
checksum: 10/e9d844b036bd15970df00a16f373c7ed28e1ef870974a0a1d4d6ef60d70e01087cc20a0dbb2081c49a88e3c08ce1d87caf1e2898c615dffa193f63e8faa8a84e
raw-body: "npm:^3.0.1"
type-is: "npm:^2.0.1"
checksum: 10/cab162d62da03058dec8ff4ebf6bf22922b46bf32bd85e59e7fca78d4962aec97b7a7f913dbc3204bb4aa058df03284463ca4c5cc920bf783e591b8de049ffe0
languageName: node
linkType: hard

Expand All @@ -18677,23 +18677,6 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:^2.2.1":
version: 2.2.1
resolution: "body-parser@npm:2.2.1"
dependencies:
bytes: "npm:^3.1.2"
content-type: "npm:^1.0.5"
debug: "npm:^4.4.3"
http-errors: "npm:^2.0.0"
iconv-lite: "npm:^0.7.0"
on-finished: "npm:^2.4.1"
qs: "npm:^6.14.0"
raw-body: "npm:^3.0.1"
type-is: "npm:^2.0.1"
checksum: 10/cab162d62da03058dec8ff4ebf6bf22922b46bf32bd85e59e7fca78d4962aec97b7a7f913dbc3204bb4aa058df03284463ca4c5cc920bf783e591b8de049ffe0
languageName: node
linkType: hard

"body-parser@npm:^2.2.2":
version: 2.2.2
resolution: "body-parser@npm:2.2.2"
Expand Down Expand Up @@ -41413,7 +41396,7 @@ __metadata:
languageName: node
linkType: hard

"type-is@npm:^2.0.0, type-is@npm:^2.0.1":
"type-is@npm:^2.0.1":
version: 2.0.1
resolution: "type-is@npm:2.0.1"
dependencies:
Expand Down
Loading