From 6ae189cbd098a576c6fef2dca361439f6a9412e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 05:19:27 +0000 Subject: [PATCH] chore(deps): update dependency @types/node-fetch to v2.6.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dfb99011c..79b8a21a4 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@types/mime-types": "2.1.1", "@types/mocha": "8.2.3", "@types/node": "16.18.13", - "@types/node-fetch": "2.5.8", + "@types/node-fetch": "2.6.4", "@types/object-hash": "1.3.4", "@types/redis": "2.8.32", "@types/source-map-support": "0.5.6", diff --git a/yarn.lock b/yarn.lock index b7e87282e..bad474d70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3582,10 +3582,10 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323" integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw== -"@types/node-fetch@2.5.8": - version "2.5.8" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.8.tgz#e199c835d234c7eb0846f6618012e558544ee2fb" - integrity sha512-fbjI6ja0N5ZA8TV53RUqzsKNkl9fv8Oj3T7zxW7FGv1GSH7gwJaNF8dzCjrqKaxKeUpTz4yT1DaJFq/omNpGfw== +"@types/node-fetch@2.6.4": + version "2.6.4" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.4.tgz#1bc3a26de814f6bf466b25aeb1473fa1afe6a660" + integrity sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg== dependencies: "@types/node" "*" form-data "^3.0.0"