Skip to content

Commit 5c0434f

Browse files
renovate[bot]github-actions[bot]
andauthoredJun 22, 2023
chore(deps): update whatwg-node (#5599)
* chore(deps): update whatwg-node * 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 7397bee commit 5c0434f

File tree

7 files changed

+33
-22
lines changed

7 files changed

+33
-22
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/http": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@whatwg-node/server@^0.9.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.9.0) (from `^0.8.6`, in `dependencies`)

‎packages/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"tslib": "^2.4.0"
4141
},
4242
"dependencies": {
43-
"@whatwg-node/server": "^0.8.6",
43+
"@whatwg-node/server": "^0.9.0",
4444
"graphql-yoga": "^4.0.0"
4545
},
4646
"devDependencies": {

‎packages/loaders/openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@graphql-tools/utils": "10.0.1",
50-
"@whatwg-node/fetch": "0.9.6",
50+
"@whatwg-node/fetch": "0.9.7",
5151
"@whatwg-node/router": "0.3.0",
5252
"fets": "0.2.7",
5353
"graphql-yoga": "4.0.1",

‎packages/loaders/soap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"graphql-scalars": "^1.22.2"
3939
},
4040
"devDependencies": {
41-
"@whatwg-node/fetch": "0.9.6"
41+
"@whatwg-node/fetch": "0.9.7"
4242
},
4343
"publishConfig": {
4444
"access": "public",

‎packages/plugins/deduplicate-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {},
4141
"devDependencies": {
42-
"@whatwg-node/fetch": "0.9.6"
42+
"@whatwg-node/fetch": "0.9.7"
4343
},
4444
"publishConfig": {
4545
"access": "public",

‎packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/js-yaml": "4.0.5",
5353
"@types/lodash.topath": "4.5.7",
5454
"@types/object-hash": "3.0.2",
55-
"@whatwg-node/fetch": "0.9.6"
55+
"@whatwg-node/fetch": "0.9.7"
5656
},
5757
"publishConfig": {
5858
"access": "public",

‎yarn.lock

+23-17
Original file line numberDiff line numberDiff line change
@@ -6830,14 +6830,22 @@
68306830
resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.1.1.tgz#0ca718508249419587e130da26d40e29d99b5356"
68316831
integrity sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==
68326832

6833-
"@whatwg-node/fetch@0.9.6", "@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.4", "@whatwg-node/fetch@^0.9.6":
6833+
"@whatwg-node/fetch@0.9.6":
68346834
version "0.9.6"
68356835
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.6.tgz#185aaae2378b1c7bdaeb3bade5ab82bf07dab50d"
68366836
integrity sha512-IyaAIkK5cIOvHUdh5iu6ONCRQyRF8n6Hc2pqzYleGk9KPuRAdS0eqNZm1RJJL652pSCflDaxrxV0XQzlqavkEg==
68376837
dependencies:
68386838
"@whatwg-node/node-fetch" "^0.4.5"
68396839
urlpattern-polyfill "^9.0.0"
68406840

6841+
"@whatwg-node/fetch@0.9.7", "@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.4", "@whatwg-node/fetch@^0.9.6", "@whatwg-node/fetch@^0.9.7":
6842+
version "0.9.7"
6843+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.7.tgz#86b5cda576581beea300191d5c1f626fc7abfff7"
6844+
integrity sha512-heClS5ctTmoEvVbFd+6ztX0SyQduI3/Q+77vtNApDU/+Mwajy6ugxaoDGgSzJUoQ37McSV09kcGCt1Jcc6z9lQ==
6845+
dependencies:
6846+
"@whatwg-node/node-fetch" "^0.4.6"
6847+
urlpattern-polyfill "^9.0.0"
6848+
68416849
"@whatwg-node/fetch@^0.8.0", "@whatwg-node/fetch@^0.8.3":
68426850
version "0.8.8"
68436851
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.8.8.tgz#48c6ad0c6b7951a73e812f09dd22d75e9fa18cae"
@@ -6860,10 +6868,10 @@
68606868
fast-url-parser "^1.1.3"
68616869
tslib "^2.3.1"
68626870

6863-
"@whatwg-node/node-fetch@^0.4.5":
6864-
version "0.4.5"
6865-
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.4.5.tgz#701f2ea7ffb56e2879c580b6799671c8a1c6baad"
6866-
integrity sha512-J/PJWSa2irO365+Lh9KjATwRVLBG2MFCewS3JVCTIlPjtKFQrkhmL3o9EDp/7vEMyTWIqI0kMvZAudmKei8o0Q==
6871+
"@whatwg-node/node-fetch@^0.4.5", "@whatwg-node/node-fetch@^0.4.6":
6872+
version "0.4.6"
6873+
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.4.6.tgz#97de52731c15420115a31a82b22033bdfc62e17a"
6874+
integrity sha512-9oLD57yW0WWfu4ZtEmybBrx1JfkO4TzDpD2zXlp2Ue3UJplifQRap+MbE0PxRlVWtR4KWsIRamhn7J44DkwoyA==
68676875
dependencies:
68686876
"@whatwg-node/events" "^0.1.0"
68696877
busboy "^1.6.0"
@@ -6888,14 +6896,22 @@
68886896
"@whatwg-node/fetch" "^0.8.3"
68896897
tslib "^2.3.1"
68906898

6891-
"@whatwg-node/server@^0.8.1", "@whatwg-node/server@^0.8.6", "@whatwg-node/server@^0.8.7":
6899+
"@whatwg-node/server@^0.8.1", "@whatwg-node/server@^0.8.7":
68926900
version "0.8.12"
68936901
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.8.12.tgz#c7909909a9be006a91c1ab4bf01774d9a7018722"
68946902
integrity sha512-gECsIINo6hK7f0VqARbCjMSU3G4uTyMoUJ30AgNMjdHXlBopy7ZUn1r0YiQ8HoyaPS2S6+pLwZ14bvUU/8sleQ==
68956903
dependencies:
68966904
"@whatwg-node/fetch" "^0.9.6"
68976905
tslib "^2.3.1"
68986906

6907+
"@whatwg-node/server@^0.9.0":
6908+
version "0.9.0"
6909+
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.0.tgz#ea670f965b68b347e1fd9fe313732760f9d44cdd"
6910+
integrity sha512-dEpgIgLlUA9IRIUbAhsPuFvJjuAQIjWqRhNc6VpMMLnumw2bvOHd9b/Nm2UN9cLvUSSA6//Fy+v0jhxiA2LFAw==
6911+
dependencies:
6912+
"@whatwg-node/fetch" "^0.9.7"
6913+
tslib "^2.3.1"
6914+
68996915
"@wry/context@^0.7.0":
69006916
version "0.7.3"
69016917
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.3.tgz#240f6dfd4db5ef54f81f6597f6714e58d4f476a1"
@@ -18756,7 +18772,7 @@ range-parser@^1.2.1, range-parser@~1.2.1:
1875618772
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
1875718773
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
1875818774

18759-
raw-body@2.5.1:
18775+
raw-body@2.5.1, raw-body@^2.4.1:
1876018776
version "2.5.1"
1876118777
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
1876218778
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
@@ -18766,16 +18782,6 @@ raw-body@2.5.1:
1876618782
iconv-lite "0.4.24"
1876718783
unpipe "1.0.0"
1876818784

18769-
raw-body@^2.4.1:
18770-
version "2.5.2"
18771-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
18772-
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
18773-
dependencies:
18774-
bytes "3.1.2"
18775-
http-errors "2.0.0"
18776-
iconv-lite "0.4.24"
18777-
unpipe "1.0.0"
18778-
1877918785
rc@^1.2.7:
1878018786
version "1.2.8"
1878118787
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"

0 commit comments

Comments
 (0)
Please sign in to comment.