Skip to content

Commit 385b382

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @graphql-mesh/graphql to v0.20.16
1 parent 05cc9f2 commit 385b382

File tree

2 files changed

+36
-19
lines changed

2 files changed

+36
-19
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.20.13",
28+
"@graphql-mesh/graphql": "0.20.16",
2929
"@graphql-mesh/json-schema": "0.23.5",
3030
"@graphql-mesh/mongoose": "0.10.13",
3131
"@graphql-mesh/neo4j": "0.11.6",

yarn.lock

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,16 +2565,16 @@
25652565
"@graphql-mesh/utils" "0.12.0"
25662566
url-join "4.0.1"
25672567

2568-
"@graphql-mesh/[email protected].13":
2569-
version "0.20.13"
2570-
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.20.13.tgz#3241dfb3d58ee46773ed41e75d36f33d3a5eb28e"
2571-
integrity sha512-7QCqEj9U2S7iyOzvSpuUKqehqiy0HOQ3086HVi0yVFUPuhlXi+mZS9fxey1tZFXLV2F0OGyyGaLH+2jozb26Sw==
2568+
"@graphql-mesh/[email protected].16":
2569+
version "0.20.16"
2570+
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.20.16.tgz#db9cddd3a71aa2fbf79e2da21c89dc22b7c330a9"
2571+
integrity sha512-0PoEeqX2510e1ZtdhwTLrAEMFGYqYyDd2hqyJEOICF3iWYZjSA5H0eYzYZTfI9GkspNd8b5kH5ZGIdeZbKKvAg==
25722572
dependencies:
2573-
"@graphql-mesh/store" "0.3.9"
2574-
"@graphql-mesh/types" "0.58.0"
2575-
"@graphql-mesh/utils" "0.26.1"
2573+
"@graphql-mesh/store" "0.3.12"
2574+
"@graphql-mesh/types" "0.61.0"
2575+
"@graphql-mesh/utils" "0.26.4"
25762576
"@graphql-tools/delegate" "8.4.3"
2577-
"@graphql-tools/url-loader" "7.7.0"
2577+
"@graphql-tools/url-loader" "7.7.1"
25782578
"@graphql-tools/wrap" "8.3.3"
25792579

25802580
"@graphql-mesh/graphql@^0.17.0":
@@ -2849,6 +2849,15 @@
28492849
"@graphql-mesh/utils" "0.16.0"
28502850
"@graphql-tools/utils" "8.1.2"
28512851

2852+
"@graphql-mesh/[email protected]":
2853+
version "0.3.12"
2854+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.3.12.tgz#c090e298297b9f476eac3f18ba93a0bfea550e3f"
2855+
integrity sha512-CutZeICTpvzTxcmCaBCRx/3LHxsRq+7+UdfyH8TW44ZlMbBK5R60RQVoAWBSCmLfMpB8BBzr/0v2vkM7HK+G/Q==
2856+
dependencies:
2857+
"@graphql-inspector/core" "3.0.2"
2858+
"@graphql-mesh/utils" "0.26.4"
2859+
"@graphql-tools/utils" "8.6.1"
2860+
28522861
"@graphql-mesh/[email protected]":
28532862
version "0.3.9"
28542863
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.3.9.tgz#b022ab25351b365c8a4f48fca6c5a8e932a94e78"
@@ -4260,18 +4269,18 @@
42604269
valid-url "1.0.9"
42614270
ws "7.4.5"
42624271

4263-
"@graphql-tools/[email protected].0":
4264-
version "7.7.0"
4265-
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.7.0.tgz#504f0030c75b61bca4ac07da49e8cd872c316972"
4266-
integrity sha512-mBBb+aJqI4E0MVEzyfi76Pi/G6lGxGTVt/tP1YtKJly7UnonNoWOtDusdL3zIVAGhGgLsNrLbGhLDbwSd6TV6A==
4272+
"@graphql-tools/[email protected].1":
4273+
version "7.7.1"
4274+
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.7.1.tgz#2faabdc1d2c47edc8edc9cc938eee2767189869f"
4275+
integrity sha512-K/5amdeHtKYI976HVd/AXdSNvLL7vx5QVjMlwN0OHeYyxSgC+UOH+KkS7cshYgL13SekGu0Mxbg9ABfgQ34ECA==
42674276
dependencies:
42684277
"@graphql-tools/delegate" "^8.4.1"
42694278
"@graphql-tools/utils" "^8.5.1"
42704279
"@graphql-tools/wrap" "^8.3.1"
42714280
"@n1ru4l/graphql-live-query" "^0.9.0"
42724281
"@types/websocket" "^1.0.4"
42734282
"@types/ws" "^8.0.0"
4274-
cross-undici-fetch "^0.1.4"
4283+
cross-undici-fetch "^0.1.19"
42754284
dset "^3.1.0"
42764285
extract-files "^11.0.0"
42774286
graphql-sse "^1.0.1"
@@ -9807,16 +9816,17 @@ cross-undici-fetch@^0.0.26:
98079816
node-fetch "^2.6.5"
98089817
undici "^4.9.3"
98099818

9810-
cross-undici-fetch@^0.1.4:
9811-
version "0.1.4"
9812-
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.1.4.tgz#6058950dc6bf451f81a51582258f4e5a5a01b702"
9813-
integrity sha512-jIcyxjQ6mEvUS3y2yhIVktOR7wlGZuyjFAK8woo7pMb+BR1f2ylfTxsN01UPwhqT8gtYPmZ2rPdyoInr1Cdrrw==
9819+
cross-undici-fetch@^0.1.19:
9820+
version "0.1.23"
9821+
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.1.23.tgz#254c5f7d11f0e462a57187db94383ee6ca9f1525"
9822+
integrity sha512-PxSFKt7owZrL/WWowlOXVyD86HcUXePQ0853p/6DGktaONK10hVixV9RmqPaEsdrCTJkeBDlnXFT2tp6db0K0g==
98149823
dependencies:
98159824
abort-controller "^3.0.0"
98169825
form-data-encoder "^1.7.1"
98179826
formdata-node "^4.3.1"
9818-
node-fetch "^2.6.5"
9827+
node-fetch "^2.6.7"
98199828
undici "^4.9.3"
9829+
web-streams-polyfill "^3.2.0"
98209830

98219831
crypto-browserify@^3.11.0:
98229832
version "3.12.0"
@@ -17461,6 +17471,13 @@ node-fetch@^2.6.5:
1746117471
dependencies:
1746217472
whatwg-url "^5.0.0"
1746317473

17474+
node-fetch@^2.6.7:
17475+
version "2.6.7"
17476+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
17477+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
17478+
dependencies:
17479+
whatwg-url "^5.0.0"
17480+
1746417481
node-forge@^0.10.0:
1746517482
version "0.10.0"
1746617483
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"

0 commit comments

Comments
 (0)