From 328ea219100ca6febf4a15a4739ec3a27aa3e9a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:16:02 +0000 Subject: [PATCH] Update dependency node-fetch to v3.3.2 --- search-query-enhancer/package.json | 2 +- search-query-enhancer/yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/search-query-enhancer/package.json b/search-query-enhancer/package.json index caf1a5188..20be3f1da 100644 --- a/search-query-enhancer/package.json +++ b/search-query-enhancer/package.json @@ -36,7 +36,7 @@ "form-data": "4.0.0", "jest-junit": "13.0.0", "lodash": "4.17.21", - "node-fetch": "3.2.2", + "node-fetch": "3.3.2", "path": "0.12.7", "sinon": "13.0.1", "sprintf-js": "1.1.2" diff --git a/search-query-enhancer/yarn.lock b/search-query-enhancer/yarn.lock index 7ef7b8fe6..d73c84b15 100644 --- a/search-query-enhancer/yarn.lock +++ b/search-query-enhancer/yarn.lock @@ -4183,7 +4183,7 @@ node-domexception@^1.0.0: resolved "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz" integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ== -node-fetch@*, node-fetch@3.2.2: +node-fetch@*: version "3.2.2" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.2.tgz" integrity sha512-Cwhq1JFIoon15wcIkFzubVNFE5GvXGV82pKf4knXXjvGmn7RJKcypeuqcVNZMGDZsAFWyIRya/anwAJr7TWJ7w== @@ -4192,6 +4192,15 @@ node-fetch@*, node-fetch@3.2.2: fetch-blob "^3.1.4" formdata-polyfill "^4.0.10" +node-fetch@3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b" + integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA== + dependencies: + data-uri-to-buffer "^4.0.0" + fetch-blob "^3.1.4" + formdata-polyfill "^4.0.10" + node-int64@^0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"