From 90d554e039c0529403e59d642b7ce30fcedddf14 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 04:38:38 +0000 Subject: [PATCH] Bump cross-fetch from 3.0.4 to 3.0.5 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.0.4...v3.0.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d98b901..4f92d5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7857,12 +7857,11 @@ } }, "cross-fetch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz", - "integrity": "sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz", + "integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==", "requires": { - "node-fetch": "2.6.0", - "whatwg-fetch": "3.0.0" + "node-fetch": "2.6.0" } }, "cross-spawn": { diff --git a/package.json b/package.json index fbb0e38..ee8cd4c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "bootstrap": "^4.3.1", "bootstrap-social": "^5.1.1", - "cross-fetch": "^3.0.2", + "cross-fetch": "^3.0.5", "font-awesome": "^4.7.0", "prop-types": "^15.7.2", "react": "^16.8.6",