Skip to content

Commit

Permalink
Update dependency node-fetch to v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 28, 2022
1 parent b240ff5 commit 2f6cbbc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search-query-enhancer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"form-data": "4.0.0",
"jest-junit": "13.0.0",
"lodash": "4.17.21",
"node-fetch": "3.2.3",
"node-fetch": "3.2.4",
"path": "0.12.7",
"sinon": "13.0.1",
"sprintf-js": "1.1.2"
Expand Down
11 changes: 10 additions & 1 deletion search-query-enhancer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4112,7 +4112,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.3:
node-fetch@*:
version "3.2.3"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.3.tgz"
integrity sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==
Expand All @@ -4121,6 +4121,15 @@ node-fetch@*, node-fetch@3.2.3:
fetch-blob "^3.1.4"
formdata-polyfill "^4.0.10"

node-fetch@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.4.tgz#3fbca2d8838111048232de54cb532bd3cf134947"
integrity sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==
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"
Expand Down

0 comments on commit 2f6cbbc

Please sign in to comment.