Skip to content

Commit e0092b5

Browse files
committedAug 19, 2024
Bump whatwg-node and graphql-config
1 parent d11c2a3 commit e0092b5

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed
 

‎.changeset/swift-parrots-brake.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-codegen/cli': patch
3+
---
4+
5+
Bump whatwg-node and graphql-config

‎packages/graphql-codegen-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
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.8.0",
59+
"@whatwg-node/fetch": "^0.9.20",
6060
"chalk": "^4.1.0",
6161
"cosmiconfig": "^8.1.3",
6262
"debounce": "^1.2.0",
6363
"detect-indent": "^6.0.0",
64-
"graphql-config": "^5.0.2",
64+
"graphql-config": "^5.1.1",
6565
"inquirer": "^8.0.0",
6666
"is-glob": "^4.0.1",
6767
"jiti": "^1.17.1",

‎yarn.lock

+19-20
Original file line numberDiff line numberDiff line change
@@ -4896,12 +4896,12 @@
48964896
urlpattern-polyfill "^8.0.0"
48974897
web-streams-polyfill "^3.2.1"
48984898

4899-
"@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.17":
4900-
version "0.9.17"
4901-
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.17.tgz#10e4ea2392926c8d41ff57e3156857e885317d3f"
4902-
integrity sha512-TDYP3CpCrxwxpiNY0UMNf096H5Ihf67BK1iKGegQl5u9SlpEDYrvnV71gWBGJm+Xm31qOy8ATgma9rm8Pe7/5Q==
4899+
"@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.17", "@whatwg-node/fetch@^0.9.20":
4900+
version "0.9.20"
4901+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.20.tgz#f217153c173d9632a0f76f995513dfc435ff2778"
4902+
integrity sha512-bayE8tJBVw3QRg5vDqGIOfBmdxCV6HHUqCxMhZ1pOHukUk1TrfNH3tViivJErhmtSN0bbvjWaBQpJllAOpgSxA==
49034903
dependencies:
4904-
"@whatwg-node/node-fetch" "^0.5.7"
4904+
"@whatwg-node/node-fetch" "^0.5.22"
49054905
urlpattern-polyfill "^10.0.0"
49064906

49074907
"@whatwg-node/node-fetch@^0.3.6":
@@ -4915,16 +4915,15 @@
49154915
fast-url-parser "^1.1.3"
49164916
tslib "^2.3.1"
49174917

4918-
"@whatwg-node/node-fetch@^0.5.7":
4919-
version "0.5.11"
4920-
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.11.tgz#4bed979cebc18438e936bb753418b5b0450eb5ab"
4921-
integrity sha512-LS8tSomZa3YHnntpWt3PP43iFEEl6YeIsvDakczHBKlay5LdkXFr8w7v8H6akpG5nRrzydyB0k1iE2eoL6aKIQ==
4918+
"@whatwg-node/node-fetch@^0.5.22", "@whatwg-node/node-fetch@^0.5.7":
4919+
version "0.5.22"
4920+
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.22.tgz#5fce9505f333a9ce463b6b5ff86223ffd19e3ace"
4921+
integrity sha512-ccjjD+JCaylDGGcbJ69jFK2FaoGobpyOiDr2FnzSpcEss20MJzfJAiUIrpglWADplyB2AwfunMM7ph3IpPArhw==
49224922
dependencies:
49234923
"@kamilkisiela/fast-url-parser" "^1.1.4"
4924-
"@whatwg-node/events" "^0.1.0"
49254924
busboy "^1.6.0"
49264925
fast-querystring "^1.1.1"
4927-
tslib "^2.3.1"
4926+
tslib "^2.6.3"
49284927

49294928
"@whatwg-node/server@^0.9.33":
49304929
version "0.9.34"
@@ -6275,7 +6274,7 @@ cose-base@^2.2.0:
62756274
dependencies:
62766275
layout-base "^2.0.0"
62776276

6278-
cosmiconfig@8.0.0, cosmiconfig@8.1.3, cosmiconfig@^7.0.0, cosmiconfig@^8.1.0, cosmiconfig@^8.1.3:
6277+
cosmiconfig@8.0.0, cosmiconfig@8.1.3, cosmiconfig@^7.0.0, cosmiconfig@^8.1.3, cosmiconfig@^9.0.0:
62796278
version "8.1.3"
62806279
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.1.3.tgz#0e614a118fcc2d9e5afc2f87d53cd09931015689"
62816280
integrity sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==
@@ -8634,20 +8633,20 @@ graphql-config@^4.1.0:
86348633
string-env-interpolation "1.0.1"
86358634
tslib "^2.4.0"
86368635

8637-
graphql-config@^5.0.2:
8638-
version "5.0.3"
8639-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-5.0.3.tgz#d9aa2954cf47a927f9cb83cdc4e42ae55d0b321e"
8640-
integrity sha512-BNGZaoxIBkv9yy6Y7omvsaBUHOzfFcII3UN++tpH8MGOKFPFkCPZuwx09ggANMt8FgyWP1Od8SWPmrUEZca4NQ==
8636+
graphql-config@^5.1.1:
8637+
version "5.1.1"
8638+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-5.1.1.tgz#d840f20228da5c1386695838d6eb03cb7f7cf138"
8639+
integrity sha512-5FZUkX6A+q/gDSTDMeUbODwPnR+8nRNlI5z/ohtEmaD+XFeAalkB0KrWZ6cI7rcYUG05g43dPe+BRNZccQ5rKQ==
86418640
dependencies:
86428641
"@graphql-tools/graphql-file-loader" "^8.0.0"
86438642
"@graphql-tools/json-file-loader" "^8.0.0"
86448643
"@graphql-tools/load" "^8.0.0"
86458644
"@graphql-tools/merge" "^9.0.0"
86468645
"@graphql-tools/url-loader" "^8.0.0"
86478646
"@graphql-tools/utils" "^10.0.0"
8648-
cosmiconfig "^8.1.0"
8647+
cosmiconfig "^9.0.0"
86498648
jiti "^1.18.2"
8650-
minimatch "^4.2.3"
8649+
minimatch "^10.0.0"
86518650
string-env-interpolation "^1.0.1"
86528651
tslib "^2.4.0"
86538652

@@ -12035,7 +12034,7 @@ minimatch@3.1.2, minimatch@^3.0.4, minimatch@^3.1.2:
1203512034
dependencies:
1203612035
brace-expansion "^1.1.7"
1203712036

12038-
minimatch@4.2.3, minimatch@^4.2.3:
12037+
minimatch@4.2.3:
1203912038
version "4.2.3"
1204012039
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.3.tgz#b4dcece1d674dee104bb0fb833ebb85a78cbbca6"
1204112040
integrity sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==
@@ -15223,7 +15222,7 @@ tsconfig-paths@^3.15.0:
1522315222
minimist "^1.2.6"
1522415223
strip-bom "^3.0.0"
1522515224

15226-
tslib@2.6.3, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.6.2, tslib@~2.6.0:
15225+
tslib@2.6.3, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.6.2, tslib@^2.6.3, tslib@~2.6.0:
1522715226
version "2.6.3"
1522815227
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
1522915228
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

0 commit comments

Comments
 (0)
Please sign in to comment.