Skip to content

Commit 232c16d

Browse files
fix(deps): update all non-major dependencies (#8144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 845443f commit 232c16d

File tree

9 files changed

+44
-44
lines changed

9 files changed

+44
-44
lines changed

e2e/extra-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@graphql-hive/gateway": "^1.5.8",
77
"graphql": "16.9.0",
8-
"graphql-yoga": "5.10.5"
8+
"graphql-yoga": "5.10.6"
99
}
1010
}

examples/graphql-file-upload-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphql-mesh/graphql": "0.103.9",
1313
"concurrently": "9.1.0",
1414
"graphql": "16.9.0",
15-
"graphql-yoga": "5.10.5",
15+
"graphql-yoga": "5.10.6",
1616
"sharp": "0.33.5"
1717
},
1818
"devDependencies": {

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/cli": "0.98.11",
1111
"@graphql-mesh/json-schema": "0.108.8",
1212
"@graphql-mesh/plugin-mock": "0.103.9",
13-
"@graphql-yoga/plugin-sofa": "3.10.5",
13+
"@graphql-yoga/plugin-sofa": "3.10.6",
1414
"graphql": "16.9.0"
1515
},
1616
"devDependencies": {

examples/persisted-operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-mesh/cli": "0.98.11",
1212
"@graphql-mesh/json-schema": "0.108.8",
1313
"@graphql-mesh/plugin-mock": "0.103.9",
14-
"@graphql-yoga/plugin-sofa": "3.10.5",
14+
"@graphql-yoga/plugin-sofa": "3.10.6",
1515
"graphql": "16.9.0"
1616
},
1717
"devDependencies": {

examples/v1-next/apollo-federation-compatibility/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"dependencies": {
1818
"@graphql-hive/gateway": "1.7.0",
19-
"@graphql-yoga/plugin-apollo-inline-trace": "3.10.5",
19+
"@graphql-yoga/plugin-apollo-inline-trace": "3.10.6",
2020
"concurrently": "9.1.0",
2121
"graphql": "16.9.0",
22-
"graphql-yoga": "5.10.5",
22+
"graphql-yoga": "5.10.6",
2323
"tslib": "2.8.1",
2424
"tsx": "^4.16.5"
2525
},

examples/v1-next/hive-example/my-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"dependencies": {
99
"@graphql-hive/cli": "0.44.4",
1010
"graphql": "16.9.0",
11-
"graphql-yoga": "5.10.5"
11+
"graphql-yoga": "5.10.6"
1212
}
1313
}

packages/loaders/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@whatwg-node/fetch": "0.10.1",
5353
"fets": "0.8.4",
54-
"graphql-yoga": "5.10.5",
54+
"graphql-yoga": "5.10.6",
5555
"json-bigint-patch": "0.0.8"
5656
},
5757
"publishConfig": {

packages/plugins/newrelic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@newrelic/test-utilities": "6.5.5",
5050
"@types/newrelic": "9.14.6",
51-
"graphql-yoga": "5.10.5",
51+
"graphql-yoga": "5.10.6",
5252
"newrelic": "10.6.2"
5353
},
5454
"publishConfig": {

yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,7 +3693,7 @@ __metadata:
36933693
dependencies:
36943694
"@graphql-hive/gateway": "npm:^1.5.8"
36953695
graphql: "npm:16.9.0"
3696-
graphql-yoga: "npm:5.10.5"
3696+
graphql-yoga: "npm:5.10.6"
36973697
languageName: unknown
36983698
linkType: soft
36993699

@@ -4603,7 +4603,7 @@ __metadata:
46034603
dependencies:
46044604
"@graphql-hive/cli": "npm:0.44.4"
46054605
graphql: "npm:16.9.0"
4606-
graphql-yoga: "npm:5.10.5"
4606+
graphql-yoga: "npm:5.10.6"
46074607
languageName: unknown
46084608
linkType: soft
46094609

@@ -4848,7 +4848,7 @@ __metadata:
48484848
"@graphql-mesh/graphql": "npm:0.103.9"
48494849
concurrently: "npm:9.1.0"
48504850
graphql: "npm:16.9.0"
4851-
graphql-yoga: "npm:5.10.5"
4851+
graphql-yoga: "npm:5.10.6"
48524852
jest: "npm:29.7.0"
48534853
sharp: "npm:0.33.5"
48544854
ts-jest: "npm:29.2.5"
@@ -4925,7 +4925,7 @@ __metadata:
49254925
"@graphql-mesh/cli": "npm:0.98.11"
49264926
"@graphql-mesh/json-schema": "npm:0.108.8"
49274927
"@graphql-mesh/plugin-mock": "npm:0.103.9"
4928-
"@graphql-yoga/plugin-sofa": "npm:3.10.5"
4928+
"@graphql-yoga/plugin-sofa": "npm:3.10.6"
49294929
graphql: "npm:16.9.0"
49304930
jest: "npm:29.7.0"
49314931
languageName: unknown
@@ -5287,7 +5287,7 @@ __metadata:
52875287
"@graphql-mesh/cli": "npm:0.98.11"
52885288
"@graphql-mesh/json-schema": "npm:0.108.8"
52895289
"@graphql-mesh/plugin-mock": "npm:0.103.9"
5290-
"@graphql-yoga/plugin-sofa": "npm:3.10.5"
5290+
"@graphql-yoga/plugin-sofa": "npm:3.10.6"
52915291
graphql: "npm:16.9.0"
52925292
jest: "npm:29.7.0"
52935293
languageName: unknown
@@ -6670,7 +6670,7 @@ __metadata:
66706670
"@graphql-mesh/utils": "npm:^0.103.8"
66716671
"@newrelic/test-utilities": "npm:6.5.5"
66726672
"@types/newrelic": "npm:9.14.6"
6673-
graphql-yoga: "npm:5.10.5"
6673+
graphql-yoga: "npm:5.10.6"
66746674
newrelic: "npm:10.6.2"
66756675
tslib: "npm:^2.4.0"
66766676
peerDependencies:
@@ -8364,9 +8364,9 @@ __metadata:
83648364
languageName: node
83658365
linkType: hard
83668366

8367-
"@graphql-yoga/plugin-apollo-inline-trace@npm:3.10.5":
8368-
version: 3.10.5
8369-
resolution: "@graphql-yoga/plugin-apollo-inline-trace@npm:3.10.5"
8367+
"@graphql-yoga/plugin-apollo-inline-trace@npm:3.10.6":
8368+
version: 3.10.6
8369+
resolution: "@graphql-yoga/plugin-apollo-inline-trace@npm:3.10.6"
83708370
dependencies:
83718371
"@apollo/usage-reporting-protobuf": "npm:^4.1.1"
83728372
"@envelop/on-resolve": "npm:^4.1.1"
@@ -8375,8 +8375,8 @@ __metadata:
83758375
"@graphql-tools/utils": ^10.6.1
83768376
"@whatwg-node/fetch": ^0.10.1
83778377
graphql: ^15.2.0 || ^16.0.0
8378-
graphql-yoga: ^5.10.5
8379-
checksum: 10c0/f957ee3b7556afaf2cb873ac18f6518002363f5c9d172f2ac1fdc65576057098376b88deb33a06644f75c500b1c3a85cedef208bb8161ff4637a31c8fc6b0172
8378+
graphql-yoga: ^5.10.6
8379+
checksum: 10c0/2746846de394559bb7dda1106972b624ee7549027bffd2493d9b3c50ea4db896885e719aa75080db85a5643d6a444454f36013ca1d0c4d0725ed04b2b4f48481
83808380
languageName: node
83818381
linkType: hard
83828382

@@ -8434,27 +8434,27 @@ __metadata:
84348434
linkType: hard
84358435

84368436
"@graphql-yoga/plugin-jwt@npm:^3.0.2":
8437-
version: 3.4.5
8438-
resolution: "@graphql-yoga/plugin-jwt@npm:3.4.5"
8437+
version: 3.4.6
8438+
resolution: "@graphql-yoga/plugin-jwt@npm:3.4.6"
84398439
dependencies:
84408440
"@whatwg-node/server-plugin-cookies": "npm:^1.0.3"
84418441
jsonwebtoken: "npm:^9.0.0"
84428442
jwks-rsa: "npm:^3.0.0"
84438443
tslib: "npm:^2.4.0"
84448444
peerDependencies:
84458445
graphql: ^15.2.0 || ^16.0.0
8446-
graphql-yoga: ^5.10.5
8447-
checksum: 10c0/9687ff188c3a758c46585f1578158b120a349d73b16215a21d44009160394eb61d3aafe067d69b0adf9bd7df9bb3a84b0f28fe859656a4049db27077b92b1626
8446+
graphql-yoga: ^5.10.6
8447+
checksum: 10c0/9c6b6399d7e667d2b1fab2b3818ae17bc8994e70731bea2b7d3c7105e0d70f1f9dc0a8d79bdbc0eddffa869041d9eb69a301c33eb6be12ffda654b9fea3c245a
84488448
languageName: node
84498449
linkType: hard
84508450

84518451
"@graphql-yoga/plugin-persisted-operations@npm:^3.0.0, @graphql-yoga/plugin-persisted-operations@npm:^3.7.0, @graphql-yoga/plugin-persisted-operations@npm:^3.9.0":
8452-
version: 3.10.5
8453-
resolution: "@graphql-yoga/plugin-persisted-operations@npm:3.10.5"
8452+
version: 3.10.6
8453+
resolution: "@graphql-yoga/plugin-persisted-operations@npm:3.10.6"
84548454
peerDependencies:
84558455
graphql: ^15.2.0 || ^16.0.0
8456-
graphql-yoga: ^5.10.5
8457-
checksum: 10c0/67557ef14dab2f6ab4daa03c1511af41579908d5e73bed969e5e85840d463a21b8fd606501be629006e67979a3a35bd9cb35ea532f14b28d4b92b3d86b05fa67
8456+
graphql-yoga: ^5.10.6
8457+
checksum: 10c0/79e2b277df79a2b157f821bb46945ec5433831a3c4ce3c750d6a9ea73dc64b2d764e298901ef35038ed1438241e5d2a7a7af57bb92b53b3aa5fa89e9d6c014bf
84588458
languageName: node
84598459
linkType: hard
84608460

@@ -8472,28 +8472,28 @@ __metadata:
84728472
linkType: hard
84738473

84748474
"@graphql-yoga/plugin-response-cache@npm:^3.1.1":
8475-
version: 3.12.5
8476-
resolution: "@graphql-yoga/plugin-response-cache@npm:3.12.5"
8475+
version: 3.12.6
8476+
resolution: "@graphql-yoga/plugin-response-cache@npm:3.12.6"
84778477
dependencies:
84788478
"@envelop/core": "npm:^5.0.2"
84798479
"@envelop/response-cache": "npm:^6.1.2"
84808480
peerDependencies:
84818481
graphql: ^15.2.0 || ^16.0.0
8482-
graphql-yoga: ^5.10.5
8483-
checksum: 10c0/8c6c476beadc9fbf1cc328f25ac90639c30e9de4eacf54430239c999a2b7b47a72e2e4b03b910843edf4ea8b166f66ba6bd2fa2e486dacfad730d955f803bb60
8482+
graphql-yoga: ^5.10.6
8483+
checksum: 10c0/420a5148f3eaa16d6dc1aea96305e4f774bfc80fcdea1e088e5bb4ec45f0afbc75c8d46e0e692771776c87f0e2e2b7c68e330fd004660218a83eed10de708f90
84848484
languageName: node
84858485
linkType: hard
84868486

8487-
"@graphql-yoga/plugin-sofa@npm:3.10.5":
8488-
version: 3.10.5
8489-
resolution: "@graphql-yoga/plugin-sofa@npm:3.10.5"
8487+
"@graphql-yoga/plugin-sofa@npm:3.10.6":
8488+
version: 3.10.6
8489+
resolution: "@graphql-yoga/plugin-sofa@npm:3.10.6"
84908490
dependencies:
84918491
"@graphql-tools/utils": "npm:^10.3.2"
84928492
sofa-api: "npm:^0.18.7"
84938493
peerDependencies:
84948494
graphql: ^15.2.0 || ^16.0.0
8495-
graphql-yoga: ^5.10.5
8496-
checksum: 10c0/63db231f085f3fd3da216baf052827a5bcda2ce1e9715111e100e8308bacfad3d53d1aefc28d3046f6a5e8955aa675538ab5f25c3f689aedb79b136ae031270d
8495+
graphql-yoga: ^5.10.6
8496+
checksum: 10c0/346237b2ae40829fd0eb5a8aac674939206f2ed75af551e6830873c275f9d3ce609f4f4647325d37588106295c6c505467d55992478e6523c638d907c4e3fe66
84978497
languageName: node
84988498
linkType: hard
84998499

@@ -10363,7 +10363,7 @@ __metadata:
1036310363
"@whatwg-node/fetch": "npm:0.10.1"
1036410364
change-case: "npm:^4.1.2"
1036510365
fets: "npm:0.8.4"
10366-
graphql-yoga: "npm:5.10.5"
10366+
graphql-yoga: "npm:5.10.6"
1036710367
json-bigint-patch: "npm:0.0.8"
1036810368
json-machete: "npm:^0.97.5"
1036910369
openapi-types: "npm:^12.1.0"
@@ -20288,12 +20288,12 @@ __metadata:
2028820288
"@graphql-codegen/typescript-resolvers": "npm:4.4.1"
2028920289
"@graphql-hive/gateway": "npm:1.7.0"
2029020290
"@graphql-mesh/compose-cli": "npm:1.3.1"
20291-
"@graphql-yoga/plugin-apollo-inline-trace": "npm:3.10.5"
20291+
"@graphql-yoga/plugin-apollo-inline-trace": "npm:3.10.6"
2029220292
"@types/node": "npm:22.10.2"
2029320293
concurrently: "npm:9.1.0"
2029420294
esbuild: "npm:^0.24.0"
2029520295
graphql: "npm:16.9.0"
20296-
graphql-yoga: "npm:5.10.5"
20296+
graphql-yoga: "npm:5.10.6"
2029720297
lru-cache: "npm:11.0.2"
2029820298
tslib: "npm:2.8.1"
2029920299
tsx: "npm:^4.16.5"
@@ -22156,9 +22156,9 @@ __metadata:
2215622156
languageName: node
2215722157
linkType: hard
2215822158

22159-
"graphql-yoga@npm:5.10.5, graphql-yoga@npm:^5.10.4, graphql-yoga@npm:^5.7.0":
22160-
version: 5.10.5
22161-
resolution: "graphql-yoga@npm:5.10.5"
22159+
"graphql-yoga@npm:5.10.6, graphql-yoga@npm:^5.10.4, graphql-yoga@npm:^5.7.0":
22160+
version: 5.10.6
22161+
resolution: "graphql-yoga@npm:5.10.6"
2216222162
dependencies:
2216322163
"@envelop/core": "npm:^5.0.2"
2216422164
"@graphql-tools/executor": "npm:^1.3.7"
@@ -22173,7 +22173,7 @@ __metadata:
2217322173
tslib: "npm:^2.8.1"
2217422174
peerDependencies:
2217522175
graphql: ^15.2.0 || ^16.0.0
22176-
checksum: 10c0/d6b6536a4360b4f6e96daad97bcebc5e3e71beef76c56250ebdd98e45bb81f19fccc128b45d4bdc152d1fc01df786a9cc71f08cf987173feec3b8547539e693e
22176+
checksum: 10c0/727e8d65dc370de753ff5f6d06bff0101602d14cd2e5fb415c2538734efcd5f6d33c821c666a3096711f9dcca986dea14aef5e188c1e173d0b220d3b66c35d7e
2217722177
languageName: node
2217822178
linkType: hard
2217922179

0 commit comments

Comments
 (0)