|
707 | 707 | "@graphql-codegen/plugin-helpers" "^5.0.3" |
708 | 708 | tslib "~2.6.0" |
709 | 709 |
|
710 | | -"@graphql-codegen/cli@5.0.6": |
711 | | - version "5.0.6" |
712 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.6.tgz#586bd45ef7620406950687d0ed080ff383340e0a" |
713 | | - integrity sha512-1r5dtZ2l1jiCF/4qLMTcT7mEoWWWeqQlmn7HcPHgnV/OXIEodwox7XRGAmOKUygoabRjFF3S0jd0TWbkq5Otsw== |
| 710 | +"@graphql-codegen/cli@5.0.7": |
| 711 | + version "5.0.7" |
| 712 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.7.tgz#5c8f843fb12e2d69692bee55b2846afa05e7999b" |
| 713 | + integrity sha512-h/sxYvSaWtxZxo8GtaA8SvcHTyViaaPd7dweF/hmRDpaQU1o3iU3EZxlcJ+oLTunU0tSMFsnrIXm/mhXxI11Cw== |
714 | 714 | dependencies: |
715 | 715 | "@babel/generator" "^7.18.13" |
716 | 716 | "@babel/template" "^7.18.10" |
717 | 717 | "@babel/types" "^7.18.13" |
718 | | - "@graphql-codegen/client-preset" "^4.8.1" |
| 718 | + "@graphql-codegen/client-preset" "^4.8.2" |
719 | 719 | "@graphql-codegen/core" "^4.0.2" |
720 | | - "@graphql-codegen/plugin-helpers" "^5.0.3" |
| 720 | + "@graphql-codegen/plugin-helpers" "^5.1.1" |
721 | 721 | "@graphql-tools/apollo-engine-loader" "^8.0.0" |
722 | 722 | "@graphql-tools/code-file-loader" "^8.0.0" |
723 | 723 | "@graphql-tools/git-loader" "^8.0.0" |
|
748 | 748 | yaml "^2.3.1" |
749 | 749 | yargs "^17.0.0" |
750 | 750 |
|
751 | | -"@graphql-codegen/client-preset@^4.8.1": |
752 | | - version "4.8.1" |
753 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.1.tgz#2743875bb4884f9936c875d903f507c6aa77a5e6" |
754 | | - integrity sha512-XLF2V7WKLnepvrGE44JP+AvjS+Oz9AT0oYgTl/6d9btQ+2VYFcmwQPjNAuMVHipqE9I6h8hSEfH9hUrzUptB1g== |
| 751 | +"@graphql-codegen/client-preset@^4.8.2": |
| 752 | + version "4.8.2" |
| 753 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.2.tgz#1a7e7f693307f2c704b1bd59c17c8c72a89b573f" |
| 754 | + integrity sha512-YoH2obkNLorgT7bs5cbveg6A1fM4ZW5AE/CWLaSzViMTAXk51q0z/5+sTrDW2Ft6Or3mTxFLEByCgXhPgAj2Lw== |
755 | 755 | dependencies: |
756 | 756 | "@babel/helper-plugin-utils" "^7.20.2" |
757 | 757 | "@babel/template" "^7.20.7" |
758 | 758 | "@graphql-codegen/add" "^5.0.3" |
759 | 759 | "@graphql-codegen/gql-tag-operations" "4.0.17" |
760 | | - "@graphql-codegen/plugin-helpers" "^5.1.0" |
| 760 | + "@graphql-codegen/plugin-helpers" "^5.1.1" |
761 | 761 | "@graphql-codegen/typed-document-node" "^5.1.1" |
762 | 762 | "@graphql-codegen/typescript" "^4.1.6" |
763 | 763 | "@graphql-codegen/typescript-operations" "^4.6.1" |
|
800 | 800 | tslib "~2.6.0" |
801 | 801 | unixify "^1.0.0" |
802 | 802 |
|
803 | | -"@graphql-codegen/java-resolvers@3.0.0": |
804 | | - version "3.0.0" |
805 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/java-resolvers/-/java-resolvers-3.0.0.tgz#822da4d0a870857ba005659189c7dacda2f7331a" |
806 | | - integrity sha512-apUCnrJb1179uu7Z/r/G8d71sbrdp6TsFO8pEOFJQz3MjrP5PfhrJr4JW8d8IsVdLng+OnvkfQGSbsGxgxhJHA== |
| 803 | +"@graphql-codegen/java-common@^3.0.1": |
| 804 | + version "3.0.1" |
| 805 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/java-common/-/java-common-3.0.1.tgz#cd0515b517c4cc3cf865175ad959a905de39e059" |
| 806 | + integrity sha512-E/jZ2dlGStEAF8eX2k+9nGDkaVbOYD+nSqPOlNvfItX8x+keBB69QoEu6aLcixadyf9TvZVlDCHyTvrf+pXxDg== |
807 | 807 | dependencies: |
808 | | - "@graphql-codegen/java-common" "^3.0.0" |
809 | 808 | "@graphql-codegen/plugin-helpers" "^3.0.0" |
810 | | - "@graphql-codegen/visitor-plugin-common" "2.13.1" |
811 | | - tslib "~2.6.0" |
| 809 | + "@graphql-codegen/visitor-plugin-common" "2.13.8" |
| 810 | + auto-bind "~4.0.0" |
| 811 | + min-indent "1.0.1" |
| 812 | + tslib "^2.8.1" |
| 813 | + unixify "^1.0.0" |
| 814 | + |
| 815 | +"@graphql-codegen/java-resolvers@3.0.1": |
| 816 | + version "3.0.1" |
| 817 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/java-resolvers/-/java-resolvers-3.0.1.tgz#f199d2131f67b197a048a3214261a679badfe406" |
| 818 | + integrity sha512-LEpSFUiVsjhonbbq7a7SKvTHVexZswzSugfwyyUTtCuoxtb3uycAkw8OIQx2fNyQp0Th+BQSRrcp0e/9eJ2G3w== |
| 819 | + dependencies: |
| 820 | + "@graphql-codegen/java-common" "^3.0.1" |
| 821 | + "@graphql-codegen/plugin-helpers" "^3.0.0" |
| 822 | + "@graphql-codegen/visitor-plugin-common" "2.13.8" |
| 823 | + tslib "^2.8.1" |
812 | 824 |
|
813 | 825 | "@graphql-codegen/java@git+https://github.com/opentripplanner/graphql-code-generator-java.git#5190df9e4d85191716e812bc8bf4d3fbca4d54aa": |
814 | 826 | version "4.0.1" |
|
867 | 879 | lodash "~4.17.0" |
868 | 880 | tslib "~2.6.0" |
869 | 881 |
|
| 882 | +"@graphql-codegen/plugin-helpers@^5.1.1": |
| 883 | + version "5.1.1" |
| 884 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.1.tgz#b7c744c8826367c3002c346112de3cd1b0f99b16" |
| 885 | + integrity sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg== |
| 886 | + dependencies: |
| 887 | + "@graphql-tools/utils" "^10.0.0" |
| 888 | + change-case-all "1.0.15" |
| 889 | + common-tags "1.8.2" |
| 890 | + import-from "4.0.0" |
| 891 | + lodash "~4.17.0" |
| 892 | + tslib "~2.6.0" |
| 893 | + |
870 | 894 | "@graphql-codegen/schema-ast@^4.0.2": |
871 | 895 | version "4.0.2" |
872 | 896 | resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz#aeaa104e4555cca73a058f0a9350b4b0e290b377" |
|
0 commit comments