From 2b5ed0986c623274102b52b82e530fccb7117564 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Tue, 20 May 2025 07:35:47 -0400 Subject: [PATCH] fix(deps): add explicit dependency on `@octokit/webhooks` (#2847) Because of the way that the types are defined, the `App` class definition created with `App#defaults()` contains references to `@octokit/webhooks`. Adds an explicit dependency on `@octokit/webhooks` to avoid any issue for consumers. Fixes #2844 --- package-lock.json | 9 +++++---- package.json | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d59aa742b7..f578677349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,8 @@ "@octokit/plugin-retry": "^7.2.1", "@octokit/plugin-throttling": "^10.0.0", "@octokit/request-error": "^6.1.8", - "@octokit/types": "^14.0.0" + "@octokit/types": "^14.0.0", + "@octokit/webhooks": "^13.8.3" }, "devDependencies": { "@octokit/tsconfig": "^4.0.0", @@ -943,9 +944,9 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.8.2", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.8.2.tgz", - "integrity": "sha512-NgKpxIVp9MnEukvTF9s871v11bYTDZwpuyIYkU0ZIEM3d+DBOeiciIJPuCdjFMC1pQgv05MNKtdhbl8+Q+i3GA==", + "version": "13.8.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.8.3.tgz", + "integrity": "sha512-BAbh56HPe+OGrpl7PLrgTTnImep+fjrDiuFMl4D3tQOAQaqZxW0bTtsAcSmusBvw8WY7GYSjNV8vkvpAwazKgg==", "license": "MIT", "dependencies": { "@octokit/openapi-webhooks-types": "11.0.0", diff --git a/package.json b/package.json index be9d5d2d6e..a7d1f448e9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "@octokit/plugin-retry": "^7.2.1", "@octokit/plugin-throttling": "^10.0.0", "@octokit/request-error": "^6.1.8", - "@octokit/types": "^14.0.0" + "@octokit/types": "^14.0.0", + "@octokit/webhooks": "^13.8.3" }, "devDependencies": { "@octokit/tsconfig": "^4.0.0", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy