From 785efeb71f03cd80e534c1358cca7d50c9fb02a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 11:16:37 +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 eef87466..2052f6fc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jest-enzyme": "^6.0.4", "lint-staged": "^7.0.0", "lodash": "^4.17.13", - "node-fetch": "^2.2.0", + "node-fetch": "^2.6.1", "node-sass": "^4.10.0", "nuka-carousel": "^4.2.5", "prettier": "^1.10.2", diff --git a/yarn.lock b/yarn.lock index 0b3d107a..0bcc2215 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8178,9 +8178,9 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" +node-fetch@^2.2.0, node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" node-forge@0.7.5: version "0.7.5"