mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
fix(deps): update dependency minio to v7.0.20 (#1842)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3fa774d855
commit
965eae95a4
2 changed files with 14 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
|||
"express-session": "1.17.2",
|
||||
"file-type": "16.5.3",
|
||||
"joi": "17.4.2",
|
||||
"minio": "7.0.19",
|
||||
"minio": "7.0.20",
|
||||
"nest-router": "1.0.9",
|
||||
"node-fetch": "2.6.6",
|
||||
"passport": "0.4.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -5138,7 +5138,7 @@ __metadata:
|
|||
http-proxy-middleware: 2.0.1
|
||||
jest: 27.3.1
|
||||
joi: 17.4.2
|
||||
minio: 7.0.19
|
||||
minio: 7.0.20
|
||||
nest-router: 1.0.9
|
||||
node-fetch: 2.6.6
|
||||
passport: 0.4.1
|
||||
|
@ -5506,6 +5506,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ipaddr.js@npm:^2.0.1":
|
||||
version: 2.0.1
|
||||
resolution: "ipaddr.js@npm:2.0.1"
|
||||
checksum: dd194a394a843d470f88d17191b0948f383ed1c8e320813f850c336a0fcb5e9215d97ec26ca35ab4fbbd31392c8b3467f3e8344628029ed3710b2ff6b5d1034e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-arguments@npm:^1.0.4":
|
||||
version: 1.1.1
|
||||
resolution: "is-arguments@npm:1.1.1"
|
||||
|
@ -6912,14 +6919,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minio@npm:7.0.19":
|
||||
version: 7.0.19
|
||||
resolution: "minio@npm:7.0.19"
|
||||
"minio@npm:7.0.20":
|
||||
version: 7.0.20
|
||||
resolution: "minio@npm:7.0.20"
|
||||
dependencies:
|
||||
async: ^3.1.0
|
||||
block-stream2: ^2.0.0
|
||||
es6-error: ^4.1.1
|
||||
fast-xml-parser: ^3.17.5
|
||||
ipaddr.js: ^2.0.1
|
||||
json-stream: ^1.0.0
|
||||
lodash: ^4.17.21
|
||||
mime-types: ^2.1.14
|
||||
|
@ -6929,7 +6937,7 @@ __metadata:
|
|||
web-encoding: ^1.1.5
|
||||
xml: ^1.0.0
|
||||
xml2js: ^0.4.15
|
||||
checksum: 82b6f136ec22fb223dd4eba056fe8b47621bcb820e1a548adb27dd8d4e3795f3196412e505c2fabef97cff03c6d2a73a31a96c4147372be123297cb21569ca06
|
||||
checksum: c1aebde05b19a9426834cfe01a27efafa6c5bd6f10f897635c52193054899a5390045eaf6d9ea6cf11fd682e095232f4948eab71cc229c2fbdc5a110184d0beb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in a new issue