diff --git a/package.json b/package.json index 92abaa18..a0dc28da 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,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.1", + "@octokit/graphql-schema": "14.39.2", "@octokit/webhooks-examples": "7.3.1", "@tsconfig/node16": "16.1.1", "@types/jest": "29.5.7", diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index fdbd9118..16e4ec9c 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -21684,8 +21684,6 @@ export enum RepositoryRuleType { Creation = 'CREATION', /** Only allow users with bypass permissions to delete matching refs. */ Deletion = 'DELETION', - /** File path pattern */ - FilePathPattern = 'FILE_PATH_PATTERN', /** Branch is read-only. Users cannot push to the branch. */ LockBranch = 'LOCK_BRANCH', /** Max ref updates */ diff --git a/yarn.lock b/yarn.lock index 45b518b8..3bc55cbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2053,10 +2053,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@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== +"@octokit/graphql-schema@14.39.2": + version "14.39.2" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.2.tgz#fd93eeaf54a5974744d7bb472f797773032cd3cd" + integrity sha512-BwUKefIANJKKE6WqTLNvymb70i6z5ERoixBympTUubG+SXD2aSJTzPP5DB1jb4GQhA1LZ0XiKmRGxRVGZg7oWA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"