Skip to content

Commit d69cb26

Browse files
Bump body-parser from 1.20.2 to 1.20.3 in /backend
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63d06da commit d69cb26

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"archiver": "^5.3.0",
99
"batchflow": "^0.4.0",
1010
"bcrypt": "^5.0.0",
11-
"body-parser": "^1.19.0",
11+
"body-parser": "^1.20.3",
1212
"compression": "^1.7.4",
1313
"express": "^4.19.2",
1414
"express-fileupload": "^1.1.9",

backend/yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ blueimp-md5@^2.16.0:
407407
resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.17.0.tgz#f4fcac088b115f7b4045f19f5da59e9d01b1bb96"
408408
integrity sha512-x5PKJHY5rHQYaADj6NwPUR2QRCUVSggPzrUKkeENpj871o9l9IefJbO2jkT5UvYykeOK9dx0VmkIo6dZ+vThYw==
409409

410-
[email protected], body-parser@^1.19.0:
410+
411411
version "1.20.2"
412412
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
413413
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
@@ -425,6 +425,24 @@ [email protected], body-parser@^1.19.0:
425425
type-is "~1.6.18"
426426
unpipe "1.0.0"
427427

428+
body-parser@^1.20.3:
429+
version "1.20.3"
430+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
431+
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
432+
dependencies:
433+
bytes "3.1.2"
434+
content-type "~1.0.5"
435+
debug "2.6.9"
436+
depd "2.0.0"
437+
destroy "1.2.0"
438+
http-errors "2.0.0"
439+
iconv-lite "0.4.24"
440+
on-finished "2.4.1"
441+
qs "6.13.0"
442+
raw-body "2.5.2"
443+
type-is "~1.6.18"
444+
unpipe "1.0.0"
445+
428446
boxen@^4.2.0:
429447
version "4.2.0"
430448
resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64"
@@ -2742,6 +2760,13 @@ [email protected]:
27422760
dependencies:
27432761
side-channel "^1.0.4"
27442762

2763+
2764+
version "6.13.0"
2765+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
2766+
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
2767+
dependencies:
2768+
side-channel "^1.0.6"
2769+
27452770
27462771
version "0.2.0"
27472772
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
@@ -3013,7 +3038,7 @@ shebang-regex@^3.0.0:
30133038
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
30143039
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
30153040

3016-
side-channel@^1.0.4:
3041+
side-channel@^1.0.4, side-channel@^1.0.6:
30173042
version "1.0.6"
30183043
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
30193044
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==

0 commit comments

Comments
 (0)