File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
packages/create-react-microservice-scaffold/src
packages/my-fancy-ui-server Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 32
32
"@immowelt/hypernova-express" : " 1.0.4" ,
33
33
"@company-scope/my-fancy-ui-config" : " 0.0.0-development" ,
34
34
"babel-cli" : " 6.26.0" ,
35
- "body-parser" : " 1.20.1 " ,
35
+ "body-parser" : " 1.20.2 " ,
36
36
"compression" : " 1.7.4" ,
37
37
"cors" : " 2.8.5" ,
38
38
"express" : " 4.18.2" ,
Original file line number Diff line number Diff line change @@ -2974,6 +2974,24 @@ body-parser@1.20.1:
2974
2974
type-is "~1.6.18"
2975
2975
unpipe "1.0.0"
2976
2976
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
+
2977
2995
body@^5.1.0:
2978
2996
version "5.1.0"
2979
2997
resolved "https://registry.yarnpkg.com/body/-/body-5.1.0.tgz#e4ba0ce410a46936323367609ecb4e6553125069"
@@ -3999,6 +4017,11 @@ content-type@~1.0.4:
3999
4017
version "1.0.4"
4000
4018
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
4001
4019
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
+
4002
4025
continuable-cache@^0.3.1:
4003
4026
version "0.3.1"
4004
4027
resolved "https://registry.yarnpkg.com/continuable-cache/-/continuable-cache-0.3.1.tgz#bd727a7faed77e71ff3985ac93351a912733ad0f"
@@ -11999,6 +12022,16 @@ raw-body@2.5.1:
11999
12022
iconv-lite "0.4.24"
12000
12023
unpipe "1.0.0"
12001
12024
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
+
12002
12035
raw-body@~1.1.0:
12003
12036
version "1.1.7"
12004
12037
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-1.1.7.tgz#1d027c2bfa116acc6623bca8f00016572a87d425"
You can’t perform that action at this time.
0 commit comments