From fa8ea3d4bab9de53b642fa079dbb628ed244b788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:23:11 +0000 Subject: [PATCH] build(deps): bump node-fetch in /cloudfunctions/trending Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloudfunctions/trending/package-lock.json | 43 +++++++++++++++++++++-- cloudfunctions/trending/package.json | 2 +- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/cloudfunctions/trending/package-lock.json b/cloudfunctions/trending/package-lock.json index a6f128c..e17e246 100644 --- a/cloudfunctions/trending/package-lock.json +++ b/cloudfunctions/trending/package-lock.json @@ -295,6 +295,11 @@ "assert-plus": "^1.0.0" } }, + "data-uri-to-buffer": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/data-uri-to-buffer/download/data-uri-to-buffer-4.0.0.tgz", + "integrity": "sha1-tdtGrqUPYXZCisBbc745pXcBpks=" + }, "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npm.taobao.org/delayed-stream/download/delayed-stream-1.0.0.tgz", @@ -380,6 +385,15 @@ "resolved": "https://registry.npm.taobao.org/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz?cache=0&sync_timestamp=1576340291001&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-json-stable-stringify%2Fdownload%2Ffast-json-stable-stringify-2.1.0.tgz", "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=" }, + "fetch-blob": { + "version": "3.1.4", + "resolved": "https://registry.npmmirror.com/fetch-blob/download/fetch-blob-3.1.4.tgz", + "integrity": "sha512-Eq5Xv5+VlSrYWEqKrusxY1C3Hm/hjeAsCGVG3ft7pZahlUAChpGZT/Ms1WmSLnEAisEXszjzu/s+ce6HZB2VHA==", + "requires": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + } + }, "forever-agent": { "version": "0.6.1", "resolved": "https://registry.npm.taobao.org/forever-agent/download/forever-agent-0.6.1.tgz", @@ -395,6 +409,14 @@ "mime-types": "^2.1.12" } }, + "formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmmirror.com/formdata-polyfill/download/formdata-polyfill-4.0.10.tgz", + "integrity": "sha1-JIB8McnUAuACqz2McgFEzriEhCM=", + "requires": { + "fetch-blob": "^3.1.2" + } + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz", @@ -650,10 +672,20 @@ "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.1.3.tgz", "integrity": "sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=" }, + "node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/node-domexception/download/node-domexception-1.0.0.tgz", + "integrity": "sha1-aIjbRqH3HAt2s/dVUBa2P+ZHZuU=" + }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.1.tgz?cache=0&sync_timestamp=1602488073262&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-2.6.1.tgz", - "integrity": "sha1-BFvTI2Mfdu0uK1VXM5RBa2OaAFI=" + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/node-fetch/download/node-fetch-3.1.1.tgz", + "integrity": "sha512-SMk+vKgU77PYotRdWzqZGTZeuFKlsJ0hu4KPviQKkfY+N3vn2MIzr0rvpnYpR8MtB3IEuhlEcuOLbGvLRlA+yg==", + "requires": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.3", + "formdata-polyfill": "^4.0.10" + } }, "nth-check": { "version": "2.0.0", @@ -944,6 +976,11 @@ "extsprintf": "^1.2.0" } }, + "web-streams-polyfill": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/web-streams-polyfill/download/web-streams-polyfill-3.2.0.tgz", + "integrity": "sha1-prdAJrOOSIWGn7XFiekLlcz8eWU=" + }, "wx-server-sdk": { "version": "2.2.0", "resolved": "https://registry.npm.taobao.org/wx-server-sdk/download/wx-server-sdk-2.2.0.tgz", diff --git a/cloudfunctions/trending/package.json b/cloudfunctions/trending/package.json index 8655509..3a1a327 100644 --- a/cloudfunctions/trending/package.json +++ b/cloudfunctions/trending/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "cheerio": "^1.0.0-rc.5", - "node-fetch": "^2.6.1", + "node-fetch": "^3.1.1", "wx-server-sdk": "~2.2.0" } }