From 16833e6216189744a13f295b69a4fcd30083b2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 01:48:20 +0000 Subject: [PATCH] Bump node-fetch from 2.3.0 to 2.6.1 in /youtube-captions Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.3.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.3.0...v2.6.1) Signed-off-by: dependabot[bot] --- youtube-captions/package.json | 2 +- youtube-captions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/youtube-captions/package.json b/youtube-captions/package.json index 5d4d2b2..429cb63 100644 --- a/youtube-captions/package.json +++ b/youtube-captions/package.json @@ -12,7 +12,7 @@ "apollo-boost": "^0.1.22", "graphql": "^14.0.2", "next": "^7.0.0", - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.1", "prop-types": "^15.6.2", "react": "16.7.0-alpha.2", "react-apollo": "2.3.1", diff --git a/youtube-captions/yarn.lock b/youtube-captions/yarn.lock index 07bf8fc..f9ad592 100644 --- a/youtube-captions/yarn.lock +++ b/youtube-captions/yarn.lock @@ -3452,10 +3452,10 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" - integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== node-libs-browser@^2.0.0: version "2.1.0"