From cdb9b7de4e7bef7ed65048f2c4c184aad9657e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 05:45:30 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.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.6.0...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a6f0b2a..f82cb57 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "mocha": "^5.2.0", "moment": "^2.22.2", "multer": "^1.3.0", - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.1", "nodemon": "^1.17.3", "object-path": "^0.11.4", "password-hash": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 380152e..aef72ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2591,9 +2591,9 @@ netmask@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/netmask/-/netmask-1.0.6.tgz#20297e89d86f6f6400f250d9f4f6b4c1945fcd35" -node-fetch@^2.3.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" node-pre-gyp@^0.12.0: version "0.12.0"