|
1485 | 1485 | localforage "1.10.0"
|
1486 | 1486 | tslib "^2.4.0"
|
1487 | 1487 |
|
1488 |
| -"@graphql-mesh/[email protected].10": |
1489 |
| - version "0.75.10" |
1490 |
| - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.75.10.tgz#c3c18915ea33886222268b3d875a5dbf6bdda3c1" |
1491 |
| - integrity sha512-iIxIQAOFOrjC98TEzmNuiKlU6gHBdLBXVZ/uyLj5NkejMVUO27FTSUU+ZRa/yKoywQp74369hQ12h6s0AK+E5Q== |
| 1488 | +"@graphql-mesh/[email protected].11": |
| 1489 | + version "0.75.11" |
| 1490 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.75.11.tgz#8843e579b22427614eb75b827f0069d27ec1c4fc" |
| 1491 | + integrity sha512-BU/+MSIsFcYa4UjlRfWIAZLqE4mJBDG3zTA5I7S1f6SGXHaKR/W/tIe9pneyAGb5fHpmpTAFjRw+eypAcsdOVw== |
1492 | 1492 | dependencies:
|
1493 | 1493 | "@graphql-codegen/core" "2.6.2"
|
1494 | 1494 | "@graphql-codegen/typed-document-node" "2.3.3"
|
1495 | 1495 | "@graphql-codegen/typescript" "2.7.3"
|
1496 | 1496 | "@graphql-codegen/typescript-generic-sdk" "3.0.0"
|
1497 | 1497 | "@graphql-codegen/typescript-operations" "2.5.3"
|
1498 | 1498 | "@graphql-codegen/typescript-resolvers" "2.7.3"
|
1499 |
| - "@graphql-mesh/config" "5.1.8" |
| 1499 | + "@graphql-mesh/config" "6.0.0" |
1500 | 1500 | "@graphql-mesh/cross-helpers" "0.2.2"
|
1501 |
| - "@graphql-mesh/runtime" "0.41.10" |
| 1501 | + "@graphql-mesh/runtime" "0.42.0" |
1502 | 1502 | "@graphql-mesh/store" "0.8.29"
|
1503 | 1503 | "@graphql-mesh/types" "0.79.0"
|
1504 | 1504 | "@graphql-mesh/utils" "0.38.0"
|
|
1531 | 1531 | ws "8.8.1"
|
1532 | 1532 | yargs "17.5.1"
|
1533 | 1533 |
|
1534 |
| -"@graphql-mesh/config@5.1.8": |
1535 |
| - version "5.1.8" |
1536 |
| - resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-5.1.8.tgz#db97543374b4fa23eacb7738ec6ad5451b7358b2" |
1537 |
| - integrity sha512-8dk5h4PzGB6Q3Z0iLLYfrb2N5+I6FyrV7gjoZ3GuDT8SbmsFAVvdm1uD/04vI6RxD9pj866U279EDyIrFo/RHg== |
| 1534 | +"@graphql-mesh/config@6.0.0": |
| 1535 | + version "6.0.0" |
| 1536 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-6.0.0.tgz#9050f818c9740acfc172c45c3fa50f4f9773ece6" |
| 1537 | + integrity sha512-5e56GDbnQTM51Wd3NqKktu+ZW70EkIHKDusRge+F5m97B8aOSsayZmFwb9i7UAT/u8VAyE1b+ebAHya5KAX6yg== |
1538 | 1538 | dependencies:
|
1539 | 1539 | "@envelop/core" "2.5.0"
|
1540 | 1540 | "@graphql-mesh/cache-localforage" "0.6.26"
|
|
1609 | 1609 | "@graphql-tools/utils" "8.10.0"
|
1610 | 1610 | tslib "^2.4.0"
|
1611 | 1611 |
|
1612 |
| -"@graphql-mesh/runtime@0.41.10": |
1613 |
| - version "0.41.10" |
1614 |
| - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.41.10.tgz#61614d17cb444e62f4629382bcfbee35a7c46f72" |
1615 |
| - integrity sha512-NuX/Na820byDPtt3quscBGx2DDBtnd6yyiax/X/VK+5XGZ33ejoYyckMlARWWtamgEPoouSvTHBQtfXPPo9PBg== |
| 1612 | +"@graphql-mesh/runtime@0.42.0": |
| 1613 | + version "0.42.0" |
| 1614 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.42.0.tgz#492b04e7f6ef3928bc7667a008b2951177781207" |
| 1615 | + integrity sha512-wOju+cw+mpK0WJ77usjAchiK5Q8l5vGBLpI4nmatSiIXU6KdyMJ+NyVWsDFV/0rzwxtQAh1nv4SuuV38/9cx7g== |
1616 | 1616 | dependencies:
|
1617 | 1617 | "@envelop/core" "2.5.0"
|
1618 | 1618 | "@envelop/extended-validation" "1.8.0"
|
1619 | 1619 | "@graphql-mesh/string-interpolation" "0.3.2"
|
1620 | 1620 | "@graphql-mesh/types" "0.79.0"
|
1621 | 1621 | "@graphql-mesh/utils" "0.38.0"
|
1622 | 1622 | "@graphql-tools/batch-delegate" "8.3.6"
|
| 1623 | + "@graphql-tools/batch-execute" "8.5.3" |
1623 | 1624 | "@graphql-tools/delegate" "9.0.3"
|
1624 | 1625 | "@graphql-tools/utils" "8.10.0"
|
1625 | 1626 | "@graphql-tools/wrap" "9.0.4"
|
|
0 commit comments