From 2cf1232c494c63db35c688ab00a97e6d7f490fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:44:46 +0000 Subject: [PATCH] chore(deps): update dependency @octokit/types to v17 --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 15d6f0f..3173c3b 100644 --- a/package.json +++ b/package.json @@ -396,7 +396,7 @@ "typescript": "5.9.3" }, "dependencies": { - "@octokit/types": "16.0.0", + "@octokit/types": "17.0.0", "octokit": "5.0.5", "semver": "7.7.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 84ca71b..5f0c88d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@octokit/types': - specifier: 16.0.0 - version: 16.0.0 + specifier: 17.0.0 + version: 17.0.0 octokit: specifier: 5.0.5 version: 5.0.5 @@ -535,6 +535,9 @@ packages: '@octokit/openapi-types@27.0.0': resolution: {integrity: sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==} + '@octokit/openapi-types@28.0.0': + resolution: {integrity: sha512-0rFyLuyHvIj6uuZWuDslxkowFYdPXoNIkeAv4b27dzm2Tf4vGWXnPsMcxs7d65kLdMERgP3wc1AEPlqMz8e1cQ==} + '@octokit/openapi-webhooks-types@12.0.3': resolution: {integrity: sha512-90MF5LVHjBedwoHyJsgmaFhEN1uzXyBDRLEBe7jlTYx/fEhPAk3P3DAJsfZwC54m8hAIryosJOL+UuZHB3K3yA==} @@ -579,6 +582,9 @@ packages: '@octokit/types@16.0.0': resolution: {integrity: sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==} + '@octokit/types@17.0.0': + resolution: {integrity: sha512-ByP1v7YL5SMveFPP7+sj0/ZuWCOOg/Chs4NafOMpq6WNIM/hdGY0S7C0TCGDBWu1aGmOxmUIhMx3cO+IdwYZ1Q==} + '@octokit/webhooks-methods@6.0.0': resolution: {integrity: sha512-MFlzzoDJVw/GcbfzVC1RLR36QqkTLUf79vLVO3D+xn7r0QgxnFoLZgtrzxiQErAjFUOdH6fas2KeQJ1yr/qaXQ==} engines: {node: '>= 20'} @@ -2751,6 +2757,8 @@ snapshots: '@octokit/openapi-types@27.0.0': {} + '@octokit/openapi-types@28.0.0': {} + '@octokit/openapi-webhooks-types@12.0.3': {} '@octokit/plugin-paginate-graphql@6.0.0(@octokit/core@7.0.6)': @@ -2796,6 +2804,10 @@ snapshots: dependencies: '@octokit/openapi-types': 27.0.0 + '@octokit/types@17.0.0': + dependencies: + '@octokit/openapi-types': 28.0.0 + '@octokit/webhooks-methods@6.0.0': {} '@octokit/webhooks@14.1.3':