Skip to content

Commit 72eb86f

Browse files
fix(deps): update dependency @whatwg-node/fetch to ^0.10.0 (#10248)
* fix(deps): update dependency @whatwg-node/fetch to ^0.10.0 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e9cf649 commit 72eb86f

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-codegen/cli": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0) (from `^0.9.20`, in `dependencies`)

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@graphql-tools/prisma-loader": "^8.0.0",
5757
"@graphql-tools/url-loader": "^8.0.0",
5858
"@graphql-tools/utils": "^10.0.0",
59-
"@whatwg-node/fetch": "^0.9.20",
59+
"@whatwg-node/fetch": "^0.10.0",
6060
"chalk": "^4.1.0",
6161
"cosmiconfig": "^8.1.3",
6262
"debounce": "^1.2.0",

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5218,6 +5218,13 @@
52185218
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.38.tgz#552a6770098bfd556fa3e2c686c9d3b4f4cd94c2"
52195219
integrity sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==
52205220

5221+
"@whatwg-node/disposablestack@^0.0.5":
5222+
version "0.0.5"
5223+
resolved "https://registry.yarnpkg.com/@whatwg-node/disposablestack/-/disposablestack-0.0.5.tgz#cd646b1ef60a36972e018ab21f412a3539c6deec"
5224+
integrity sha512-9lXugdknoIequO4OYvIjhygvfSEgnO8oASLqLelnDhkRjgBZhc39shC3QSlZuyDO9bgYSIVa2cHAiN+St3ty4w==
5225+
dependencies:
5226+
tslib "^2.6.3"
5227+
52215228
"@whatwg-node/events@^0.0.3":
52225229
version "0.0.3"
52235230
resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.0.3.tgz#13a65dd4f5893f55280f766e29ae48074927acad"
@@ -5228,6 +5235,14 @@
52285235
resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.1.0.tgz#1e7b4e4fd0d149b247ec0132b1030fe522282295"
52295236
integrity sha512-PnnAP/o6QkgAdjcExKugzl5ZUqPVcv9lvgGz/to3Xe5Du/P5Zw6MzB8P8mI/B4mplYOYsr6AkXkb4plG0ydCow==
52305237

5238+
"@whatwg-node/fetch@^0.10.0":
5239+
version "0.10.3"
5240+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.3.tgz#b19883b8a1568c5ae09abd550589ec597e685f4b"
5241+
integrity sha512-jCTL/qYcIW2GihbBRHypQ/Us7saWMNZ5fsumsta+qPY0Pmi1ccba/KRQvgctmQsbP69FWemJSs8zVcFaNwdL0w==
5242+
dependencies:
5243+
"@whatwg-node/node-fetch" "^0.7.7"
5244+
urlpattern-polyfill "^10.0.0"
5245+
52315246
"@whatwg-node/fetch@^0.8.0", "@whatwg-node/fetch@^0.8.1":
52325247
version "0.8.8"
52335248
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.8.8.tgz#48c6ad0c6b7951a73e812f09dd22d75e9fa18cae"
@@ -5268,6 +5283,15 @@
52685283
fast-querystring "^1.1.1"
52695284
tslib "^2.6.3"
52705285

5286+
"@whatwg-node/node-fetch@^0.7.7":
5287+
version "0.7.7"
5288+
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.7.tgz#6c1752e2e16cfac93fdef2ef4f852b7a50dd15ed"
5289+
integrity sha512-BDbIMOenThOTFDBLh1WscgBNAxfDAdAdd9sMG8Ff83hYxApJVbqEct38bUAj+zn8bTsfBx/lyfnVOTyq5xUlvg==
5290+
dependencies:
5291+
"@whatwg-node/disposablestack" "^0.0.5"
5292+
busboy "^1.6.0"
5293+
tslib "^2.6.3"
5294+
52715295
"@whatwg-node/server@^0.9.44":
52725296
version "0.9.47"
52735297
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.47.tgz#e11a0c441ca6d86f4f78c40c0ddf8159acb2e5f8"

0 commit comments

Comments
 (0)