Skip to content

Commit

Permalink
Update dependency node-fetch to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 16, 2022
1 parent 0ed3a35 commit 5cf106a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
30 changes: 15 additions & 15 deletions search-query-enhancer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"node-fetch": "3.1.1",
"path": "0.12.7",
"sinon": "12.0.1",
"sprintf-js": "1.1.2"
Expand Down
18 changes: 9 additions & 9 deletions search-query-enhancer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2272,10 +2272,10 @@ fb-watchman@^2.0.0:
dependencies:
bser "2.1.1"

fetch-blob@^3.1.2:
version "3.1.2"
resolved "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.2.tgz"
integrity sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ==
fetch-blob@^3.1.2, fetch-blob@^3.1.3:
version "3.1.3"
resolved "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.3.tgz"
integrity sha512-ax1Y5I9w+9+JiM+wdHkhBoxew+zG4AJ2SvAD1v1szpddUIiPERVGBxrMcB2ZqW0Y3PP8bOWYv2zqQq1Jp2kqUQ==
dependencies:
web-streams-polyfill "^3.0.3"

Expand Down Expand Up @@ -4100,13 +4100,13 @@ nise@^5.1.0:
just-extend "^4.0.2"
path-to-regexp "^1.7.0"

node-fetch@*, node-fetch@3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-3.1.0.tgz"
integrity sha512-QU0WbIfMUjd5+MUzQOYhenAazakV7Irh1SGkWCsRzBwvm4fAhzEUaHMJ6QLP7gWT6WO9/oH2zhKMMGMuIrDyKw==
node-fetch@*, node-fetch@3.1.1:
version "3.1.1"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-3.1.1.tgz"
integrity sha512-SMk+vKgU77PYotRdWzqZGTZeuFKlsJ0hu4KPviQKkfY+N3vn2MIzr0rvpnYpR8MtB3IEuhlEcuOLbGvLRlA+yg==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.2"
fetch-blob "^3.1.3"
formdata-polyfill "^4.0.10"

node-int64@^0.4.0:
Expand Down

0 comments on commit 5cf106a

Please sign in to comment.