File tree 2 files changed +26
-1
lines changed 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 29
29
"fix-lint" : " ./node_modules/eslint/bin/eslint.js src --ext .ts --fix"
30
30
},
31
31
"dependencies" : {
32
- "body-parser" : " 1.20.2 " ,
32
+ "body-parser" : " 1.20.3 " ,
33
33
"compression" : " 1.7.4" ,
34
34
"dotenv" : " 16.4.5" ,
35
35
"express" : " 4.18.3" ,
Original file line number Diff line number Diff line change 1340
1340
type-is "~1.6.18"
1341
1341
unpipe "1.0.0"
1342
1342
1343
+
1344
+ version "1.20.3"
1345
+ resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
1346
+ integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
1347
+ dependencies :
1348
+ bytes "3.1.2"
1349
+ content-type "~1.0.5"
1350
+ debug "2.6.9"
1351
+ depd "2.0.0"
1352
+ destroy "1.2.0"
1353
+ http-errors "2.0.0"
1354
+ iconv-lite "0.4.24"
1355
+ on-finished "2.4.1"
1356
+ qs "6.13.0"
1357
+ raw-body "2.5.2"
1358
+ type-is "~1.6.18"
1359
+ unpipe "1.0.0"
1360
+
1343
1361
brace-expansion@^1.1.7 :
1344
1362
version "1.1.11"
1345
1363
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
3878
3896
dependencies :
3879
3897
side-channel "^1.0.4"
3880
3898
3899
+
3900
+ version "6.13.0"
3901
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
3902
+ integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
3903
+ dependencies :
3904
+ side-channel "^1.0.6"
3905
+
3881
3906
qs@^6.11.0 :
3882
3907
version "6.12.0"
3883
3908
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.0.tgz#edd40c3b823995946a8a0b1f208669c7a200db77"
You can’t perform that action at this time.
0 commit comments