Skip to content

Commit 85577cc

Browse files
authored
Merge pull request #102 from CodeCommunityHub/dependabot/npm_and_yarn/body-parser-1.20.3
Bump body-parser from 1.20.2 to 1.20.3
2 parents 3af5d62 + 406e66f commit 85577cc

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/validator": "^13.12.1",
5050
"bcrypt": "^5.1.0",
5151
"bcryptjs": "^2.4.3",
52-
"body-parser": "^1.20.1",
52+
"body-parser": "^1.20.3",
5353
"chalk": "^5.2.0",
5454
"cors": "^2.8.5",
5555
"dotenv": "^16.0.3",

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ bluebird@^3.7.2:
14271427
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
14281428
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
14291429

1430-
[email protected], body-parser@^1.20.1:
1430+
14311431
version "1.20.2"
14321432
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
14331433
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
@@ -1445,6 +1445,24 @@ [email protected], body-parser@^1.20.1:
14451445
type-is "~1.6.18"
14461446
unpipe "1.0.0"
14471447

1448+
body-parser@^1.20.3:
1449+
version "1.20.3"
1450+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
1451+
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
1452+
dependencies:
1453+
bytes "3.1.2"
1454+
content-type "~1.0.5"
1455+
debug "2.6.9"
1456+
depd "2.0.0"
1457+
destroy "1.2.0"
1458+
http-errors "2.0.0"
1459+
iconv-lite "0.4.24"
1460+
on-finished "2.4.1"
1461+
qs "6.13.0"
1462+
raw-body "2.5.2"
1463+
type-is "~1.6.18"
1464+
unpipe "1.0.0"
1465+
14481466
brace-expansion@^1.1.7:
14491467
version "1.1.11"
14501468
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -4324,6 +4342,13 @@ [email protected]:
43244342
dependencies:
43254343
side-channel "^1.0.4"
43264344

4345+
4346+
version "6.13.0"
4347+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
4348+
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
4349+
dependencies:
4350+
side-channel "^1.0.6"
4351+
43274352
queue-microtask@^1.2.2:
43284353
version "1.2.3"
43294354
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -4592,7 +4617,7 @@ shebang-regex@^3.0.0:
45924617
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
45934618
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
45944619

4595-
side-channel@^1.0.4:
4620+
side-channel@^1.0.4, side-channel@^1.0.6:
45964621
version "1.0.6"
45974622
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
45984623
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==

0 commit comments

Comments
 (0)