From 2147a5342dfd75c1e565b0726493373f78110387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 14:05:10 +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 22320c5..cc44591 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "lodash": "^4.17.20", "main-function": "^0.1.2", "merge": "^1.2.1", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "prettier": "^2.1.1", "puppeteer-core": "^5.2.1", "rimraf": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 88ec202..5c11af1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1393,10 +1393,10 @@ node-dijkstra@^2.5.0: resolved "https://registry.npm.taobao.org/node-dijkstra/download/node-dijkstra-2.5.0.tgz#0feb76c5a05f35b56e786de6df4d3364af28d4e8" integrity sha1-D+t2xaBfNbVueG3m300zZK8o1Og= -node-fetch@^2.6.0: - version "2.6.0" - resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz?cache=0&sync_timestamp=1597048786321&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0= +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha1-BFvTI2Mfdu0uK1VXM5RBa2OaAFI= normalize-package-data@^2.3.2: version "2.5.0"