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.8
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
aa59f57856
commit
cb1058c915
2 changed files with 17 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
|||
"minio": "7.0.32",
|
||||
"mysql": "2.18.1",
|
||||
"nest-router": "1.0.9",
|
||||
"node-fetch": "2.6.7",
|
||||
"node-fetch": "2.6.8",
|
||||
"passport": "0.6.0",
|
||||
"passport-custom": "1.1.1",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2236,7 +2236,7 @@ __metadata:
|
|||
mocked-env: 1.3.5
|
||||
mysql: 2.18.1
|
||||
nest-router: 1.0.9
|
||||
node-fetch: 2.6.7
|
||||
node-fetch: 2.6.8
|
||||
passport: 0.6.0
|
||||
passport-custom: 1.1.1
|
||||
passport-http-bearer: 1.0.1
|
||||
|
@ -13406,7 +13406,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-fetch@npm:2.6.7, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7":
|
||||
"node-fetch@npm:2.6.8":
|
||||
version: 2.6.8
|
||||
resolution: "node-fetch@npm:2.6.8"
|
||||
dependencies:
|
||||
whatwg-url: ^5.0.0
|
||||
peerDependencies:
|
||||
encoding: ^0.1.0
|
||||
peerDependenciesMeta:
|
||||
encoding:
|
||||
optional: true
|
||||
checksum: 91f57be68e29f9b1382750693619e199733a6936998e6d618f1aa779853ad8fc4a2facf170db7957bf1d2510bad33449edf74b5802713d81b63de5986fa3be00
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7":
|
||||
version: 2.6.7
|
||||
resolution: "node-fetch@npm:2.6.7"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue