diff --git a/package.json b/package.json index 2d878c01..476accda 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "devDependencies": { "@graphql-codegen/cli": "2.8.0", - "@graphql-codegen/typescript": "2.7.0", + "@graphql-codegen/typescript": "2.7.1", "@tsconfig/recommended": "1.0.1", "@types/jest": "28.1.4", "@typescript-eslint/eslint-plugin": "5.30.5", diff --git a/yarn.lock b/yarn.lock index f861ee2d..36f1ae57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -835,21 +835,21 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/typescript@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.0.tgz#7bcf51882191a3d8200a429c6b9f2301561f2c6c" - integrity sha512-DNkoNDrL6LcEnDxDd2AuquAKCDinEzyfDo+iVYYFevFjQXepVwdw6DSpN1wGOol7WzrFA/OMmzrDyu5leCr8nA== +"@graphql-codegen/typescript@2.7.1": + version "2.7.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.1.tgz#e237dd8829842282245b79ce7ea024aaa3c39afb" + integrity sha512-qF4SBMgBnLcegba2s9+zC3NwgRhU0Kv+eS8kl9G5ldEHx9Bpu2tft+lk6fjqqhExDzJT+MEOU3Ecog3BzL2R1g== dependencies: "@graphql-codegen/plugin-helpers" "^2.5.0" "@graphql-codegen/schema-ast" "^2.5.0" - "@graphql-codegen/visitor-plugin-common" "2.11.0" + "@graphql-codegen/visitor-plugin-common" "2.11.1" auto-bind "~4.0.0" tslib "~2.4.0" -"@graphql-codegen/visitor-plugin-common@2.11.0": - version "2.11.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.11.0.tgz#90fdf8c1e30f0b786de431c457cbdd489bb00994" - integrity sha512-+8AAtt1vxHq21ACr8bK9OYWpAOscDS0HaLM+kViC5GcNllp1NABEsEs+4KFr+wsmx0eiC/R+NeU4cXrmDOiJOQ== +"@graphql-codegen/visitor-plugin-common@2.11.1": + version "2.11.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.11.1.tgz#2653e25a8888767a6422a204441083299c3a83a4" + integrity sha512-AlrtGWKn2o89SPna75ATEHYAu95MUMucgBqLgcRvK9n/PHhVAbkDrNCH5pL03fE0HLOup3GpjX8DcnFBMU46IA== dependencies: "@graphql-codegen/plugin-helpers" "^2.5.0" "@graphql-tools/optimize" "^1.3.0"