From 041aa0dc689d7db28b5090e15bc2d62dc2fb280f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 15:46:58 +0000 Subject: [PATCH] build(deps): bump node-fetch from 2.5.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.5.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.5.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 adfed68..07ff3b3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "electron-is-dev": "^1.1.0", "electron-store": "^3.2.0", "electron-util": "^0.11.0", - "node-fetch": "^2.5.0", + "node-fetch": "^2.6.1", "qs": "^6.7.0", "semver": "^6.3.0" }, diff --git a/yarn.lock b/yarn.lock index eeaed98..c2ee3ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6117,10 +6117,10 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501" - integrity sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw== +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-forge@0.7.5: version "0.7.5"