Skip to content

Commit

Permalink
Update dependency node-fetch to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent b240ff5 commit 9335d85
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.3.0",
"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.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
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 9335d85

Please sign in to comment.