diff --git a/package.json b/package.json index 0e416aa8..bbfc9871 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/import-types-preset": "3.0.0", "@graphql-codegen/typescript": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", - "@octokit/graphql-schema": "14.39.0", + "@octokit/graphql-schema": "14.39.1", "@tsconfig/node16": "16.1.1", "@types/jest": "29.5.7", "@types/node": "20.8.9", diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index f353b0e8..6b0506e7 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -21139,7 +21139,7 @@ export type RepositoryConnection = { pageInfo: PageInfo; /** Identifies the total count of items in the connection. */ totalCount: Scalars['Int']['output']; - /** The total size in kilobytes of all repositories in the connection. */ + /** The total size in kilobytes of all repositories in the connection. Value will never be larger than max 32-bit signed integer. */ totalDiskUsage: Scalars['Int']['output']; }; diff --git a/yarn.lock b/yarn.lock index 376c0e81..07d2a191 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2079,10 +2079,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@14.39.0": - version "14.39.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.0.tgz#12ac60d54e1da5e64ac65aa03e32cfddae9181b4" - integrity sha512-UIFmdqr25M3wrFKMiGSnr0TgAKBeiOMWBAKqK8FEf8OspVx6W9zJr6sYO37EUXJh57V2BbKrKeFgkw568XRaGQ== +"@octokit/graphql-schema@14.39.1": + version "14.39.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.1.tgz#9f54a22d542af374095bcfb5ae43fc3f7cc0840a" + integrity sha512-QF4i1ZxE86dgzRCLGASPJiJwf21UyNxcVW++toCAPukU+0xYrnRk3Ben7I8EO/MT05nmR5d6CCpmcZieLdSC2g== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"