|
821 | 821 | minimatch "^3.1.2"
|
822 | 822 | strip-json-comments "^3.1.1"
|
823 | 823 |
|
824 |
| -"@graphql-codegen/cli@2.13.5": |
825 |
| - version "2.13.5" |
826 |
| - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.5.tgz#6f18e7e524826d4202787a05f495cc54dc5bbfaa" |
827 |
| - integrity sha512-qqkQxd+9jBdZDjUSCsH3rTHKmFY9KNQwvwXXEMpRSz+oByYTxGZ0ZE5Lxt0hRXFkGOe8BaVkfPiwa2qSUfA5vw== |
| 824 | +"@graphql-codegen/cli@2.13.6": |
| 825 | + version "2.13.6" |
| 826 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.6.tgz#70e2f93aa51f5350af821063368953a667b161de" |
| 827 | + integrity sha512-3Q7/aRFPJnd7Zd+gMM/cymUYdaS8dHc+7D6kkEDhYo/rVDusnPMdBkYQ9XUT4UIqE7TZ+gX3yedBsqOeyJyg1Q== |
828 | 828 | dependencies:
|
829 | 829 | "@babel/generator" "^7.18.13"
|
830 | 830 | "@babel/template" "^7.18.10"
|
|
856 | 856 | listr2 "^4.0.5"
|
857 | 857 | log-symbols "^4.0.0"
|
858 | 858 | mkdirp "^1.0.4"
|
| 859 | + shell-quote "^1.7.3" |
859 | 860 | string-env-interpolation "^1.0.1"
|
860 | 861 | ts-log "^2.2.3"
|
861 | 862 | tslib "^2.4.0"
|
|
914 | 915 | "@graphql-tools/utils" "^8.8.0"
|
915 | 916 | tslib "~2.4.0"
|
916 | 917 |
|
917 |
| -"@graphql-codegen/typescript@2.7.3": |
918 |
| - version "2.7.3" |
919 |
| - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.3.tgz#ad786a1c74e16eca8e01e7a8f28078e1c24eeb61" |
920 |
| - integrity sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA== |
| 918 | +"@graphql-codegen/typescript@2.7.4": |
| 919 | + version "2.7.4" |
| 920 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.4.tgz#46c1fac63ae1b487efe73db6531f1db5e5198fe0" |
| 921 | + integrity sha512-mjoE3KqmAaBUSlCuKb2WDot3+CTfdJ9eKIcWsDFubPTNdZE0Z8mLoATmVryx8NOBjDtPU/ZziI0rYEGOR4qpAw== |
921 | 922 | dependencies:
|
922 | 923 | "@graphql-codegen/plugin-helpers" "^2.6.2"
|
923 | 924 | "@graphql-codegen/schema-ast" "^2.5.1"
|
924 |
| - "@graphql-codegen/visitor-plugin-common" "2.12.1" |
| 925 | + "@graphql-codegen/visitor-plugin-common" "2.12.2" |
925 | 926 | auto-bind "~4.0.0"
|
926 | 927 | tslib "~2.4.0"
|
927 | 928 |
|
928 |
| -"@graphql-codegen/visitor-plugin-common@2.12.1": |
929 |
| - version "2.12.1" |
930 |
| - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.1.tgz#8d2d24b572afd396381dddef7e2032b0f73c05cc" |
931 |
| - integrity sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA== |
| 929 | +"@graphql-codegen/visitor-plugin-common@2.12.2": |
| 930 | + version "2.12.2" |
| 931 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.2.tgz#70eefed5567dbec6d289b05047b04bc9faae428e" |
| 932 | + integrity sha512-UZJxY3mWwaM7yii7mSbl6Rxb6sJlpwGZc3QAs2Yd8MnYjXFPTBR0OO6aBTr9xuftl0pYwHu/pVK7vTPNnVmPww== |
932 | 933 | dependencies:
|
933 | 934 | "@graphql-codegen/plugin-helpers" "^2.6.2"
|
934 | 935 | "@graphql-tools/optimize" "^1.3.0"
|
@@ -5298,7 +5299,7 @@ shebang-regex@^3.0.0:
|
5298 | 5299 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
5299 | 5300 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
5300 | 5301 |
|
5301 |
| -shell-quote@^1.6.1: |
| 5302 | +shell-quote@^1.6.1, shell-quote@^1.7.3: |
5302 | 5303 | version "1.7.3"
|
5303 | 5304 | resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
|
5304 | 5305 | integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
|
|
0 commit comments