mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
fix(deps): update dependency node-fetch to v2.6.7 (#1979)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
286558654a
commit
70644e8714
2 changed files with 17 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
"joi": "17.5.0",
|
||||
"minio": "7.0.26",
|
||||
"nest-router": "1.0.9",
|
||||
"node-fetch": "2.6.6",
|
||||
"node-fetch": "2.6.7",
|
||||
"passport": "0.5.2",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -5493,7 +5493,7 @@ __metadata:
|
|||
joi: 17.5.0
|
||||
minio: 7.0.26
|
||||
nest-router: 1.0.9
|
||||
node-fetch: 2.6.6
|
||||
node-fetch: 2.6.7
|
||||
passport: 0.5.2
|
||||
passport-http-bearer: 1.0.1
|
||||
passport-local: 1.0.0
|
||||
|
@ -7581,7 +7581,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-fetch@npm:2.6.6, node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.5":
|
||||
"node-fetch@npm:2.6.7":
|
||||
version: 2.6.7
|
||||
resolution: "node-fetch@npm:2.6.7"
|
||||
dependencies:
|
||||
whatwg-url: ^5.0.0
|
||||
peerDependencies:
|
||||
encoding: ^0.1.0
|
||||
peerDependenciesMeta:
|
||||
encoding:
|
||||
optional: true
|
||||
checksum: 8d816ffd1ee22cab8301c7756ef04f3437f18dace86a1dae22cf81db8ef29c0bf6655f3215cb0cdb22b420b6fe141e64b26905e7f33f9377a7fa59135ea3e10b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.5":
|
||||
version: 2.6.6
|
||||
resolution: "node-fetch@npm:2.6.6"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue