diff --git a/package.json b/package.json index eb8f87c..3334c46 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "build": "tsc" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^2.7.1", + "@graphql-codegen/plugin-helpers": "^4.0.0", "graphql": "^16.6.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f59c666..50279a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -35,12 +35,12 @@ tslib "1.11.1" upper-case "2.0.1" -"@graphql-codegen/plugin-helpers@^2.7.1": - version "2.7.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.1.tgz#de999bdf8a1485f6f3c4c5f21cfb038e99d67e3e" +"@graphql-codegen/plugin-helpers@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-4.0.0.tgz#9c10e4700dc6efe657781dff47347d0c99674061" dependencies: - "@graphql-tools/utils" "^8.8.0" - change-case-all "1.0.14" + "@graphql-tools/utils" "^9.0.0" + change-case-all "1.0.15" common-tags "1.8.2" import-from "4.0.0" lodash "~4.17.0" @@ -64,12 +64,17 @@ graphql-tools-fork "8.9.6" lodash "4.17.15" -"@graphql-tools/utils@^8.8.0": - version "8.8.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.8.0.tgz#8332ff80a1da9204ccf514750dd6f5c5cccf17dc" +"@graphql-tools/utils@^9.0.0": + version "9.2.0" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.0.tgz#d74d0376231c0e8bf897a715fafaf53d0f6bf06c" dependencies: + "@graphql-typed-document-node/core" "^3.1.1" tslib "^2.4.0" +"@graphql-typed-document-node/core@^3.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052" + "@humanwhocodes/config-array@^0.10.5": version "0.10.5" resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04" @@ -374,9 +379,9 @@ chalk@^4.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -change-case-all@1.0.14: - version "1.0.14" - resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1" +change-case-all@1.0.15: + version "1.0.15" + resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad" dependencies: change-case "^4.1.2" is-lower-case "^2.0.2"