diff --git a/package.json b/package.json index 9b46f87..13ad553 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "jasmine": "^3.4.0", "markdown": "0.x", "markdown-it": "8.x", - "node-fetch": "^2.3.0" + "node-fetch": "^2.6.1" }, "scripts": { "compile": "babel src --out-dir dist", diff --git a/yarn.lock b/yarn.lock index 8216eed..2785c86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2701,10 +2701,10 @@ nice-try@^1.0.4: resolved "https://registry.npm.taobao.org/nice-try/download/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" integrity sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y= -node-fetch@^2.3.0: - version "2.6.0" - resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0= +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-pre-gyp@^0.12.0: version "0.12.0"