Skip to content

Commit 99d1fc8

Browse files
committed
fix(deps): update dependency body-parser to v1.20.1
1 parent 35bed2d commit 99d1fc8

File tree

2 files changed

+112
-1
lines changed

2 files changed

+112
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"bcrypt": "3.0.8",
13-
"body-parser": "1.19.2",
13+
"body-parser": "1.20.1",
1414
"chalk": "2.4.2",
1515
"commander": "2.20.3",
1616
"connect-flash": "0.1.1",

yarn.lock

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,24 @@ [email protected]:
15791579
raw-body "2.4.3"
15801580
type-is "~1.6.18"
15811581

1582+
1583+
version "1.20.1"
1584+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
1585+
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
1586+
dependencies:
1587+
bytes "3.1.2"
1588+
content-type "~1.0.4"
1589+
debug "2.6.9"
1590+
depd "2.0.0"
1591+
destroy "1.2.0"
1592+
http-errors "2.0.0"
1593+
iconv-lite "0.4.24"
1594+
on-finished "2.4.1"
1595+
qs "6.11.0"
1596+
raw-body "2.5.1"
1597+
type-is "~1.6.18"
1598+
unpipe "1.0.0"
1599+
15821600
bottleneck@^2.0.1:
15831601
version "2.7.2"
15841602
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.7.2.tgz#965837e92382007609a5a4575884cc686968950a"
@@ -1737,6 +1755,14 @@ cacheable-request@^4.0.1:
17371755
normalize-url "^3.1.0"
17381756
responselike "^1.0.2"
17391757

1758+
call-bind@^1.0.0:
1759+
version "1.0.2"
1760+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
1761+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
1762+
dependencies:
1763+
function-bind "^1.1.1"
1764+
get-intrinsic "^1.0.2"
1765+
17401766
call-limit@~1.1.0:
17411767
version "1.1.0"
17421768
resolved "https://registry.yarnpkg.com/call-limit/-/call-limit-1.1.0.tgz#6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea"
@@ -2539,6 +2565,11 @@ depd@~1.1.2:
25392565
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
25402566
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
25412567

2568+
2569+
version "1.2.0"
2570+
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
2571+
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
2572+
25422573
destroy@~1.0.4:
25432574
version "1.0.4"
25442575
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
@@ -3179,6 +3210,11 @@ fstream@^1.0.0, fstream@^1.0.2:
31793210
mkdirp ">=0.5 0"
31803211
rimraf "2"
31813212

3213+
function-bind@^1.1.1:
3214+
version "1.1.1"
3215+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3216+
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
3217+
31823218
gauge@~2.7.3:
31833219
version "2.7.4"
31843220
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -3222,6 +3258,15 @@ get-caller-file@^2.0.1:
32223258
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
32233259
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
32243260

3261+
get-intrinsic@^1.0.2:
3262+
version "1.1.3"
3263+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
3264+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
3265+
dependencies:
3266+
function-bind "^1.1.1"
3267+
has "^1.0.3"
3268+
has-symbols "^1.0.3"
3269+
32253270
get-stream@^3.0.0:
32263271
version "3.0.0"
32273272
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
@@ -3423,6 +3468,11 @@ has-flag@^3.0.0:
34233468
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
34243469
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
34253470

3471+
has-symbols@^1.0.3:
3472+
version "1.0.3"
3473+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
3474+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
3475+
34263476
has-unicode@^2.0.0, has-unicode@~2.0.1:
34273477
version "2.0.1"
34283478
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3459,6 +3509,13 @@ has-values@^1.0.0:
34593509
is-number "^3.0.0"
34603510
kind-of "^4.0.0"
34613511

3512+
has@^1.0.3:
3513+
version "1.0.3"
3514+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3515+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
3516+
dependencies:
3517+
function-bind "^1.1.1"
3518+
34623519
34633520
version "0.4.0"
34643521
resolved "https://registry.yarnpkg.com/helmet-crossdomain/-/helmet-crossdomain-0.4.0.tgz#5f1fe5a836d0325f1da0a78eaa5fd8429078894e"
@@ -3559,6 +3616,17 @@ [email protected]:
35593616
statuses ">= 1.5.0 < 2"
35603617
toidentifier "1.0.1"
35613618

3619+
3620+
version "2.0.0"
3621+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
3622+
integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
3623+
dependencies:
3624+
depd "2.0.0"
3625+
inherits "2.0.4"
3626+
setprototypeof "1.2.0"
3627+
statuses "2.0.1"
3628+
toidentifier "1.0.1"
3629+
35623630
http-errors@~1.7.3:
35633631
version "1.7.3"
35643632
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
@@ -5372,6 +5440,11 @@ object-copy@^0.1.0:
53725440
define-property "^0.2.5"
53735441
kind-of "^3.0.3"
53745442

5443+
object-inspect@^1.9.0:
5444+
version "1.12.3"
5445+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9"
5446+
integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==
5447+
53755448
object-visit@^1.0.0:
53765449
version "1.0.1"
53775450
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -5386,6 +5459,13 @@ object.pick@^1.3.0:
53865459
dependencies:
53875460
isobject "^3.0.1"
53885461

5462+
5463+
version "2.4.1"
5464+
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
5465+
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
5466+
dependencies:
5467+
ee-first "1.1.1"
5468+
53895469
on-finished@~2.3.0:
53905470
version "2.3.0"
53915471
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -5900,6 +5980,13 @@ qrcode-terminal@^0.12.0:
59005980
resolved "https://registry.yarnpkg.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz#bb5b699ef7f9f0505092a3748be4464fe71b5819"
59015981
integrity sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==
59025982

5983+
5984+
version "6.11.0"
5985+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
5986+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
5987+
dependencies:
5988+
side-channel "^1.0.4"
5989+
59035990
59045991
version "6.9.7"
59055992
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
@@ -5948,6 +6035,16 @@ [email protected]:
59486035
iconv-lite "0.4.24"
59496036
unpipe "1.0.0"
59506037

6038+
6039+
version "2.5.1"
6040+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
6041+
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
6042+
dependencies:
6043+
bytes "3.1.2"
6044+
http-errors "2.0.0"
6045+
iconv-lite "0.4.24"
6046+
unpipe "1.0.0"
6047+
59516048
rc@^1.0.1, rc@^1.1.6:
59526049
version "1.2.2"
59536050
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.2.tgz#d8ce9cb57e8d64d9c7badd9876c7c34cbe3c7077"
@@ -6634,6 +6731,15 @@ shimmer@^1.1.0:
66346731
resolved "https://registry.yarnpkg.com/shimmer/-/shimmer-1.1.0.tgz#97d7377137ffbbab425522e429fe0aa89a488b35"
66356732
integrity sha1-l9c3cTf/u6tCVSLkKf4KqJpIizU=
66366733

6734+
side-channel@^1.0.4:
6735+
version "1.0.4"
6736+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
6737+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
6738+
dependencies:
6739+
call-bind "^1.0.0"
6740+
get-intrinsic "^1.0.2"
6741+
object-inspect "^1.9.0"
6742+
66376743
signal-exit@^3.0.0, signal-exit@^3.0.2:
66386744
version "3.0.2"
66396745
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -6898,6 +7004,11 @@ static-extend@^0.1.1:
68987004
define-property "^0.2.5"
68997005
object-copy "^0.1.0"
69007006

7007+
7008+
version "2.0.1"
7009+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
7010+
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
7011+
69017012
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
69027013
version "1.5.0"
69037014
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"

0 commit comments

Comments
 (0)