Skip to content

Commit

Permalink
fix(deps): update dependency @whatwg-node/fetch to v0.9.20 (#6445)
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] committed Aug 14, 2024
1 parent d620897 commit 65452ab
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 @@ -3319,17 +3319,17 @@
tslib "^2.6.3"

"@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.17", "@whatwg-node/fetch@^0.9.18", "@whatwg-node/fetch@^0.9.19":
version "0.9.19"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.19.tgz#4ef9336558dc076ae833d329cd15b70402851cf2"
integrity sha512-J+zopRcUVOhkiQYlHpxOEZuOgZtqW9xMaNQFDjESm9vRcyATms+E2/p2mZiVQGllPqWflkA3SzoJC1MxV4Pf9g==
version "0.9.20"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.20.tgz#f217153c173d9632a0f76f995513dfc435ff2778"
integrity sha512-bayE8tJBVw3QRg5vDqGIOfBmdxCV6HHUqCxMhZ1pOHukUk1TrfNH3tViivJErhmtSN0bbvjWaBQpJllAOpgSxA==
dependencies:
"@whatwg-node/node-fetch" "^0.5.16"
"@whatwg-node/node-fetch" "^0.5.22"
urlpattern-polyfill "^10.0.0"

"@whatwg-node/node-fetch@^0.5.16":
version "0.5.21"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.21.tgz#ffa067c24c28b54de940c0fbcd9ef067aad0f969"
integrity sha512-oOknAo8NvDnvj7P0N2ZHq/n3iK3wVtJHXwLVUsBBlc+u3UaNiL+bwXmS2OKu/pH+rIWMtOsXsTABrPjcCgEByg==
"@whatwg-node/node-fetch@^0.5.22":
version "0.5.22"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.22.tgz#5fce9505f333a9ce463b6b5ff86223ffd19e3ace"
integrity sha512-ccjjD+JCaylDGGcbJ69jFK2FaoGobpyOiDr2FnzSpcEss20MJzfJAiUIrpglWADplyB2AwfunMM7ph3IpPArhw==
dependencies:
"@kamilkisiela/fast-url-parser" "^1.1.4"
busboy "^1.6.0"
Expand Down

0 comments on commit 65452ab

Please sign in to comment.