mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(deps): update dependency raw-body to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
73d9c3231b
commit
528f4dade1
2 changed files with 14 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
"passport-http-bearer": "1.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
"pg": "8.12.0",
|
||||
"raw-body": "2.5.2",
|
||||
"raw-body": "3.0.0",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.0.1",
|
||||
"rxjs": "7.8.1",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -2525,7 +2525,7 @@ __metadata:
|
|||
passport-local: "npm:1.0.0"
|
||||
pg: "npm:8.12.0"
|
||||
prettier: "npm:3.3.3"
|
||||
raw-body: "npm:2.5.2"
|
||||
raw-body: "npm:3.0.0"
|
||||
reflect-metadata: "npm:0.2.2"
|
||||
rimraf: "npm:6.0.1"
|
||||
rxjs: "npm:7.8.1"
|
||||
|
@ -15591,6 +15591,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"raw-body@npm:3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "raw-body@npm:3.0.0"
|
||||
dependencies:
|
||||
bytes: "npm:3.1.2"
|
||||
http-errors: "npm:2.0.0"
|
||||
iconv-lite: "npm:0.6.3"
|
||||
unpipe: "npm:1.0.0"
|
||||
checksum: 10c0/f8daf4b724064a4811d118745a781ca0fb4676298b8adadfd6591155549cfea0a067523cf7dd3baeb1265fecc9ce5dfb2fc788c12c66b85202a336593ece0f87
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rc@npm:^1.2.7":
|
||||
version: 1.2.8
|
||||
resolution: "rc@npm:1.2.8"
|
||||
|
|
Loading…
Reference in a new issue