Skip to content

Commit

Permalink
fix(deps): update dependency @types/node-fetch to v2.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot authored and DerMolly committed Feb 19, 2022
1 parent 2bdb567 commit e339f74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/bcrypt": "5.0.0",
"@types/cron": "1.7.3",
"@types/minio": "7.0.12",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "2.6.1",
"@types/passport-http-bearer": "1.0.37",
"base32-encode": "1.2.0",
"bcrypt": "5.0.1",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,17 @@ __metadata:
languageName: node
linkType: hard

"@types/node-fetch@npm:2.5.12, @types/node-fetch@npm:^2.5.0":
"@types/node-fetch@npm:2.6.1":
version: 2.6.1
resolution: "@types/node-fetch@npm:2.6.1"
dependencies:
"@types/node": "*"
form-data: ^3.0.0
checksum: a3e5d7f413d1638d795dff03f7b142b1b0e0c109ed210479000ce7b3ea11f9a6d89d9a024c96578d9249570c5fe5287a5f0f4aaba98199222230196ff2d6b283
languageName: node
linkType: hard

"@types/node-fetch@npm:^2.5.0":
version: 2.5.12
resolution: "@types/node-fetch@npm:2.5.12"
dependencies:
Expand Down Expand Up @@ -5362,7 +5372,7 @@ __metadata:
"@types/jest": 27.4.0
"@types/minio": 7.0.12
"@types/node": 16.11.25
"@types/node-fetch": 2.5.12
"@types/node-fetch": 2.6.1
"@types/passport-http-bearer": 1.0.37
"@types/passport-local": 1.0.34
"@types/source-map-support": 0.5.4
Expand Down

0 comments on commit e339f74

Please sign in to comment.