From 5c80e7171ff8e1c4db54967b14ee469f465349bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 18:34:49 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 in /techflix-ui Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.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.6.0...v2.6.1) Signed-off-by: dependabot[bot] --- techflix-ui/package-lock.json | 13 ++++++++++--- techflix-ui/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/techflix-ui/package-lock.json b/techflix-ui/package-lock.json index 96eab14..137798c 100644 --- a/techflix-ui/package-lock.json +++ b/techflix-ui/package-lock.json @@ -2727,6 +2727,13 @@ "requires": { "node-fetch": "2.6.0", "whatwg-fetch": "3.0.0" + }, + "dependencies": { + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } } }, "cross-spawn": { @@ -4711,9 +4718,9 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "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-gyp": { "version": "3.8.0", diff --git a/techflix-ui/package.json b/techflix-ui/package.json index ac45bf4..c393c1e 100644 --- a/techflix-ui/package.json +++ b/techflix-ui/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "node-fetch": "2.6.0", + "node-fetch": "2.6.1", "moment": "2.24.0", "next": "9.3.4", "react": "16.13.1",