From f26e08403183bd451e2a4ac1ea7eba2a0c9ca0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 03:33:25 +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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0983f1d..967d0b4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "minimist": "^1.2.0", "moment": "^2.20.1", "node-binance-api": "^0.4.21", - "node-fetch": "^2.0.0", + "node-fetch": "^2.6.1", "node-fs-extra": "^0.8.2", "numeral": "^2.0.6", "ora": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 3ce19e2..786d29b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3315,10 +3315,10 @@ node-binance-api@^0.4.21: string-hash "^1.1.3" ws "^4.1.0" -node-fetch@^2.0.0, node-fetch@^2.1.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== +node-fetch@^2.1.1, 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-fs-extra@^0.8.2: version "0.8.2"