From 7643ac9cb3171f87897a0906c53a420b813572d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 08:51:23 +0000 Subject: [PATCH] Bump whatwg-fetch from 2.0.4 to 3.6.1 Bumps [whatwg-fetch](https://github.com/github/fetch) from 2.0.4 to 3.6.1. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v2.0.4...v3.6.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e050d2b..9c19e79 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react-intl": "^2.4.0", "react-scripts": "^3.0.0", "remarkable": "^1.7.1", - "whatwg-fetch": "^2.0.3" + "whatwg-fetch": "^3.6.1" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index bd87470..02502b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12252,15 +12252,10 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5: dependencies: iconv-lite "0.4.24" -whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0: - version "3.0.0" - resolved "https://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" - integrity sha1-/IBORYzEYACbGiuWa8iBfSV4rvs= - -whatwg-fetch@^2.0.3: - version "2.0.4" - resolved "https://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" - integrity sha1-3eal3zFfnTmZGqF2IYU9cguFVm8= +whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0, whatwg-fetch@^3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.1.tgz#93bc4005af6c2cc30ba3e42ec3125947c8f54ed3" + integrity sha512-IEmN/ZfmMw6G1hgZpVd0LuZXOQDisrMOZrzYd5x3RAK4bMPlJohKUZWZ9t/QsTvH0dV9TbPDcc2OSuIDcihnHA== whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: version "2.3.0"