diff --git a/bun.lockb b/bun.lockb index 650988c..6dbc5c3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6ad905d..d929d42 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,15 @@ "open-source" ], "dependencies": { - "@octokit/auth-app": "^6.0.4", - "@octokit/core": "^6.0.1", - "@octokit/plugin-paginate-rest": "^10.0.0", - "@octokit/plugin-rest-endpoint-methods": "^11.0.1", - "@octokit/plugin-retry": "^7.0.3", - "@octokit/plugin-throttling": "^9.0.3", - "@octokit/types": "^12.6.0", - "@octokit/webhooks": "^12.0.10", + "@octokit/auth-app": "^7.1.0", + "@octokit/core": "^6.1.2", + "@octokit/plugin-paginate-rest": "^11.3.0", + "@octokit/plugin-rest-endpoint-methods": "^13.2.1", + "@octokit/plugin-retry": "^7.1.1", + "@octokit/plugin-throttling": "^9.3.0", + "@octokit/types": "^13.5.0", + "@octokit/webhooks": "^13.2.7", + "@octokit/webhooks-types": "^7.5.1", "@sinclair/typebox": "^0.32.5", "dotenv": "^16.4.4", "smee-client": "^2.0.0", @@ -70,7 +71,7 @@ "prettier": "^3.2.5", "tsx": "^4.7.1", "typescript": "^5.3.3", - "wrangler": "^3.23.0" + "wrangler": "^3.58.0" }, "lint-staged": { "*.ts": [ diff --git a/src/github/utils/config.ts b/src/github/utils/config.ts index 98e15ba..c572a1e 100644 --- a/src/github/utils/config.ts +++ b/src/github/utils/config.ts @@ -14,6 +14,10 @@ export async function getConfig(context: GitHubContext): Promise {