From 51195798bb76528e1d9bfcb938df7b8a9879ef2f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 04:34:59 +0000 Subject: [PATCH] Bump cross-fetch from 3.0.4 to 3.1.1 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.4 to 3.1.1. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.0.4...v3.1.1) 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..c4b94f2 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.1", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.1.tgz", + "integrity": "sha512-eIF+IHQpRzoGd/0zPrwQmHwDC90mdvjk+hcbYhKoaRrEk4GEIDqdjs/MljmdPPoHTQudbmWS+f0hZsEpFaEvWw==", "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..a5e30f0 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.1", "font-awesome": "^4.7.0", "prop-types": "^15.7.2", "react": "^16.8.6",