Skip to content

Commit 6b72715

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @graphql-mesh/json-schema to v0.23.3
1 parent 0df19c4 commit 6b72715

File tree

2 files changed

+37
-13
lines changed

2 files changed

+37
-13
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@graphql-mesh/fhir": "0.10.13",
2828
"@graphql-mesh/graphql": "0.20.12",
29-
"@graphql-mesh/json-schema": "0.23.2",
29+
"@graphql-mesh/json-schema": "0.23.3",
3030
"@graphql-mesh/mongoose": "0.10.12",
3131
"@graphql-mesh/neo4j": "0.11.6",
3232
"@graphql-mesh/odata": "0.11.8",

yarn.lock

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,16 +2640,16 @@
26402640
to-json-schema "0.2.5"
26412641
url-join "4.0.1"
26422642

2643-
"@graphql-mesh/[email protected].2":
2644-
version "0.23.2"
2645-
resolved "https://registry.yarnpkg.com/@graphql-mesh/json-schema/-/json-schema-0.23.2.tgz#8f6266a173a6d28b9db5dac0b17f101bc189474c"
2646-
integrity sha512-nBkKKTNF5utNBA5+vQncIG57JWflPYvzHSiaEfqcfYrIpsr5KakfkmA5TvuOpAfX8p3Qu+C+Y7iUK4JHxApqOw==
2643+
"@graphql-mesh/[email protected].3":
2644+
version "0.23.3"
2645+
resolved "https://registry.yarnpkg.com/@graphql-mesh/json-schema/-/json-schema-0.23.3.tgz#57cb2eccb091f4d7d02dba6afaedb3c4c68a9c2e"
2646+
integrity sha512-6qKraXBlbAxQqCaI+vMyXmtzl3xR7BLgslvjhXlKrhApLmG99kcv19lzB1PuTAp1kp9ktVQlxtu8lN44JpulIA==
26472647
dependencies:
26482648
"@graphql-mesh/store" "0.3.8"
26492649
"@graphql-mesh/types" "0.57.2"
26502650
"@graphql-mesh/utils" "0.26.0"
2651-
"@graphql-tools/utils" "8.6.0"
2652-
"@omnigraph/json-schema" "0.10.0"
2651+
"@graphql-tools/utils" "8.6.1"
2652+
"@omnigraph/json-schema" "0.11.0"
26532653
graphql-compose "9.0.6"
26542654
json-machete "0.3.5"
26552655

@@ -4351,6 +4351,13 @@
43514351
dependencies:
43524352
tslib "~2.3.0"
43534353

4354+
"@graphql-tools/[email protected]":
4355+
version "8.6.1"
4356+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.1.tgz#52c7eb108f2ca2fd01bdba8eef85077ead1bf882"
4357+
integrity sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==
4358+
dependencies:
4359+
tslib "~2.3.0"
4360+
43544361
"@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.2.0":
43554362
version "8.2.1"
43564363
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e"
@@ -5255,17 +5262,17 @@
52555262
consola "^2.15.0"
52565263
node-fetch "^2.6.1"
52575264

5258-
"@omnigraph/json-schema@0.10.0":
5259-
version "0.10.0"
5260-
resolved "https://registry.yarnpkg.com/@omnigraph/json-schema/-/json-schema-0.10.0.tgz#169bd6401ad510688c4476c94492926c120f7c0a"
5261-
integrity sha512-BEKDiH4u1qTiueix+1QTXYvsXQehS7T2G/HRkB4xX9VAkdRCU0a1FbQ8b2aaxAnNcWRNiGv0PR8Ajyig9LOjAw==
5265+
"@omnigraph/json-schema@0.11.0":
5266+
version "0.11.0"
5267+
resolved "https://registry.yarnpkg.com/@omnigraph/json-schema/-/json-schema-0.11.0.tgz#08b1b86e3f1886c8897fb36827f64c060fde725e"
5268+
integrity sha512-Uqslf0VuIZsYyHnLq+lrI8exkM//rqGL+K1Mz/hCu3DrL87vOw3ZhhCEeP8SemB/9jwrS+VnWNSp/j/Id1hfow==
52625269
dependencies:
52635270
"@graphql-mesh/types" "0.57.2"
52645271
"@graphql-mesh/utils" "0.26.0"
5265-
"@graphql-tools/utils" "8.6.0"
5272+
"@graphql-tools/utils" "8.6.1"
52665273
ajv "8.8.2"
52675274
ajv-formats "2.1.1"
5268-
cross-undici-fetch "0.1.13"
5275+
cross-undici-fetch "0.1.14"
52695276
graphql-compose "9.0.6"
52705277
graphql-scalars "1.14.1"
52715278
graphql-upload "13.0.0"
@@ -9772,6 +9779,18 @@ [email protected]:
97729779
node-fetch "^2.6.5"
97739780
undici "^4.9.3"
97749781

9782+
9783+
version "0.1.14"
9784+
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.1.14.tgz#4d990cf85ce7c65c42873c05f3e595bbe97c747b"
9785+
integrity sha512-DDR6F34whCOwwBnZoqqIPZwpYzz418BPNXdDMdz0NFjTxNT+kMNLINTjZA3TxU469JbXSVTzfNpdTxUQN6MjhQ==
9786+
dependencies:
9787+
abort-controller "^3.0.0"
9788+
form-data-encoder "^1.7.1"
9789+
formdata-node "^4.3.1"
9790+
node-fetch "^2.6.5"
9791+
undici "^4.9.3"
9792+
web-streams-polyfill "^3.2.0"
9793+
97759794
cross-undici-fetch@^0.0.26:
97769795
version "0.0.26"
97779796
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.0.26.tgz#29d93d56609f4d2334f9d5333d23ef7a242842a7"
@@ -23197,6 +23216,11 @@ [email protected]:
2319723216
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz#3b19b9817374b7cee06d374ba7eeb3aeb80e8c95"
2319823217
integrity sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==
2319923218

23219+
web-streams-polyfill@^3.2.0:
23220+
version "3.2.0"
23221+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz#a6b74026b38e4885869fb5c589e90b95ccfc7965"
23222+
integrity sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==
23223+
2320023224
2320123225
version "2.1.3"
2320223226
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.3.tgz#6dca59f41dbc3fcccdb889da06191b437b18f534"

0 commit comments

Comments
 (0)