From adf58ada6bf7d403292014e910487ed1002b41c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:05:54 +0000 Subject: [PATCH] npm: bump node-fetch from 2.6.1 to 3.2.10 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.2.10. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.2.10) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b9bcaad99c..c19a160a4d 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "next": "^12.2.2", "next-themes": "^0.1.1", "next-transpile-modules": "^8.0.0", - "node-fetch": "^2.6.7", + "node-fetch": "^3.2.10", "papaparse": "^5.3.2", "pyth-staking-api": "^1.2.17", "qr-code-styling": "^1.6.0-rc.1", diff --git a/yarn.lock b/yarn.lock index 22cfc6446a..c53f956874 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13068,10 +13068,10 @@ node-fetch@2.6.1: resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== -node-fetch@^3.2.3: - version "3.2.6" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.6.tgz#6d4627181697a9d9674aae0d61548e0d629b31b9" - integrity sha512-LAy/HZnLADOVkVPubaxHDft29booGglPFDr2Hw0J1AercRh01UiVFm++KMDnJeH9sHgNB4hsXPii7Sgym/sTbw== +node-fetch@^3.2.10, node-fetch@^3.2.3: + version "3.2.10" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8" + integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA== dependencies: data-uri-to-buffer "^4.0.0" fetch-blob "^3.1.4"