Skip to content

Commit

Permalink
Update dependency @whatwg-node/fetch to v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 13, 2023
1 parent 98477c7 commit 8a61a3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/inngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@envelop/core": "4.0.0",
"@graphql-tools/utils": "10.0.1",
"@whatwg-node/fetch": "0.9.6",
"@whatwg-node/fetch": "0.9.8",
"fast-json-stable-stringify": "2.1.0",
"fast-redact": "3.1.2",
"inngest": "2.1.0",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2941,15 +2941,15 @@
"@whatwg-node/node-fetch" "^0.4.2"
urlpattern-polyfill "^9.0.0"

"@whatwg-node/[email protected].6":
version "0.9.6"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.6.tgz#185aaae2378b1c7bdaeb3bade5ab82bf07dab50d"
integrity sha512-IyaAIkK5cIOvHUdh5iu6ONCRQyRF8n6Hc2pqzYleGk9KPuRAdS0eqNZm1RJJL652pSCflDaxrxV0XQzlqavkEg==
"@whatwg-node/[email protected].8":
version "0.9.8"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.8.tgz#76677096c76878bfdfed8d3794d18c9d8d9ae01a"
integrity sha512-PA7pIw22WYtMladTEVCq2EObUI9yFFLqgLHp4dK6w7iEVr5VRE6S2V+8XKFPdTxR8UowK8rYqrkzfuXxTOn23A==
dependencies:
"@whatwg-node/node-fetch" "^0.4.5"
"@whatwg-node/node-fetch" "^0.4.7"
urlpattern-polyfill "^9.0.0"

"@whatwg-node/node-fetch@^0.4.2", "@whatwg-node/node-fetch@^0.4.5":
"@whatwg-node/node-fetch@^0.4.2":
version "0.4.5"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.4.5.tgz#701f2ea7ffb56e2879c580b6799671c8a1c6baad"
integrity sha512-J/PJWSa2irO365+Lh9KjATwRVLBG2MFCewS3JVCTIlPjtKFQrkhmL3o9EDp/7vEMyTWIqI0kMvZAudmKei8o0Q==
Expand All @@ -2960,6 +2960,17 @@
fast-url-parser "^1.1.3"
tslib "^2.3.1"

"@whatwg-node/node-fetch@^0.4.7":
version "0.4.7"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.4.7.tgz#c6323ce701dbf2d27cd29ed721c6bb5d0e981b58"
integrity sha512-hoH1HrLkMi5EFd+R8NqmAFHDj2v8731vnz9A+Brn3RSBDGpJxJrqa0LLHlBaZciAIdf+9z+wfErOKfa+s/EdgA==
dependencies:
"@whatwg-node/events" "^0.1.0"
busboy "^1.6.0"
fast-querystring "^1.1.1"
fast-url-parser "^1.1.3"
tslib "^2.3.1"

"@yarnpkg/lockfile@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
Expand Down

0 comments on commit 8a61a3c

Please sign in to comment.