Skip to content

Commit 7a475e1

Browse files
Merge pull request #1488 from GraphQL-Portal/renovate/graphql-mesh-thrift-0.x
fix(deps): update dependency @graphql-mesh/thrift to v0.7.31
2 parents 72b4679 + e50c0ef commit 7a475e1

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@graphql-mesh/openapi": "0.19.3",
3434
"@graphql-mesh/postgraphile": "0.11.4",
3535
"@graphql-mesh/soap": "0.7.10",
36-
"@graphql-mesh/thrift": "0.7.30",
36+
"@graphql-mesh/thrift": "0.7.31",
3737
"@graphql-mesh/grpc": "0.16.1",
3838
"@graphql-mesh/mysql": "0.13.4",
3939
"@graphql-mesh/transform-cache": "0.9.21",

yarn.lock

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,15 +2457,6 @@
24572457
"@graphql-mesh/utils" "0.16.0"
24582458
"@graphql-tools/utils" "8.1.2"
24592459

2460-
"@graphql-mesh/[email protected]":
2461-
version "0.1.18"
2462-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.1.18.tgz#94917a6f2169f78b36cb75f6d3f561848e5f30af"
2463-
integrity sha512-gREC+2SHqFlvL2qoc6D2nCi61TN8jP8Svj1IMrvi83iAazSn8rc4MH8VNgWRLRg8HLB8Dd9hekn4E2O7MVEG9Q==
2464-
dependencies:
2465-
"@graphql-inspector/core" "3.0.2"
2466-
"@graphql-mesh/utils" "0.18.1"
2467-
"@graphql-tools/utils" "8.3.0"
2468-
24692460
"@graphql-mesh/[email protected]":
24702461
version "0.1.19"
24712462
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.1.19.tgz#5c69c4b63aa5735b58e60054f9965dd2a570f81f"
@@ -2475,18 +2466,18 @@
24752466
"@graphql-mesh/utils" "0.19.0"
24762467
"@graphql-tools/utils" "8.5.0"
24772468

2478-
"@graphql-mesh/[email protected].30":
2479-
version "0.7.30"
2480-
resolved "https://registry.yarnpkg.com/@graphql-mesh/thrift/-/thrift-0.7.30.tgz#4aa4e1608f9ad291e05250d7b0381edca227d63f"
2481-
integrity sha512-SzEPsCIpLMsCUzwTu7oqLkVi90DZrplLEZ3HqssYfez4Pt5xsz2VyjYTowK4G1pJ/OFL2TjvatplaWMVYI87zw==
2469+
"@graphql-mesh/[email protected].31":
2470+
version "0.7.31"
2471+
resolved "https://registry.yarnpkg.com/@graphql-mesh/thrift/-/thrift-0.7.31.tgz#576f624fbcc6c9ff115b2f5b076c2c8864728b9d"
2472+
integrity sha512-wOrVAoOcqYVzjV+viRZ573m4HCYmjck0333kqRdfBY05r6Rva/eVJtpbTpxJ/bHPvFxGAOjUw7jsZzktf73/Tg==
24822473
dependencies:
24832474
"@creditkarma/thrift-client" "0.17.2"
24842475
"@creditkarma/thrift-parser" "1.2.0"
24852476
"@creditkarma/thrift-server-core" "0.17.2"
2486-
"@graphql-mesh/store" "0.1.18"
2477+
"@graphql-mesh/store" "0.1.19"
24872478
"@graphql-mesh/types" "0.53.0"
2488-
"@graphql-mesh/utils" "0.18.1"
2489-
"@graphql-tools/utils" "8.3.0"
2479+
"@graphql-mesh/utils" "0.19.0"
2480+
"@graphql-tools/utils" "8.5.0"
24902481
fetchache "0.1.1"
24912482
graphql-scalars "1.12.0"
24922483
thrift "0.15.0"

0 commit comments

Comments
 (0)