|
2640 | 2640 | to-json-schema "0.2.5" |
2641 | 2641 | url-join "4.0.1" |
2642 | 2642 |
|
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== |
| 2643 | +"@graphql-mesh/ [email protected]. 4": |
| 2644 | + version "0.23.4" |
| 2645 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/json-schema/-/json-schema-0.23.4.tgz#278d6a586cf80c16014c4d1c58bbe9a56f485d73" |
| 2646 | + integrity sha512-IGicMGIFWoWur4IwuT2RbUpuoWt0QQjal2kT74Uk3YIIFgJkuGE5QtP1SUZaarq2GIElLt56Qo9pP1daIVCeJQ== |
2647 | 2647 | dependencies: |
2648 | 2648 | "@graphql-mesh/store" "0.3.8" |
2649 | 2649 | "@graphql-mesh/types" "0.57.2" |
2650 | 2650 | "@graphql-mesh/utils" "0.26.0" |
2651 | 2651 | "@graphql-tools/utils" "8.6.1" |
2652 | | - "@omnigraph/json-schema" "0.11.0" |
| 2652 | + "@omnigraph/json-schema" "0.11.1" |
2653 | 2653 | graphql-compose "9.0.6" |
2654 | | - json-machete "0.3.5" |
| 2654 | + json-machete "0.3.6" |
2655 | 2655 |
|
2656 | 2656 | "@graphql-mesh/merger-federation@^0.9.0": |
2657 | 2657 | version "0.9.11" |
|
5262 | 5262 | consola "^2.15.0" |
5263 | 5263 | node-fetch "^2.6.1" |
5264 | 5264 |
|
5265 | | - |
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== |
| 5265 | + |
| 5266 | + version "0.11.1" |
| 5267 | + resolved "https://registry.yarnpkg.com/@omnigraph/json-schema/-/json-schema-0.11.1.tgz#ad49552f53b053de46ebb21b3317129d3c03415d" |
| 5268 | + integrity sha512-vXZ6X1vvZ7SUEKAO80X6Ggwk92jsj9HaQxbdXsvgAxD1xTiXxdKMLHqL8cUUKhgVSyjTtczt2nOCJUvyvcTdgQ== |
5269 | 5269 | dependencies: |
5270 | 5270 | "@graphql-mesh/types" "0.57.2" |
5271 | 5271 | "@graphql-mesh/utils" "0.26.0" |
5272 | 5272 | "@graphql-tools/utils" "8.6.1" |
5273 | | - ajv "8.8.2" |
| 5273 | + ajv "8.9.0" |
5274 | 5274 | ajv-formats "2.1.1" |
5275 | | - cross-undici-fetch "0.1.14" |
| 5275 | + cross-undici-fetch "0.1.16" |
5276 | 5276 | graphql-compose "9.0.6" |
5277 | 5277 | graphql-scalars "1.14.1" |
5278 | 5278 | graphql-upload "13.0.0" |
5279 | | - json-machete "0.3.5" |
| 5279 | + json-machete "0.3.6" |
5280 | 5280 | pascal-case "3.1.2" |
5281 | | - qs "6.10.2" |
| 5281 | + qs "6.10.3" |
5282 | 5282 | to-json-schema "0.2.5" |
5283 | 5283 | url-join "4.0.1" |
5284 | 5284 |
|
|
7256 | 7256 | require-from-string "^2.0.2" |
7257 | 7257 | uri-js "^4.2.2" |
7258 | 7258 |
|
| 7259 | + |
| 7260 | + version "8.9.0" |
| 7261 | + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.9.0.tgz#738019146638824dea25edcf299dcba1b0e7eb18" |
| 7262 | + integrity sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ== |
| 7263 | + dependencies: |
| 7264 | + fast-deep-equal "^3.1.1" |
| 7265 | + json-schema-traverse "^1.0.0" |
| 7266 | + require-from-string "^2.0.2" |
| 7267 | + uri-js "^4.2.2" |
| 7268 | + |
7259 | 7269 | ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.11.0, ajv@^6.12.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.12.6: |
7260 | 7270 | version "6.12.6" |
7261 | 7271 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" |
|
9784 | 9794 | node-fetch "^2.6.5" |
9785 | 9795 | undici "^4.9.3" |
9786 | 9796 |
|
9787 | | - |
9788 | | - version "0.1.14" |
9789 | | - resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.1.14.tgz#4d990cf85ce7c65c42873c05f3e595bbe97c747b" |
9790 | | - integrity sha512-DDR6F34whCOwwBnZoqqIPZwpYzz418BPNXdDMdz0NFjTxNT+kMNLINTjZA3TxU469JbXSVTzfNpdTxUQN6MjhQ== |
| 9797 | + |
| 9798 | + version "0.1.16" |
| 9799 | + resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.1.16.tgz#48ce18c701c7cf8053afe3c1d7e4d62a1952e0cc" |
| 9800 | + integrity sha512-VoL+4GLbq2R7cfpM3wc3RClV6boUAjbpZ485YHsIeBnWYUi4osdDZhh1ohk9+BjrLvAvwmvQwZC5rTEIVQ2eVQ== |
9791 | 9801 | dependencies: |
9792 | 9802 | abort-controller "^3.0.0" |
9793 | 9803 | form-data-encoder "^1.7.1" |
|
15705 | 15715 | resolved "https://registry.yarnpkg.com/json-bigint-patch/-/json-bigint-patch-0.0.4.tgz#9c1cb80ec364fa685061e1afb7abcc9a7fb6f6f0" |
15706 | 15716 | integrity sha512-OCmozd929JDOvIfik3lObvbAWpEQl1lVYJbBf0iWJzqlEeRgf3VnVJZXUR4RB206tZIROnEGiCng+62UVWu8Iw== |
15707 | 15717 |
|
15708 | | - |
15709 | | - version "0.3.5" |
15710 | | - resolved "https://registry.yarnpkg.com/json-machete/-/json-machete-0.3.5.tgz#440fc97e46eb6c3090ad7cb9fe047eb086c06133" |
15711 | | - integrity sha512-Zx4QYTHGEvKGQ0QsiJP0MF8laiGX3zOzUZknLUC/P7kJt0/3/IzL9fh+bd6lMYEc+W5hEYSBhjBWNEqDUJ/l6Q== |
| 15718 | + |
| 15719 | + version "0.3.6" |
| 15720 | + resolved "https://registry.yarnpkg.com/json-machete/-/json-machete-0.3.6.tgz#ada9bee9b597d475a4b7419daa03574adf325ca3" |
| 15721 | + integrity sha512-5WyB3y7SaVm6Saz7RTklQrJdJYruG6MspubLgmp80+u8DYK3pGfFgLtP+8EzODPCTKQYYOfqmgYTEtpy0kd2EA== |
15712 | 15722 | dependencies: |
15713 | 15723 | "@graphql-mesh/utils" "0.26.0" |
15714 | 15724 | "@json-schema-tools/meta-schema" "1.6.19" |
15715 | | - cross-undici-fetch "0.1.13" |
| 15725 | + cross-undici-fetch "0.1.16" |
15716 | 15726 | json-ptr "3.0.1" |
15717 | 15727 | to-json-schema "0.2.5" |
15718 | 15728 | url-join "4.0.1" |
|
19632 | 19642 | dependencies: |
19633 | 19643 | side-channel "^1.0.4" |
19634 | 19644 |
|
19635 | | - |
19636 | | - version "6.10.2" |
19637 | | - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.2.tgz#c1431bea37fc5b24c5bdbafa20f16bdf2a4b9ffe" |
19638 | | - integrity sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw== |
| 19645 | + |
| 19646 | + version "6.10.3" |
| 19647 | + resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" |
| 19648 | + integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== |
19639 | 19649 | dependencies: |
19640 | 19650 | side-channel "^1.0.4" |
19641 | 19651 |
|
|
19654 | 19664 | resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee" |
19655 | 19665 | integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ== |
19656 | 19666 |
|
19657 | | -qs@^6.10.1: |
19658 | | - version "6.10.3" |
19659 | | - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" |
19660 | | - integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== |
19661 | | - dependencies: |
19662 | | - side-channel "^1.0.4" |
19663 | | - |
19664 | 19667 | qs@~6.5.2: |
19665 | 19668 | version "6.5.2" |
19666 | 19669 | resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" |
|
0 commit comments