Skip to content

Commit 6f2e4b1

Browse files
fix(lambda): bump @octokit/auth-app from 8.0.2 to 8.1.0 in /lambdas in the octokit group (#4740)
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.0.2 to 8.1.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.1.0</h2> <h1><a href="https://github.com/octokit/auth-app.js/compare/v8.0.2...v8.1.0">8.1.0</a> (2025-08-26)</h1> <h3>Features</h3> <ul> <li>support using a remote HSM or JWT signing service in lieu of private keys (<a href="https://redirect.github.com/octokit/auth-app.js/issues/712">#712</a>) (<a href="https://github.com/octokit/auth-app.js/commit/ef7a95d20775cc9a7649afdd658361898d7ac950">ef7a95d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/auth-app.js/commit/ef7a95d20775cc9a7649afdd658361898d7ac950"><code>ef7a95d</code></a> feat: support using a remote HSM or JWT signing service in lieu of private ke...</li> <li><a href="https://github.com/octokit/auth-app.js/commit/77cd04dd1c9b011746e83622f388afc015d56642"><code>77cd04d</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/709">#709</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/782678d7d61b18c234dc31bf649edc683560d72a"><code>782678d</code></a> ci(action): update actions/checkout action to v5 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/714">#714</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/3b732beae5bb0f71c9c23bee34b04728b80e3d94"><code>3b732be</code></a> chore(deps): update dependency prettier to v3.6.2 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/706">#706</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/f14d41a05ce9098ab16d02fea2d3e0267c8e6ac6"><code>f14d41a</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/705">#705</a>)</li> <li>See full diff in <a href="https://github.com/octokit/auth-app.js/compare/v8.0.2...v8.1.0">compare view</a></li> </ul> </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.0.2&new-version=8.1.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4135594 commit 6f2e4b1

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.875.0",
3737
"@aws-sdk/client-sqs": "^3.875.0",
3838
"@middy/core": "^6.4.1",
39-
"@octokit/auth-app": "8.0.2",
39+
"@octokit/auth-app": "8.1.0",
4040
"@octokit/core": "7.0.3",
4141
"@octokit/plugin-throttling": "11.0.1",
4242
"@octokit/rest": "22.0.0",

lambdas/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ __metadata:
176176
"@aws-sdk/client-sqs": "npm:^3.875.0"
177177
"@aws-sdk/types": "npm:^3.862.0"
178178
"@middy/core": "npm:^6.4.1"
179-
"@octokit/auth-app": "npm:8.0.2"
179+
"@octokit/auth-app": "npm:8.1.0"
180180
"@octokit/core": "npm:7.0.3"
181181
"@octokit/plugin-throttling": "npm:11.0.1"
182182
"@octokit/rest": "npm:22.0.0"
@@ -3632,9 +3632,9 @@ __metadata:
36323632
languageName: node
36333633
linkType: hard
36343634

3635-
"@octokit/auth-app@npm:8.0.2":
3636-
version: 8.0.2
3637-
resolution: "@octokit/auth-app@npm:8.0.2"
3635+
"@octokit/auth-app@npm:8.1.0":
3636+
version: 8.1.0
3637+
resolution: "@octokit/auth-app@npm:8.1.0"
36383638
dependencies:
36393639
"@octokit/auth-oauth-app": "npm:^9.0.1"
36403640
"@octokit/auth-oauth-user": "npm:^6.0.0"
@@ -3644,7 +3644,7 @@ __metadata:
36443644
toad-cache: "npm:^3.7.0"
36453645
universal-github-app-jwt: "npm:^2.2.0"
36463646
universal-user-agent: "npm:^7.0.0"
3647-
checksum: 10c0/3899293c6defdddfdd28329397f309e90feb8a0c54630970d1cd0e1aa1a8c415451c51714cdcf5243c92fbb61e5050d0f7e22955d2474ef4a324516800d30235
3647+
checksum: 10c0/8852c697b04d77ab0aae704e8ee3c6c0ed2810429195f984d2f28833a97170f2d8d9b73f94a50524e2ae93b66841a1e6bc01bb80fd58362d5a40c56d6807a11e
36483648
languageName: node
36493649
linkType: hard
36503650

0 commit comments

Comments
 (0)