Skip to content

Commit c609c2e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @graphql-mesh/json-schema to v0.19.3
1 parent 28b5332 commit c609c2e

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
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.18.13",
29-
"@graphql-mesh/json-schema": "0.19.0",
29+
"@graphql-mesh/json-schema": "0.19.3",
3030
"@graphql-mesh/mongoose": "0.9.2",
3131
"@graphql-mesh/neo4j": "0.11.6",
3232
"@graphql-mesh/odata": "0.11.8",

yarn.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,20 +2244,20 @@
22442244
to-json-schema "0.2.5"
22452245
url-join "4.0.1"
22462246

2247-
"@graphql-mesh/[email protected].0":
2248-
version "0.19.0"
2249-
resolved "https://registry.yarnpkg.com/@graphql-mesh/json-schema/-/json-schema-0.19.0.tgz#c3bba46d4c9cd51666f9f4d14e6e24ab2c618331"
2250-
integrity sha512-QpFRG+5EkmRu4sRpwY36+9RIFOP7ekddC+T451lRWnpaRoq3/5lomaG82c/HTzdcI3lf+uQO6kbyd9zI5IgclA==
2247+
"@graphql-mesh/[email protected].3":
2248+
version "0.19.3"
2249+
resolved "https://registry.yarnpkg.com/@graphql-mesh/json-schema/-/json-schema-0.19.3.tgz#ecb4d380386f66677d48b660f2e50ab7c91c5164"
2250+
integrity sha512-Z7fd4OR+iAdKr8EfdVJX2Vp8beMhKFpEsjpP0qpWCpJ2axYCggPzW9P61nRcuqMDsRmNkx8SxxgEzumZL2LDmw==
22512251
dependencies:
2252-
"@graphql-mesh/store" "0.1.12"
2252+
"@graphql-mesh/store" "0.1.13"
22532253
"@graphql-mesh/types" "0.49.0"
2254-
"@graphql-mesh/utils" "0.16.2"
2255-
"@graphql-tools/utils" "8.2.2"
2254+
"@graphql-mesh/utils" "0.16.3"
2255+
"@graphql-tools/utils" "8.2.4"
22562256
ajv "8.6.3"
22572257
ajv-formats "2.1.1"
22582258
graphql-compose "9.0.3"
22592259
graphql-scalars "1.10.1"
2260-
json-machete "0.0.13"
2260+
json-machete "0.0.14"
22612261
pascal-case "3.1.2"
22622262
qs "6.10.1"
22632263
to-json-schema "0.2.5"
@@ -3848,6 +3848,13 @@
38483848
dependencies:
38493849
tslib "~2.3.0"
38503850

3851+
"@graphql-tools/[email protected]":
3852+
version "8.2.4"
3853+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.4.tgz#89f92c8dc0cdb6b9f32c90e904aa90e66a2e0a58"
3854+
integrity sha512-uB+JL7CqTKJ2Q5zXA+a2la1cA8YYPcc0RHO/3mK54hxlZa2Z5/9k9XrNfMof4LZQefTaBM7M6QWtaxGklJln4A==
3855+
dependencies:
3856+
tslib "~2.3.0"
3857+
38513858
"@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.2.0":
38523859
version "8.2.1"
38533860
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e"
@@ -14646,12 +14653,12 @@ [email protected]:
1464614653
resolved "https://registry.yarnpkg.com/json-bigint-patch/-/json-bigint-patch-0.0.4.tgz#9c1cb80ec364fa685061e1afb7abcc9a7fb6f6f0"
1464714654
integrity sha512-OCmozd929JDOvIfik3lObvbAWpEQl1lVYJbBf0iWJzqlEeRgf3VnVJZXUR4RB206tZIROnEGiCng+62UVWu8Iw==
1464814655

14649-
14650-
version "0.0.13"
14651-
resolved "https://registry.yarnpkg.com/json-machete/-/json-machete-0.0.13.tgz#65d541e78bbff1de47a2fe4354f52b387ef272bc"
14652-
integrity sha512-2Gi+e4t/TYFlkuOc/nbbvlceDbNQYOslmlkMHdp87IyKdesVH073aRH4ICjppfPbjWWIhsASTI6fQfPxwflfsQ==
14656+
14657+
version "0.0.14"
14658+
resolved "https://registry.yarnpkg.com/json-machete/-/json-machete-0.0.14.tgz#db071f9661bf07c4ce670ce9b32e52e26b1051b2"
14659+
integrity sha512-TYYYaNbXmu/f8kUqNbrJs9ruDLm+kHqZ8a5eVEo0x0CU9RLD6/poRMCPrT1dML1QxlsRr0Xnp+go4mdfoIbqNg==
1465314660
dependencies:
14654-
"@graphql-mesh/utils" "0.16.2"
14661+
"@graphql-mesh/utils" "0.16.3"
1465514662
"@json-schema-tools/meta-schema" "1.6.19"
1465614663
json-ptr "2.2.0"
1465714664

0 commit comments

Comments
 (0)