From 9b987502f5ca70f2885b3db874ae6174d49444d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:08:39 +0000 Subject: [PATCH] Bump node-fetch from 3.3.0 to 3.3.1 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development update-type: version-update:semver-patch ... 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 4e3548c..a6120ca 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "hardhat-gas-reporter": "^1.0.9", "husky": "^8.0.3", "lodash": "^4.17.21", - "node-fetch": "^3.3.0", + "node-fetch": "^3.3.1", "prettier": "^2.8.1", "prettier-plugin-sh": "^0.12.8", "prettier-plugin-solidity": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 91ba4d3..17f2d84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7230,10 +7230,10 @@ node-fetch@^2.6.1, node-fetch@^2.6.7: dependencies: whatwg-url "^5.0.0" -node-fetch@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4" - integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA== +node-fetch@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e" + integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow== dependencies: data-uri-to-buffer "^4.0.0" fetch-blob "^3.1.4"