Skip to content

Commit

Permalink
fix(deps): update dependency @whatwg-node/fetch to v0.9.23 (#1592)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent c0db007 commit 7e92e53
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1987,17 +1987,17 @@
tslib "^2.6.3"

"@whatwg-node/fetch@^0.9.14", "@whatwg-node/fetch@^0.9.22", "@whatwg-node/fetch@^0.9.4":
version "0.9.22"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.22.tgz#391000e8b9191364d93583477865c02a56e1eaed"
integrity sha512-+RIBffgoaRlWV9cKV6wAX71sbeoU2APOI3G13ZRMkabYHwkvDMeZDTyxJcsMXA5CpieJ7NFXF9Xyu72jwvdzqA==
version "0.9.23"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.23.tgz#eeb953f5fbf6b83ba944cc71a0eef59d8164b01d"
integrity sha512-7xlqWel9JsmxahJnYVUj/LLxWcnA93DR4c9xlw3U814jWTiYalryiH1qToik1hOxweKKRLi4haXHM5ycRksPBA==
dependencies:
"@whatwg-node/node-fetch" "^0.5.27"
"@whatwg-node/node-fetch" "^0.6.0"
urlpattern-polyfill "^10.0.0"

"@whatwg-node/node-fetch@^0.5.27":
version "0.5.27"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.27.tgz#e6e1448029c5fe58eae25a6f8c740434504077f5"
integrity sha512-0OaMj5W4fzWimRSFq07qFiWfquaUMNB+695GwE76LYKVuah+jwCdzSgsIOtwPkiyJ35w0XGhXmJPiIJCdLwopg==
"@whatwg-node/node-fetch@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.6.0.tgz#9f6903319ff041eb6fadeba9009662bc64ab1707"
integrity sha512-tcZAhrpx6oVlkEsRngeTEEE7I5/QdLjeEz4IlekabGaESP7+Dkm/6a9KcF1KdCBB7mO9PXtBkwCuTCt8+UPg8Q==
dependencies:
"@kamilkisiela/fast-url-parser" "^1.1.4"
busboy "^1.6.0"
Expand Down

0 comments on commit 7e92e53

Please sign in to comment.