From 548a99ff985930baa65cdea330a82dd29f1d30d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:36:20 +0000 Subject: [PATCH] Bump node-fetch from 2.0.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.0.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.0.0...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4d41f68..c645460 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "husky": "^0.14.3", "jest": "^22.4.2", "lint-staged": "^7.0.0", - "node-fetch": "^2.0.0", + "node-fetch": "^2.6.1", "parse-github-url": "^1.0.2", "pg": "^8.7.1", "prettier": "^1.10.2", diff --git a/yarn.lock b/yarn.lock index b278867..31e3f9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2741,9 +2741,10 @@ neo-async@^2.6.0: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" -node-fetch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.0.0.tgz#982bba43ecd4f2922a29cc186a6bbb0bb73fcba6" +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-int64@^0.4.0: version "0.4.0"