Skip to content

Commit 08bb8da

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @graphql-mesh/grpc to v0.19.1
1 parent 0cfc926 commit 08bb8da

File tree

2 files changed

+20
-34
lines changed

2 files changed

+20
-34
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@graphql-mesh/postgraphile": "0.11.4",
3535
"@graphql-mesh/soap": "0.7.10",
3636
"@graphql-mesh/thrift": "0.8.12",
37-
"@graphql-mesh/grpc": "0.18.7",
37+
"@graphql-mesh/grpc": "0.19.1",
3838
"@graphql-mesh/mysql": "0.14.12",
3939
"@graphql-mesh/transform-cache": "0.11.9",
4040
"@graphql-mesh/transform-encapsulate": "0.3.8",

yarn.lock

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,18 +2588,18 @@
25882588
"@graphql-tools/url-loader" "6.10.1"
25892589
"@graphql-tools/wrap" "7.0.8"
25902590

2591-
"@graphql-mesh/grpc@0.18.7":
2592-
version "0.18.7"
2593-
resolved "https://registry.yarnpkg.com/@graphql-mesh/grpc/-/grpc-0.18.7.tgz#eca80f85b6415a0ca58a1b6b2822f5d75b4fc0a4"
2594-
integrity sha512-ZCp2qlvtEz3AvRwObTcsz1itQ6WqoWRPPU+vtV4NjpYX/0PRw32WZthe39VKigSS2rxjFGEaslvALwPPId8quw==
2591+
"@graphql-mesh/grpc@0.19.1":
2592+
version "0.19.1"
2593+
resolved "https://registry.yarnpkg.com/@graphql-mesh/grpc/-/grpc-0.19.1.tgz#bd400d87366439c59d4621345b78dfa6b5516b70"
2594+
integrity sha512-jnTXkPa1KIlRgwv7FYhks8OP9yDw4jaBIUi9YOVZqlfRkXo1IOgNWKatlbXUE8KMVm246Zypgg40NUnCNEi54g==
25952595
dependencies:
2596-
"@graphql-mesh/store" "0.3.5"
2597-
"@graphql-mesh/types" "0.57.0"
2598-
"@graphql-mesh/utils" "0.24.1"
2596+
"@graphql-mesh/store" "0.3.8"
2597+
"@graphql-mesh/types" "0.57.2"
2598+
"@graphql-mesh/utils" "0.26.0"
25992599
"@grpc/grpc-js" "^1.1.7"
2600-
"@grpc/proto-loader" "0.6.7"
2600+
"@grpc/proto-loader" "0.6.9"
26012601
globby "11.0.4"
2602-
graphql-compose "9.0.4"
2602+
graphql-compose "9.0.6"
26032603
graphql-scalars "1.14.1"
26042604
grpc-reflection-js "0.1.2"
26052605
lodash "4.17.21"
@@ -4511,16 +4511,16 @@
45114511
protobufjs "^6.10.0"
45124512
yargs "^16.1.1"
45134513

4514-
4515-
version "0.6.7"
4516-
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.7.tgz#e62a202f4cf5897bdd0e244dec1dbc80d84bdfa1"
4517-
integrity sha512-QzTPIyJxU0u+r2qGe8VMl3j/W2ryhEvBv7hc42OjYfthSj370fUrb7na65rG6w3YLZS/fb8p89iTBobfWGDgdw==
4514+
4515+
version "0.6.9"
4516+
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.9.tgz#4014eef366da733f8e04a9ddd7376fe8a58547b7"
4517+
integrity sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg==
45184518
dependencies:
45194519
"@types/long" "^4.0.1"
45204520
lodash.camelcase "^4.3.0"
45214521
long "^4.0.0"
45224522
protobufjs "^6.10.0"
4523-
yargs "^16.1.1"
4523+
yargs "^16.2.0"
45244524

45254525
45264526
version "2.1.4"
@@ -6249,11 +6249,6 @@
62496249
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
62506250
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
62516251

6252-
6253-
version "0.11.1"
6254-
resolved "https://registry.yarnpkg.com/@types/object-path/-/object-path-0.11.1.tgz#eea5b357518597fc9c0a067ea3147f599fc1514f"
6255-
integrity sha512-219LSCO9HPcoXcRTC6DbCs0FRhZgBnEMzf16RRqkT40WbkKx3mOeQuz3e2XqbfhOz/AHfbru0kzB1n1RCAsIIg==
6256-
62576252
"@types/object-path@^0.11.0":
62586253
version "0.11.0"
62596254
resolved "https://registry.yarnpkg.com/@types/object-path/-/object-path-0.11.0.tgz#0b744309b2573dc8bf867ef589b6288be998e602"
@@ -12922,15 +12917,6 @@ [email protected]:
1292212917
graphql-type-json "0.3.2"
1292312918
object-path "0.11.5"
1292412919

12925-
12926-
version "9.0.4"
12927-
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-9.0.4.tgz#b4b584cbbdf7df123fe3d7e3ee913e1918c8ecb7"
12928-
integrity sha512-Cvu+efr6qB6Q7XRoXvTShsFNptW9UWG6XW1fPBIa95BCyi/8lH7ZLVPJTy+vKTLhViJZ7uw/MoJ1FPkUGu+S4Q==
12929-
dependencies:
12930-
"@types/object-path" "0.11.1"
12931-
graphql-type-json "0.3.2"
12932-
object-path "0.11.8"
12933-
1293412920
1293512921
version "9.0.6"
1293612922
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-9.0.6.tgz#594195f3a3ac92d0e6d869adc6376f7bb1c74b6a"
@@ -17766,16 +17752,16 @@ [email protected], object-path@^0.11.5:
1776617752
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.5.tgz#d4e3cf19601a5140a55a16ad712019a9c50b577a"
1776717753
integrity sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==
1776817754

17769-
[email protected], object-path@^0.11.8:
17770-
version "0.11.8"
17771-
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.8.tgz#ed002c02bbdd0070b78a27455e8ae01fc14d4742"
17772-
integrity sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==
17773-
1777417755
object-path@^0.11.4:
1777517756
version "0.11.7"
1777617757
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.7.tgz#5f211161f34bb395e4b13a5f565b79d933b6f65d"
1777717758
integrity sha512-T4evaK9VfGGQskXBDILcn6F90ZD+WO3OwRFFQ2rmZdUH4vQeDBpiolTpVlPY2yj5xSepyILTjDyM6UvbbdHMZw==
1777817759

17760+
object-path@^0.11.8:
17761+
version "0.11.8"
17762+
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.8.tgz#ed002c02bbdd0070b78a27455e8ae01fc14d4742"
17763+
integrity sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==
17764+
1777917765
object-visit@^1.0.0:
1778017766
version "1.0.1"
1778117767
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"

0 commit comments

Comments
 (0)