From de846437a8998c0984961ec4257bfbb4846d6799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 16:14:24 +0000 Subject: [PATCH] Bump node-fetch from 1.7.3 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 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/1.7.3...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1cc44d..5baaa55 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "lodash.get": "^4.4.2", "lodash.padstart": "^4.6.1", "lodash.partialright": "^4.2.1", - "node-fetch": "^1.7.3", + "node-fetch": "^2.6.1", "react-markdown": "^3.3.0", "string-strip-html": "^1.3.2" }, diff --git a/yarn.lock b/yarn.lock index 5f2b362..3002dbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5998,13 +5998,17 @@ node-emoji@^1.0.4: dependencies: lodash.toarray "^4.4.0" -node-fetch@^1.0.1, node-fetch@^1.7.3: +node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" dependencies: encoding "^0.1.11" is-stream "^1.0.1" +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + node-int64@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"