From 52f8c25efcfda67c32a7c5da823707342a697b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 May 2019 13:24:57 +0000 Subject: [PATCH] Bump node-fetch from 2.3.0 to 2.5.0 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.3.0...v2.5.0) 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 15b3492905..b017d1ada1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5787,9 +5787,9 @@ } }, "node-fetch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz", - "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz", + "integrity": "sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw==", "dev": true }, "node-int64": { diff --git a/package.json b/package.json index b53342b533..3deb0cb3b5 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "mocha-junit-reporter": "1.22.0", "mocha-multi-reporters": "1.1.7", "mocha-stress": "1.0.0", - "node-fetch": "2.3.0", + "node-fetch": "2.5.0", "nyc": "14.0.0", "relay-compiler": "3.0.0", "semver": "6.0.0",