From d2300d09e5a0f999af7c540df8f42c01e2cd3285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 09:47:22 +0000 Subject: [PATCH] Bump node-fetch from 2.3.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.3.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.3.0...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 98a35b4..dac5eb2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "next": "^8.0.1", "next-redux-wrapper": "^3.0.0-alpha.1", - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.1", "react": "^16.8.2", "react-dom": "^16.8.2", "react-redux": "^6.0.1", diff --git a/yarn.lock b/yarn.lock index 8a5420f..f09132c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2669,9 +2669,9 @@ next@^8.0.1: worker-farm "1.5.2" ws "6.1.2" -node-fetch@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" node-libs-browser@^2.0.0: version "2.2.0"