Skip to content

Commit 1c8083e

Browse files
fix(lambda): bump @octokit/auth-app from 8.1.2 to 8.2.0 in /lambdas in the octokit group (#5035)
Bumps the octokit group in /lambdas with 1 update: [@octokit/auth-app](https://github.com/octokit/auth-app.js). Updates `@octokit/auth-app` from 8.1.2 to 8.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/auth-app.js/releases"><code>@​octokit/auth-app</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.0</h2> <h1><a href="https://github.com/octokit/auth-app.js/compare/v8.1.2...v8.2.0">8.2.0</a> (2026-02-03)</h1> <h3>Features</h3> <ul> <li>handling exp is too far in the future (<a href="https://redirect.github.com/octokit/auth-app.js/issues/699">#699</a>) (<a href="https://github.com/octokit/auth-app.js/commit/6201580be6cc3f0967c7454d5de92db35e353041">6201580</a>)</li> <li>Add enterprise installation route to JWT-authenticated routes (<a href="https://redirect.github.com/octokit/auth-app.js/issues/736">#736</a>) (<a href="https://github.com/octokit/auth-app.js/commit/5b218af8ee91347b25ef944aac76932e45b997d0">5b218af</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/auth-app.js/commit/6201580be6cc3f0967c7454d5de92db35e353041"><code>6201580</code></a> feat: handling exp is too far in the future (<a href="https://redirect.github.com/octokit/auth-app.js/issues/699">#699</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/5b218af8ee91347b25ef944aac76932e45b997d0"><code>5b218af</code></a> Add enterprise installation route to JWT-authenticated routes (<a href="https://redirect.github.com/octokit/auth-app.js/issues/736">#736</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/4486c10028249f4f2ffaabeafde986edca92e7b5"><code>4486c10</code></a> build(deps-dev): bump vite from 7.1.7 to 7.1.11 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/728">#728</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/e1fecc4ea8c5475da1a1d9c6c119c9322087dbd4"><code>e1fecc4</code></a> build(deps): bump glob from 10.4.5 to 10.5.0 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/733">#733</a>)</li> <li>See full diff in <a href="https://github.com/octokit/auth-app.js/compare/v8.1.2...v8.2.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​octokit/auth-app</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/auth-app&package-manager=npm_and_yarn&previous-version=8.1.2&new-version=8.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3c158d commit 1c8083e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@aws-sdk/client-ec2": "^3.984.0",
3737
"@aws-sdk/client-sqs": "^3.984.0",
3838
"@middy/core": "^6.4.5",
39-
"@octokit/auth-app": "8.1.2",
39+
"@octokit/auth-app": "8.2.0",
4040
"@octokit/core": "7.0.6",
4141
"@octokit/plugin-throttling": "11.0.3",
4242
"@octokit/rest": "22.0.1",

lambdas/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ __metadata:
153153
"@aws-sdk/client-sqs": "npm:^3.984.0"
154154
"@aws-sdk/types": "npm:^3.973.1"
155155
"@middy/core": "npm:^6.4.5"
156-
"@octokit/auth-app": "npm:8.1.2"
156+
"@octokit/auth-app": "npm:8.2.0"
157157
"@octokit/core": "npm:7.0.6"
158158
"@octokit/plugin-throttling": "npm:11.0.3"
159159
"@octokit/rest": "npm:22.0.1"
@@ -3810,9 +3810,9 @@ __metadata:
38103810
languageName: node
38113811
linkType: hard
38123812

3813-
"@octokit/auth-app@npm:8.1.2":
3814-
version: 8.1.2
3815-
resolution: "@octokit/auth-app@npm:8.1.2"
3813+
"@octokit/auth-app@npm:8.2.0":
3814+
version: 8.2.0
3815+
resolution: "@octokit/auth-app@npm:8.2.0"
38163816
dependencies:
38173817
"@octokit/auth-oauth-app": "npm:^9.0.3"
38183818
"@octokit/auth-oauth-user": "npm:^6.0.2"
@@ -3822,7 +3822,7 @@ __metadata:
38223822
toad-cache: "npm:^3.7.0"
38233823
universal-github-app-jwt: "npm:^2.2.0"
38243824
universal-user-agent: "npm:^7.0.0"
3825-
checksum: 10c0/0888176d84a760cacdf0b546f677332583a6a221b1b5c4a1a44ecc8ad6505ce2408234b21fa8d99961f7d545423a83a6c3becf5a9eb9476ebcb614096ce267e0
3825+
checksum: 10c0/7f1b113c9f2ef4d0aac06ffb0b1930a256c6a8985744c709c36fe8c4565c5c184de742de4c4a52e4d9f25baef00c9b855732cfaeb81db8abe238d6c2ee54d6d6
38263826
languageName: node
38273827
linkType: hard
38283828

0 commit comments

Comments
 (0)