From a2cec007b76ce52540916f7c58934ea10b3da311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 02:47:37 +0000 Subject: [PATCH] Bump node-fetch from 2.2.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.2.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.2.0...v2.6.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc45afe..007a64f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7493,9 +7493,9 @@ "dev": true }, "node-fetch": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.2.0.tgz", - "integrity": "sha512-OayFWziIxiHY8bCUyLX6sTpDH8Jsbp4FfYd1j1f7vZyfgkcOnAyM4oQR16f8a0s7Gl/viMGRey8eScYk4V4EZA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "node-gyp": { "version": "3.7.0", diff --git a/package.json b/package.json index cf7a872..47fb2fc 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "intro.js": "^2.9.3", "intro.js-react": "^0.2.0", "newsapi": "^2.3.0", - "node-fetch": "^2.2.0", + "node-fetch": "^2.6.1", "nodemon": "^1.18.3", "nuka-carousel": "^4.3.5", "passport": "^0.4.0",