diff --git a/package.json b/package.json index e3e4b8f8..173a65ad 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "devDependencies": { "@graphql-codegen/cli": "2.13.12", - "@graphql-codegen/typescript": "2.8.1", + "@graphql-codegen/typescript": "2.8.2", "@tsconfig/recommended": "1.0.1", "@types/jest": "29.2.3", "@typescript-eslint/eslint-plugin": "5.43.0", diff --git a/yarn.lock b/yarn.lock index 459fac63..61612abc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -927,21 +927,21 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/typescript@2.8.1": - version "2.8.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.1.tgz#2742ab4e1bcc47aebba3f84dcdce3782071e1191" - integrity sha512-kweV1DOOH2blvMheVL55TT0s9bxkmF/zijN9mdk9pRD20i/rI/46qbh8fNKqy/PV12vZOmZGNL6tigdghG2bqg== +"@graphql-codegen/typescript@2.8.2": + version "2.8.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.2.tgz#88d5b916d9b6c93b17d2300a0ddddda5696581c1" + integrity sha512-FWyEcJTHSxkImNgDRfsg4yBMJ11qPA6sPJ7v8Kviv5MaOFybclVSZ8WWfp7D8Dc6ix4zWfMd4dIl9ZIL/AJu8A== dependencies: "@graphql-codegen/plugin-helpers" "^2.7.2" "@graphql-codegen/schema-ast" "^2.5.1" - "@graphql-codegen/visitor-plugin-common" "2.13.1" + "@graphql-codegen/visitor-plugin-common" "2.13.2" auto-bind "~4.0.0" tslib "~2.4.0" -"@graphql-codegen/visitor-plugin-common@2.13.1": - version "2.13.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b" - integrity sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg== +"@graphql-codegen/visitor-plugin-common@2.13.2": + version "2.13.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.2.tgz#cccc287d9b7eb25d9b8e54672a3807c1502c8091" + integrity sha512-qCZ4nfI1YjDuPz4lqGi0s4/5lOqHxdiQPFSwrXDENjHW+Z0oAiNYj6CFqob9ai2tLtXXKSUzMh/eeZDPmTrfhQ== dependencies: "@graphql-codegen/plugin-helpers" "^2.7.2" "@graphql-tools/optimize" "^1.3.0"