Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 6e6bd98

Browse files
fix(lambda): bump @octokit/auth-app from 6.1.1 to 6.1.2 in /lambdas in the octokit group (#4117)
Bumps the octokit group in /lambdas with 1 update: [@octokit/auth-app](https://github.com/octokit/auth-app.js). Updates `@octokit/auth-app` from 6.1.1 to 6.1.2 <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>v6.1.2</h2> <h2><a href="https://github.com/octokit/auth-app.js/compare/v6.1.1...v6.1.2">6.1.2</a> (2024-09-03)</h2> <h3>Bug Fixes</h3> <ul> <li>respect <code>baseUrl</code> passed as part of request parameters (<a href="https://redirect.github.com/octokit/auth-app.js/issues/642">#642</a>) (<a href="https://github.com/octokit/auth-app.js/commit/e0ecf3b82925b20ecf06a6e7d19bdab1f7919450">e0ecf3b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/auth-app.js/commit/e0ecf3b82925b20ecf06a6e7d19bdab1f7919450"><code>e0ecf3b</code></a> fix: respect <code>baseUrl</code> passed as part of request parameters (<a href="https://redirect.github.com/octokit/auth-app.js/issues/642">#642</a>)</li> <li>See full diff in <a href="https://github.com/octokit/auth-app.js/compare/v6.1.1...v6.1.2">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=6.1.1&new-version=6.1.2)](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 985c1b0 commit 6e6bd98

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@aws-sdk/client-sqs": "^3.645.0",
4646
"@aws-sdk/types": "^3.609.0",
4747
"@middy/core": "^4.7.0",
48-
"@octokit/auth-app": "6.1.1",
48+
"@octokit/auth-app": "6.1.2",
4949
"@octokit/core": "5.2.0",
5050
"@octokit/plugin-throttling": "8.2.0",
5151
"@octokit/rest": "20.1.1",

Diff for: lambdas/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ __metadata:
200200
"@aws-sdk/client-sqs": "npm:^3.645.0"
201201
"@aws-sdk/types": "npm:^3.609.0"
202202
"@middy/core": "npm:^4.7.0"
203-
"@octokit/auth-app": "npm:6.1.1"
203+
"@octokit/auth-app": "npm:6.1.2"
204204
"@octokit/core": "npm:5.2.0"
205205
"@octokit/plugin-throttling": "npm:8.2.0"
206206
"@octokit/rest": "npm:20.1.1"
@@ -3779,9 +3779,9 @@ __metadata:
37793779
languageName: node
37803780
linkType: hard
37813781

3782-
"@octokit/auth-app@npm:6.1.1":
3783-
version: 6.1.1
3784-
resolution: "@octokit/auth-app@npm:6.1.1"
3782+
"@octokit/auth-app@npm:6.1.2":
3783+
version: 6.1.2
3784+
resolution: "@octokit/auth-app@npm:6.1.2"
37853785
dependencies:
37863786
"@octokit/auth-oauth-app": "npm:^7.1.0"
37873787
"@octokit/auth-oauth-user": "npm:^4.1.0"
@@ -3792,7 +3792,7 @@ __metadata:
37923792
lru-cache: "npm:^10.0.0"
37933793
universal-github-app-jwt: "npm:^1.1.2"
37943794
universal-user-agent: "npm:^6.0.0"
3795-
checksum: 10c0/633fa49ef1d688f1db050fd359d224f5529f0df20e2a5f8f7e78d5f81f33d18cbcde735ea5222b0bcf058b5b93bff88d1dd6f614b9c9443bda5fa0921757cf4f
3795+
checksum: 10c0/e3f91255716823903c63ff79cafbe7ba278dd9b817067b98ba82c99167bb185e4ad86822cb59d1361b7b2eaf8d1ca25624796654b91bb5be6277a1dfcb707001
37963796
languageName: node
37973797
linkType: hard
37983798

0 commit comments

Comments
 (0)