Skip to content

Commit aad6ffa

Browse files
chore(deps-dev): bump body-parser from 2.2.0 to 2.2.1
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4772a34 commit aad6ffa

File tree

2 files changed

+11
-28
lines changed

2 files changed

+11
-28
lines changed

packages/platform/platform-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/express": "^5.0.6",
7777
"@types/express-session": "1.18.1",
7878
"@types/method-override": "0.0.35",
79-
"body-parser": "2.2.0",
79+
"body-parser": "2.2.1",
8080
"compression": "1.8.0",
8181
"cookie-parser": "1.4.7",
8282
"cors": "2.8.5",

yarn.lock

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13164,7 +13164,7 @@ __metadata:
1316413164
"@types/express": "npm:^5.0.6"
1316513165
"@types/express-session": "npm:1.18.1"
1316613166
"@types/method-override": "npm:0.0.35"
13167-
body-parser: "npm:2.2.0"
13167+
body-parser: "npm:2.2.1"
1316813168
compression: "npm:1.8.0"
1316913169
cookie-parser: "npm:1.4.7"
1317013170
cors: "npm:2.8.5"
@@ -18201,20 +18201,20 @@ __metadata:
1820118201
languageName: node
1820218202
linkType: hard
1820318203

18204-
"body-parser@npm:2.2.0":
18205-
version: 2.2.0
18206-
resolution: "body-parser@npm:2.2.0"
18204+
"body-parser@npm:2.2.1, body-parser@npm:^2.2.1":
18205+
version: 2.2.1
18206+
resolution: "body-parser@npm:2.2.1"
1820718207
dependencies:
1820818208
bytes: "npm:^3.1.2"
1820918209
content-type: "npm:^1.0.5"
18210-
debug: "npm:^4.4.0"
18210+
debug: "npm:^4.4.3"
1821118211
http-errors: "npm:^2.0.0"
18212-
iconv-lite: "npm:^0.6.3"
18212+
iconv-lite: "npm:^0.7.0"
1821318213
on-finished: "npm:^2.4.1"
1821418214
qs: "npm:^6.14.0"
18215-
raw-body: "npm:^3.0.0"
18216-
type-is: "npm:^2.0.0"
18217-
checksum: 10/e9d844b036bd15970df00a16f373c7ed28e1ef870974a0a1d4d6ef60d70e01087cc20a0dbb2081c49a88e3c08ce1d87caf1e2898c615dffa193f63e8faa8a84e
18215+
raw-body: "npm:^3.0.1"
18216+
type-is: "npm:^2.0.1"
18217+
checksum: 10/cab162d62da03058dec8ff4ebf6bf22922b46bf32bd85e59e7fca78d4962aec97b7a7f913dbc3204bb4aa058df03284463ca4c5cc920bf783e591b8de049ffe0
1821818218
languageName: node
1821918219
linkType: hard
1822018220

@@ -18238,23 +18238,6 @@ __metadata:
1823818238
languageName: node
1823918239
linkType: hard
1824018240

18241-
"body-parser@npm:^2.2.1":
18242-
version: 2.2.1
18243-
resolution: "body-parser@npm:2.2.1"
18244-
dependencies:
18245-
bytes: "npm:^3.1.2"
18246-
content-type: "npm:^1.0.5"
18247-
debug: "npm:^4.4.3"
18248-
http-errors: "npm:^2.0.0"
18249-
iconv-lite: "npm:^0.7.0"
18250-
on-finished: "npm:^2.4.1"
18251-
qs: "npm:^6.14.0"
18252-
raw-body: "npm:^3.0.1"
18253-
type-is: "npm:^2.0.1"
18254-
checksum: 10/cab162d62da03058dec8ff4ebf6bf22922b46bf32bd85e59e7fca78d4962aec97b7a7f913dbc3204bb4aa058df03284463ca4c5cc920bf783e591b8de049ffe0
18255-
languageName: node
18256-
linkType: hard
18257-
1825818241
"body-parser@npm:~1.20.3":
1825918242
version: 1.20.4
1826018243
resolution: "body-parser@npm:1.20.4"
@@ -40912,7 +40895,7 @@ __metadata:
4091240895
languageName: node
4091340896
linkType: hard
4091440897

40915-
"type-is@npm:^2.0.0, type-is@npm:^2.0.1":
40898+
"type-is@npm:^2.0.1":
4091640899
version: 2.0.1
4091740900
resolution: "type-is@npm:2.0.1"
4091840901
dependencies:

0 commit comments

Comments
 (0)