chore(deps): upgrade octokit to v5 and @octokit/auth-app to v8 (#12472)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Tom Moor
2026-05-26 19:47:58 -04:00
committed by GitHub
parent 1e3aa2c59a
commit 6bab00b92e
3 changed files with 309 additions and 403 deletions
-1
View File
@@ -97,7 +97,6 @@ router.get(
id: installationId!,
account: {
id: installation.account?.id,
// @ts-expect-error Property 'login' does not exist on type
name: installation.account?.login,
avatarUrl: installation.account?.avatar_url,
},