mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
fix(deps): update dependency node-fetch to v2.6.10
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6698f49af5
commit
efb96bd259
2 changed files with 17 additions and 3 deletions
|
@ -61,7 +61,7 @@
|
|||
"minio": "7.1.0",
|
||||
"mysql": "2.18.1",
|
||||
"nest-router": "1.0.9",
|
||||
"node-fetch": "2.6.9",
|
||||
"node-fetch": "2.6.10",
|
||||
"passport": "0.6.0",
|
||||
"passport-custom": "1.1.1",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2310,7 +2310,7 @@ __metadata:
|
|||
mocked-env: 1.3.5
|
||||
mysql: 2.18.1
|
||||
nest-router: 1.0.9
|
||||
node-fetch: 2.6.9
|
||||
node-fetch: 2.6.10
|
||||
passport: 0.6.0
|
||||
passport-custom: 1.1.1
|
||||
passport-http-bearer: 1.0.1
|
||||
|
@ -13977,7 +13977,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-fetch@npm:2.6.9, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7":
|
||||
"node-fetch@npm:2.6.10":
|
||||
version: 2.6.10
|
||||
resolution: "node-fetch@npm:2.6.10"
|
||||
dependencies:
|
||||
whatwg-url: ^5.0.0
|
||||
peerDependencies:
|
||||
encoding: ^0.1.0
|
||||
peerDependenciesMeta:
|
||||
encoding:
|
||||
optional: true
|
||||
checksum: 9250e5266ccb4cc43e0ba5a4e23447d65f207a445d8f968420ef5f135cb9db3f03e527647a3762c1ba06872cbd13640e572d9eea63ba6754e936a6e824ed85a3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7":
|
||||
version: 2.6.9
|
||||
resolution: "node-fetch@npm:2.6.9"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue