Skip to content

Commit e1c53cf

Browse files
Merge pull request #1521 from GraphQL-Portal/renovate/graphql-mesh-graphql-0.x
fix(deps): update dependency @graphql-mesh/graphql to v0.19.0
2 parents c28697b + 92c2759 commit e1c53cf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@graphql-mesh/fhir": "0.10.13",
28-
"@graphql-mesh/graphql": "0.18.19",
28+
"@graphql-mesh/graphql": "0.19.0",
2929
"@graphql-mesh/json-schema": "0.21.7",
3030
"@graphql-mesh/mongoose": "0.9.9",
3131
"@graphql-mesh/neo4j": "0.11.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,16 +2173,16 @@
21732173
"@graphql-mesh/utils" "0.12.0"
21742174
url-join "4.0.1"
21752175

2176-
"@graphql-mesh/graphql@0.18.19":
2177-
version "0.18.19"
2178-
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.18.19.tgz#cecd20b912ab3e050946e2873fb92f68e6e281ab"
2179-
integrity sha512-Id3KmTNIVZxmnrAdBgR+sPcfqZ4QgSZ/GHFdWIibZ8Zx6+qkaxgnPywvUjW3ccyjc3jyZkWu15TTB3CP+315lQ==
2176+
"@graphql-mesh/graphql@0.19.0":
2177+
version "0.19.0"
2178+
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.19.0.tgz#62e4d6aa2bb473af1ab92dd67ba65cc589c55bc3"
2179+
integrity sha512-iOdZ3dag2BGmxgd/2xCBrzDuiW/80bJf0f7+leIIJ7D1/y3dc4fHuFrL0NVB4VGvkA/XJ9chXp79EEWkvSpcwA==
21802180
dependencies:
21812181
"@graphql-mesh/store" "0.1.19"
21822182
"@graphql-mesh/types" "0.53.0"
21832183
"@graphql-mesh/utils" "0.19.0"
21842184
"@graphql-tools/delegate" "8.4.0"
2185-
"@graphql-tools/url-loader" "7.4.0"
2185+
"@graphql-tools/url-loader" "7.4.1"
21862186
"@graphql-tools/wrap" "8.3.0"
21872187

21882188
"@graphql-mesh/graphql@^0.17.0":
@@ -3802,10 +3802,10 @@
38023802
valid-url "1.0.9"
38033803
ws "7.4.5"
38043804

3805-
"@graphql-tools/[email protected].0":
3806-
version "7.4.0"
3807-
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.4.0.tgz#17811ae20231776d52fc3b0afaa1007a6bccb395"
3808-
integrity sha512-rb+nJ/6urZQaNlbOOCQckzJpOb8Vs8xchLs8wRCERFezvU8rS6R86Hf6gjAEXcMCs3Cl5m9znErgcoUaTiabqg==
3805+
"@graphql-tools/[email protected].1":
3806+
version "7.4.1"
3807+
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.4.1.tgz#2cdae0d27271aa7f8d88788698f6490dd88de4cf"
3808+
integrity sha512-RrgXxiabfCH0gTvn86o6wOKXCqhb5EFoZlbK2TzWECA4i3mJehrxZ+FSIDrbcFcpgrE94SNj9a/xXK4VcgJNKg==
38093809
dependencies:
38103810
"@graphql-tools/delegate" "^8.4.0"
38113811
"@graphql-tools/utils" "^8.5.0"

0 commit comments

Comments
 (0)