mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(deps): update dependency body-parser to v1.20.3 [security]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d8e82aa691
commit
d0b722570d
2 changed files with 23 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
"aws-sdk": "2.1687.0",
|
||||
"azure-storage": "2.10.7",
|
||||
"base64url": "3.0.1",
|
||||
"body-parser": "1.20.2",
|
||||
"body-parser": "1.20.3",
|
||||
"chance": "1.1.12",
|
||||
"cheerio": "0.22.0",
|
||||
"clean-webpack-plugin": "4.0.0",
|
||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -1241,7 +1241,7 @@ __metadata:
|
|||
babel-preset-env: "npm:1.7.0"
|
||||
babel-runtime: "npm:6.26.0"
|
||||
base64url: "npm:3.0.1"
|
||||
body-parser: "npm:1.20.2"
|
||||
body-parser: "npm:1.20.3"
|
||||
bootstrap: "npm:3.4.1"
|
||||
bootstrap-validator: "npm:0.11.9"
|
||||
bufferutil: "npm:4.0.8"
|
||||
|
@ -2958,6 +2958,26 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"body-parser@npm:1.20.3":
|
||||
version: 1.20.3
|
||||
resolution: "body-parser@npm:1.20.3"
|
||||
dependencies:
|
||||
bytes: "npm:3.1.2"
|
||||
content-type: "npm:~1.0.5"
|
||||
debug: "npm:2.6.9"
|
||||
depd: "npm:2.0.0"
|
||||
destroy: "npm:1.2.0"
|
||||
http-errors: "npm:2.0.0"
|
||||
iconv-lite: "npm:0.4.24"
|
||||
on-finished: "npm:2.4.1"
|
||||
qs: "npm:6.13.0"
|
||||
raw-body: "npm:2.5.2"
|
||||
type-is: "npm:~1.6.18"
|
||||
unpipe: "npm:1.0.0"
|
||||
checksum: 10/8723e3d7a672eb50854327453bed85ac48d045f4958e81e7d470c56bf111f835b97e5b73ae9f6393d0011cc9e252771f46fd281bbabc57d33d3986edf1e6aeca
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"boolbase@npm:^1.0.0, boolbase@npm:~1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "boolbase@npm:1.0.0"
|
||||
|
@ -12893,7 +12913,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"qs@npm:^6.11.0, qs@npm:^6.12.3, qs@npm:^6.5.2":
|
||||
"qs@npm:6.13.0, qs@npm:^6.11.0, qs@npm:^6.12.3, qs@npm:^6.5.2":
|
||||
version: 6.13.0
|
||||
resolution: "qs@npm:6.13.0"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue