diff --git a/package.json b/package.json index 69a9360a..254ca3d9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/import-types-preset": "2.2.6", "@graphql-codegen/typescript": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", - "@octokit/graphql-schema": "14.33.0", + "@octokit/graphql-schema": "14.33.1", "@tsconfig/node16": "16.1.1", "@types/jest": "29.5.5", "@types/node": "16.18.57", diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index 32bf3570..6727cde2 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -23808,7 +23808,7 @@ export enum SponsorsCountryOrRegionCode { Tn = 'TN', /** Tonga */ To = 'TO', - /** Turkey */ + /** Türkiye */ Tr = 'TR', /** Trinidad and Tobago */ Tt = 'TT', diff --git a/yarn.lock b/yarn.lock index dd7be3b9..929a0afe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2048,10 +2048,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@14.33.0": - version "14.33.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.33.0.tgz#16c2f925b28f7ea5133aafe1d1979bb5dd2133e4" - integrity sha512-CGQABVHs5hm7lpeqjcGOVc+115EYHfiYUttauHx03Q/Qj13h2dJgyi4U3Eh5g5Y9J6dDyjyWkU9iiwUiGbn3Og== +"@octokit/graphql-schema@14.33.1": + version "14.33.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.33.1.tgz#56d3f998b1d96e93cb3770d079d39eee011eb986" + integrity sha512-PPWDlxT5UUtmy0cTfVEsLXhyX/EQZh6ve+5j3oJQSZ5klhJMDl1ZtVrB6v163bbkdLsoDZBdHeBJKvDBvFXadQ== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"