From 70a13bdc45ecc44463feca4ec5f5177b8b2d4112 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 04:46:10 +0000 Subject: [PATCH] Bump cross-fetch from 3.0.4 to 3.1.3 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.4 to 3.1.3. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.0.4...v3.1.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d98b901..ac1c492 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.1.3", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.3.tgz", + "integrity": "sha512-2i6v88DTqVBNODyjD9U6Ycn/uSZNvyHe25cIbo2fFnAACAsaLTJsd23miRWiR5NuiGXR9wpJ9d40/9WAhjDIrw==", "requires": { - "node-fetch": "2.6.0", - "whatwg-fetch": "3.0.0" + "node-fetch": "2.6.1" } }, "cross-spawn": { @@ -13702,9 +13701,9 @@ } }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "node-forge": { "version": "0.9.0", diff --git a/package.json b/package.json index fbb0e38..b3ae6d0 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.1.3", "font-awesome": "^4.7.0", "prop-types": "^15.7.2", "react": "^16.8.6",