From e83106fc43f18c241c96cb7540984fbc10920ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 16 May 2019 10:45:51 +0000 Subject: [PATCH] Bump node-fetch from 2.5.0 to 2.6.0 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.5.0 to 2.6.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.5.0...v2.6.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 ccacfad678..20d457c088 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5682,9 +5682,9 @@ } }, "node-fetch": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz", - "integrity": "sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", "dev": true }, "node-int64": { diff --git a/package.json b/package.json index 810cf8cf77..73c8319981 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "mocha-junit-reporter": "1.22.0", "mocha-multi-reporters": "1.1.7", "mocha-stress": "1.0.0", - "node-fetch": "2.5.0", + "node-fetch": "2.6.0", "nyc": "14.0.0", "relay-compiler": "3.0.0", "semver": "6.0.0",