From 7e83c689276016abf8ee3751da50f1cb86372eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:07:08 +0000 Subject: [PATCH] chore(deps): bump @octokit/app from 14.1.0 to 16.1.2 Bumps [@octokit/app](https://github.com/octokit/app.js) from 14.1.0 to 16.1.2. - [Release notes](https://github.com/octokit/app.js/releases) - [Commits](https://github.com/octokit/app.js/compare/v14.1.0...v16.1.2) --- updated-dependencies: - dependency-name: "@octokit/app" dependency-version: 16.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/github/package.json b/packages/github/package.json index 42d8ec88fd..705bc2f79e 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -9,7 +9,7 @@ ".": "./src/index.ts" }, "dependencies": { - "@octokit/app": "^14.0.2", + "@octokit/app": "^16.1.2", "@octokit/auth-app": "^6.0.1", "@octokit/rest": "^20.0.2", "uuid": "^11.1.0"