From 4759c1dd865fba776254fa95e1c55cc8574ee7c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 03:33:19 +0000 Subject: [PATCH] Update whatwg-fetch requirement from ^1.0.0 to ^3.0.0 Updates the requirements on [whatwg-fetch](https://github.com/github/fetch) to permit the latest version. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v1.0.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0083bc0e4d9a..66d6af3cc725 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "query-string": "^4.2.3", "react": "^15.3.1", "react-dom": "^15.3.1", - "whatwg-fetch": "^1.0.0" + "whatwg-fetch": "^3.0.0" }, "collective": { "type": "opencollective",