mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
fix(deps): update dependency @graphql-tools/stitch to v8.7.36 (#1053)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f491a747f
commit
c8f3c824b8
2 changed files with 20 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@apollo/federation": "0.38.1",
|
||||
"@graphql-tools/stitch": "8.7.35",
|
||||
"@graphql-tools/stitch": "8.7.36",
|
||||
"@graphql-tools/stitching-directives": "2.3.25",
|
||||
"@sentry/node": "7.30.0",
|
||||
"@sentry/tracing": "7.30.0",
|
||||
|
|
|
|||
|
|
@ -599,7 +599,7 @@ importers:
|
|||
packages/services/schema:
|
||||
specifiers:
|
||||
'@apollo/federation': 0.38.1
|
||||
'@graphql-tools/stitch': 8.7.35
|
||||
'@graphql-tools/stitch': 8.7.36
|
||||
'@graphql-tools/stitching-directives': 2.3.25
|
||||
'@hive/service-common': workspace:*
|
||||
'@sentry/node': 7.30.0
|
||||
|
|
@ -616,7 +616,7 @@ importers:
|
|||
zod: 3.20.2
|
||||
dependencies:
|
||||
'@apollo/federation': 0.38.1_graphql@16.6.0
|
||||
'@graphql-tools/stitch': 8.7.35_graphql@16.6.0
|
||||
'@graphql-tools/stitch': 8.7.36_graphql@16.6.0
|
||||
'@graphql-tools/stitching-directives': 2.3.25_graphql@16.6.0
|
||||
'@sentry/node': 7.30.0
|
||||
'@sentry/tracing': 7.30.0
|
||||
|
|
@ -7278,8 +7278,8 @@ packages:
|
|||
tslib: 2.4.1
|
||||
value-or-promise: 1.0.11
|
||||
|
||||
/@graphql-tools/stitch/8.7.35_graphql@16.6.0:
|
||||
resolution: {integrity: sha512-djuBs0CukCok/h9OYUP5P4voziusCd6RaZ72rxSJjeRbX72JT48CkPxRkAI7VjrxnfOwZSylA3V2xd4G8SgAew==}
|
||||
/@graphql-tools/stitch/8.7.36_graphql@16.6.0:
|
||||
resolution: {integrity: sha512-XRukKVOyf7z9hT1034SR2XN7XsyHVvDjl6OBxt4fo7L+3EtKQl2iUCbKPTSzPCIK+CCERDQ2/J8Kp+RYIJYT/g==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
|
|
@ -7288,10 +7288,10 @@ packages:
|
|||
'@graphql-tools/merge': 8.3.15_graphql@16.6.0
|
||||
'@graphql-tools/schema': 9.0.13_graphql@16.6.0
|
||||
'@graphql-tools/utils': 9.1.4_graphql@16.6.0
|
||||
'@graphql-tools/wrap': 9.3.0_graphql@16.6.0
|
||||
'@graphql-tools/wrap': 9.3.1_graphql@16.6.0
|
||||
graphql: 16.6.0
|
||||
tslib: 2.4.1
|
||||
value-or-promise: 1.0.11
|
||||
value-or-promise: 1.0.12
|
||||
dev: false
|
||||
|
||||
/@graphql-tools/stitching-directives/2.3.25_graphql@16.6.0:
|
||||
|
|
@ -7491,6 +7491,19 @@ packages:
|
|||
tslib: 2.4.1
|
||||
value-or-promise: 1.0.12
|
||||
|
||||
/@graphql-tools/wrap/9.3.1_graphql@16.6.0:
|
||||
resolution: {integrity: sha512-uzY1HKc7qMErWL3ybv8bFG3hI1rTJPVYQ8WeJkCF/r/+aHEkUj0Bo2PYZrZTX1UIr3Tb4P5GyhqYBgZOXraZjw==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/delegate': 9.0.22_graphql@16.6.0
|
||||
'@graphql-tools/schema': 9.0.13_graphql@16.6.0
|
||||
'@graphql-tools/utils': 9.1.4_graphql@16.6.0
|
||||
graphql: 16.6.0
|
||||
tslib: 2.4.1
|
||||
value-or-promise: 1.0.12
|
||||
dev: false
|
||||
|
||||
/@graphql-typed-document-node/core/3.1.1:
|
||||
resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==}
|
||||
peerDependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue