fix(deps): update dependency node-fetch to v2.6.5 (#1666)

Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-22 16:14:38 +00:00 committed by GitHub
parent e4fb29b0f2
commit ba903d8c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@
"joi": "17.4.2",
"minio": "7.0.19",
"nest-router": "1.0.9",
"node-fetch": "2.6.4",
"node-fetch": "2.6.5",
"passport": "0.4.1",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",

View file

@ -5156,10 +5156,10 @@ node-emoji@1.10.0:
dependencies:
lodash.toarray "^4.4.0"
node-fetch@2.6.4:
version "2.6.4"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.4.tgz#7f1d13b8f9ff0c1a994dc6f73c69f7d652c7ace2"
integrity sha512-aD1fO+xtLiSCc9vuD+sYMxpIuQyhHscGSkBEo2o5LTV/3bTEAYvdUii29n8LlO5uLCmWdGP7uVUVXFo5SRdkLA==
node-fetch@2.6.5:
version "2.6.5"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
dependencies:
whatwg-url "^5.0.0"