From b72bc0b571020ffbafb9f374e1460231d17f0746 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Sep 2021 18:05:13 +0000 Subject: [PATCH] chore(deps): update graphqlcodegenerator monorepo --- package.json | 4 ++-- yarn.lock | 65 +++++++++++++++++++--------------------------------- 2 files changed, 26 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index d31e51b..ed14773 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ }, "devDependencies": { "@graphql-codegen/cli": "2.2.0", - "@graphql-codegen/typescript": "2.2.1", - "@graphql-codegen/typescript-operations": "2.1.3", + "@graphql-codegen/typescript": "2.2.2", + "@graphql-codegen/typescript-operations": "2.1.4", "@types/apollo-upload-client": "^14.1.0", "@types/lodash": "^4.14.168", "@types/react-router-dom": "^5.1.7", diff --git a/yarn.lock b/yarn.lock index 3dd6ebd..eacdbe6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1410,46 +1410,36 @@ lodash "~4.17.0" tslib "~2.3.0" -"@graphql-codegen/typescript-operations@2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.1.3.tgz#34f94e323c69006788e7eb0f4d039522a95dd31f" - integrity sha512-CGRc2mu7NVW+U6J+a66YdLn7UAZFrVO1axBSzgQOCR9OaSJ9Kr2K3Iq/R8PX31YHWu6hDI93Nf8zc2TIiRLDwQ== +"@graphql-codegen/typescript-operations@2.1.4": + version "2.1.4" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.1.4.tgz#4cc093188abd4da573ee882b6a1c300523b69e97" + integrity sha512-IftToh41G1haeRZ4dJw0zG0MTkAS1JvdTrn3ZwVbzpXks98utC4X93qJnbd1h7rTAtZa0Kk6YS2F5OP/64ZWpg== dependencies: "@graphql-codegen/plugin-helpers" "^2.1.1" - "@graphql-codegen/typescript" "^2.2.0" - "@graphql-codegen/visitor-plugin-common" "2.2.0" + "@graphql-codegen/typescript" "^2.2.2" + "@graphql-codegen/visitor-plugin-common" "2.2.1" auto-bind "~4.0.0" tslib "~2.3.0" -"@graphql-codegen/typescript@2.2.1": +"@graphql-codegen/typescript@2.2.2", "@graphql-codegen/typescript@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.2.2.tgz#8ea14c0a7853f6b73cca0ed10ff43b6dbd3731c6" + integrity sha512-prcB4nNi2iQzZRLla6N6kEPmnE2WU1zz5+sEBcZcqphjWERqQ3zwdSKsuLorE/XxMp500p6BQ96cVo+bFkmVtA== + dependencies: + "@graphql-codegen/plugin-helpers" "^2.1.1" + "@graphql-codegen/visitor-plugin-common" "2.2.1" + auto-bind "~4.0.0" + tslib "~2.3.0" + +"@graphql-codegen/visitor-plugin-common@2.2.1": version "2.2.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.2.1.tgz#5655feba721a6b9eb587d40a522dcd729b6a1e51" - integrity sha512-U3sJwgw+x9pascy9BTdD+MiLLyvDfldQYahaJBBmaA3OuTihn+GMiOC5+zaoizf5PN5M6pjs2H4aejXbvUWw/A== - dependencies: - "@graphql-codegen/plugin-helpers" "^2.1.1" - "@graphql-codegen/visitor-plugin-common" "2.2.0" - auto-bind "~4.0.0" - tslib "~2.3.0" - -"@graphql-codegen/typescript@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.2.0.tgz#3ff0ea851180842d760df165d3272e78566ac005" - integrity sha512-36F7DDFpIenvziyCyu9pS7ztb122TRz4mPQGklDycdz97fyYy/7yLyTTNTfX9T4+RaNBfbL80U1CcqxYgnF9yQ== - dependencies: - "@graphql-codegen/plugin-helpers" "^2.1.1" - "@graphql-codegen/visitor-plugin-common" "2.2.0" - auto-bind "~4.0.0" - tslib "~2.3.0" - -"@graphql-codegen/visitor-plugin-common@2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.2.0.tgz#7e4c2b400dcc057ae446369bcd30d6f7775e0db3" - integrity sha512-DxLWp+Y7PRb2BnNK4U/bhNPYzU90SVpt/9MM/bVB/cl93bFxxqtKJhuu7UhsP9QdlT1uJ++gN5EOYbPxJrDshw== + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.2.1.tgz#721b646d3d19ec0fcf9509f516e788b7151be003" + integrity sha512-RbTCaayVCAEMp2jRUAwAp6Y49gq7K+SV/rwzdkoMUJUOUu4PxM4bCbWdnnXr0CIpbwjYIOnoqx729q6riT5+hg== dependencies: "@graphql-codegen/plugin-helpers" "^2.1.1" "@graphql-tools/optimize" "^1.0.1" "@graphql-tools/relay-operation-optimizer" "^6.3.7" - "@graphql-tools/utils" "8.2.1" + "@graphql-tools/utils" "8.2.2" auto-bind "~4.0.0" change-case-all "1.0.14" dependency-graph "^0.11.0" @@ -1783,10 +1773,10 @@ dependencies: tslib "~2.3.0" -"@graphql-tools/utils@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e" - integrity sha512-xjyetFpDy2/MY8P4+NiE7i1czCrAI36Twjm+jcoBfPctMnJegZkZnLfepmjwYQ92Sv9hnhr+x52OUQAddj29CQ== +"@graphql-tools/utils@8.2.2", "@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2": + version "8.2.2" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.2.tgz#d29420bf1003d2876cb30f373145be432c7f7c4b" + integrity sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g== dependencies: tslib "~2.3.0" @@ -1797,13 +1787,6 @@ dependencies: tslib "~2.3.0" -"@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.2.tgz#d29420bf1003d2876cb30f373145be432c7f7c4b" - integrity sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g== - dependencies: - tslib "~2.3.0" - "@graphql-tools/wrap@^8.0.13": version "8.0.13" resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.0.13.tgz#17a4096efbc64e15b27a74135d920c8bd3e5385a"