diff --git a/packages/plugins/inngest/package.json b/packages/plugins/inngest/package.json index e74075d..b2777af 100644 --- a/packages/plugins/inngest/package.json +++ b/packages/plugins/inngest/package.json @@ -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.9", "fast-json-stable-stringify": "2.1.0", "fast-redact": "3.1.2", "inngest": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 132a595..251de6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2941,15 +2941,15 @@ "@whatwg-node/node-fetch" "^0.4.2" urlpattern-polyfill "^9.0.0" -"@whatwg-node/fetch@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.6.tgz#185aaae2378b1c7bdaeb3bade5ab82bf07dab50d" - integrity sha512-IyaAIkK5cIOvHUdh5iu6ONCRQyRF8n6Hc2pqzYleGk9KPuRAdS0eqNZm1RJJL652pSCflDaxrxV0XQzlqavkEg== +"@whatwg-node/fetch@0.9.9": + version "0.9.9" + resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.9.tgz#65e68aaf8353755c20657b803f2fe983dbdabf91" + integrity sha512-OTVoDm039CNyAWSRc2WBimMl/N9J4Fk2le21Xzcf+3OiWPNNSIbMnpWKBUyraPh2d9SAEgoBdQxTfVNihXgiUw== dependencies: - "@whatwg-node/node-fetch" "^0.4.5" + "@whatwg-node/node-fetch" "^0.4.8" 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== @@ -2960,6 +2960,17 @@ fast-url-parser "^1.1.3" tslib "^2.3.1" +"@whatwg-node/node-fetch@^0.4.8": + version "0.4.11" + resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.4.11.tgz#cef61fef1e075757ff8b07abf089012095267384" + integrity sha512-JRMx/yrBW/PXUH+0EIurUIQtAsEMrHtZBBKv6b+YCK1yG7pMNqtkl5Z39Rynq8ysVc/I6yTtNwkCy9bz5To1vw== + 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"