diff --git a/package.json b/package.json index 982b4c6f..5774b4db 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@actions/core": "^2.0.0", "@actions/github": "^6.0.0", "@github/markdownlint-github": "^0.8.0", - "@octokit/plugin-rest-endpoint-methods": "^16.0.0", + "@octokit/plugin-rest-endpoint-methods": "^17.0.0", "chalk": "^5.4.1", "conventional-commit-types": "^3.0.0", "conventional-commits-parser": "^6.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8d31b8ec..b4180522 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 '@octokit/plugin-rest-endpoint-methods': - specifier: ^16.0.0 - version: 16.0.0(@octokit/core@7.0.2) + specifier: ^17.0.0 + version: 17.0.0(@octokit/core@7.0.2) chalk: specifier: ^5.4.1 version: 5.6.2 @@ -1202,6 +1202,9 @@ packages: '@octokit/openapi-types@25.1.0': resolution: {integrity: sha512-idsIggNXUKkk0+BExUn1dQ92sfysJrje03Q0bv0e+KPLrvyqZF8MnBpFz8UNfYDwB3Ie7Z0TByjWfzxt7vseaA==} + '@octokit/openapi-types@27.0.0': + resolution: {integrity: sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==} + '@octokit/openapi-webhooks-types@10.4.0': resolution: {integrity: sha512-HMiF7FUiVBYfp8pPijMTkWuPELQB6XkPftrnSuK1C1YXaaq2+0ganiQkorEQfXTmhtwlgHJwXT6P8miVhIyjQA==} @@ -1268,6 +1271,12 @@ packages: peerDependencies: '@octokit/core': '>=6' + '@octokit/plugin-rest-endpoint-methods@17.0.0': + resolution: {integrity: sha512-B5yCyIlOJFPqUUeiD0cnBJwWJO8lkJs5d8+ze9QDP6SvfiXSz1BF+91+0MeI1d2yxgOhU/O+CvtiZ9jSkHhFAw==} + engines: {node: '>= 20'} + peerDependencies: + '@octokit/core': '>=6' + '@octokit/plugin-retry@7.2.1': resolution: {integrity: sha512-wUc3gv0D6vNHpGxSaR3FlqJpTXGWgqmk607N9L3LvPL4QjaxDgX/1nY2mGpT37Khn+nlIXdljczkRnNdTTV3/A==} engines: {node: '>= 18'} @@ -1329,6 +1338,9 @@ packages: '@octokit/types@14.1.0': resolution: {integrity: sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==} + '@octokit/types@16.0.0': + resolution: {integrity: sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==} + '@octokit/webhooks-methods@5.1.1': resolution: {integrity: sha512-NGlEHZDseJTCj8TMMFehzwa9g7On4KJMPVHDSrHxCQumL6uSQR8wIkP/qesv52fXqV1BPf4pTxwtS31ldAt9Xg==} engines: {node: '>= 18'} @@ -5980,6 +5992,8 @@ snapshots: '@octokit/openapi-types@25.1.0': {} + '@octokit/openapi-types@27.0.0': {} + '@octokit/openapi-webhooks-types@10.4.0': {} '@octokit/openapi-webhooks-types@11.0.0': {} @@ -6031,6 +6045,11 @@ snapshots: '@octokit/core': 7.0.2 '@octokit/types': 14.1.0 + '@octokit/plugin-rest-endpoint-methods@17.0.0(@octokit/core@7.0.2)': + dependencies: + '@octokit/core': 7.0.2 + '@octokit/types': 16.0.0 + '@octokit/plugin-retry@7.2.1(@octokit/core@6.1.5)': dependencies: '@octokit/core': 6.1.5 @@ -6113,6 +6132,10 @@ snapshots: dependencies: '@octokit/openapi-types': 25.1.0 + '@octokit/types@16.0.0': + dependencies: + '@octokit/openapi-types': 27.0.0 + '@octokit/webhooks-methods@5.1.1': {} '@octokit/webhooks-methods@6.0.0': {}