Skip to content

Commit f8b6e9a

Browse files
committed
TASK: Update dependency body-parser to v1.20.2
1 parent 7e14924 commit f8b6e9a

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

packages/create-react-microservice-scaffold/src/packages/my-fancy-ui-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@immowelt/hypernova-express": "1.0.4",
3333
"@company-scope/my-fancy-ui-config": "0.0.0-development",
3434
"babel-cli": "6.26.0",
35-
"body-parser": "1.20.1",
35+
"body-parser": "1.20.2",
3636
"compression": "1.7.4",
3737
"cors": "2.8.5",
3838
"express": "4.18.2",

packages/create-react-microservice-scaffold/src/yarn.lock

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,6 +2974,24 @@ body-parser@1.20.1:
29742974
type-is "~1.6.18"
29752975
unpipe "1.0.0"
29762976

2977+
body-parser@1.20.2:
2978+
version "1.20.2"
2979+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
2980+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
2981+
dependencies:
2982+
bytes "3.1.2"
2983+
content-type "~1.0.5"
2984+
debug "2.6.9"
2985+
depd "2.0.0"
2986+
destroy "1.2.0"
2987+
http-errors "2.0.0"
2988+
iconv-lite "0.4.24"
2989+
on-finished "2.4.1"
2990+
qs "6.11.0"
2991+
raw-body "2.5.2"
2992+
type-is "~1.6.18"
2993+
unpipe "1.0.0"
2994+
29772995
body@^5.1.0:
29782996
version "5.1.0"
29792997
resolved "https://registry.yarnpkg.com/body/-/body-5.1.0.tgz#e4ba0ce410a46936323367609ecb4e6553125069"
@@ -3999,6 +4017,11 @@ content-type@~1.0.4:
39994017
version "1.0.4"
40004018
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
40014019

4020+
content-type@~1.0.5:
4021+
version "1.0.5"
4022+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
4023+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
4024+
40024025
continuable-cache@^0.3.1:
40034026
version "0.3.1"
40044027
resolved "https://registry.yarnpkg.com/continuable-cache/-/continuable-cache-0.3.1.tgz#bd727a7faed77e71ff3985ac93351a912733ad0f"
@@ -11999,6 +12022,16 @@ raw-body@2.5.1:
1199912022
iconv-lite "0.4.24"
1200012023
unpipe "1.0.0"
1200112024

12025+
raw-body@2.5.2:
12026+
version "2.5.2"
12027+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
12028+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
12029+
dependencies:
12030+
bytes "3.1.2"
12031+
http-errors "2.0.0"
12032+
iconv-lite "0.4.24"
12033+
unpipe "1.0.0"
12034+
1200212035
raw-body@~1.1.0:
1200312036
version "1.1.7"
1200412037
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-1.1.7.tgz#1d027c2bfa116acc6623bca8f00016572a87d425"

0 commit comments

Comments
 (0)