mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(deps): update dependency node-fetch to v2.6.12
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
94364733a2
commit
1c4b253811
2 changed files with 17 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
||||||
"markdown-it": "13.0.1",
|
"markdown-it": "13.0.1",
|
||||||
"minio": "7.1.1",
|
"minio": "7.1.1",
|
||||||
"mysql": "2.18.1",
|
"mysql": "2.18.1",
|
||||||
"node-fetch": "2.6.11",
|
"node-fetch": "2.6.12",
|
||||||
"passport": "0.6.0",
|
"passport": "0.6.0",
|
||||||
"passport-custom": "1.1.1",
|
"passport-custom": "1.1.1",
|
||||||
"passport-http-bearer": "1.0.1",
|
"passport-http-bearer": "1.0.1",
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2343,7 +2343,7 @@ __metadata:
|
||||||
minio: 7.1.1
|
minio: 7.1.1
|
||||||
mocked-env: 1.3.5
|
mocked-env: 1.3.5
|
||||||
mysql: 2.18.1
|
mysql: 2.18.1
|
||||||
node-fetch: 2.6.11
|
node-fetch: 2.6.12
|
||||||
passport: 0.6.0
|
passport: 0.6.0
|
||||||
passport-custom: 1.1.1
|
passport-custom: 1.1.1
|
||||||
passport-http-bearer: 1.0.1
|
passport-http-bearer: 1.0.1
|
||||||
|
@ -14094,7 +14094,21 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"node-fetch@npm:2.6.11, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7":
|
"node-fetch@npm:2.6.12":
|
||||||
|
version: 2.6.12
|
||||||
|
resolution: "node-fetch@npm:2.6.12"
|
||||||
|
dependencies:
|
||||||
|
whatwg-url: ^5.0.0
|
||||||
|
peerDependencies:
|
||||||
|
encoding: ^0.1.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
encoding:
|
||||||
|
optional: true
|
||||||
|
checksum: 3bc1655203d47ee8e313c0d96664b9673a3d4dd8002740318e9d27d14ef306693a4b2ef8d6525775056fd912a19e23f3ac0d7111ad8925877b7567b29a625592
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7":
|
||||||
version: 2.6.11
|
version: 2.6.11
|
||||||
resolution: "node-fetch@npm:2.6.11"
|
resolution: "node-fetch@npm:2.6.11"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue