From 62d49da0eeae449a5e1594b446394980626914e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 02:04:27 +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 1edfe23c90..3dcab013af 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,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", "numbro": "^2.3.6", "papaparse": "^5.3.2", "pyth-staking-api": "^1.2.17", diff --git a/yarn.lock b/yarn.lock index e1ba2d76cd..541ae29c73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15135,10 +15135,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"