From 11e46201ff6bf85c829e9923b868075983f1a87a Mon Sep 17 00:00:00 2001 From: Lenard Pratt Date: Wed, 5 Aug 2020 18:23:48 +0100 Subject: [PATCH] Upgrade whatwg-fetch (#9392) Co-authored-by: Ian Schmitz --- packages/react-app-polyfill/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-app-polyfill/package.json b/packages/react-app-polyfill/package.json index 21fc0986a5f..7b65a9d2b7e 100644 --- a/packages/react-app-polyfill/package.json +++ b/packages/react-app-polyfill/package.json @@ -26,6 +26,6 @@ "promise": "^8.0.3", "raf": "^3.4.1", "regenerator-runtime": "^0.13.3", - "whatwg-fetch": "^3.0.0" + "whatwg-fetch": "^3.3.1" } }