From 23a5b046775c49c96c491296b79b973723e3d3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 11:27:06 +0000 Subject: [PATCH] Bump node-fetch from 2.3.0 to 2.6.1 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 81355b7..1fbb4be 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ioredis": "^4.6.2", "neo4j-driver": "^1.7.1", "neo4j-graphql-js": "^2.4.2", - "node-fetch": "^2.3.0" + "node-fetch": "^2.6.1" }, "devDependencies": { "babel-cli": "^6.26.0", diff --git a/yarn.lock b/yarn.lock index 6dafbc8..7beb406 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2905,10 +2905,10 @@ neo4j-graphql-js@^2.4.2: lodash "^4.17.11" neo4j-driver "^1.7.2" -node-fetch@^2.1.2, node-fetch@^2.2.0, 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.1.2, node-fetch@^2.2.0, 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-pre-gyp@^0.10.0: version "0.10.3"