Skip to content

fix: update octokit auth #4041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@aws-sdk/client-ec2": "^3.621.0",
"@aws-sdk/types": "^3.609.0",
"@middy/core": "^4.7.0",
"@octokit/auth-app": "6.0.3",
"@octokit/auth-app": "6.1.0",
"@octokit/core": "5.2.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/rest": "20.0.2",
Expand Down
10 changes: 5 additions & 5 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3346,9 +3346,9 @@ __metadata:
languageName: node
linkType: hard

"@octokit/auth-app@npm:6.0.3":
version: 6.0.3
resolution: "@octokit/auth-app@npm:6.0.3"
"@octokit/auth-app@npm:6.1.0":
version: 6.1.0
resolution: "@octokit/auth-app@npm:6.1.0"
dependencies:
"@octokit/auth-oauth-app": "npm:^7.0.0"
"@octokit/auth-oauth-user": "npm:^4.0.0"
Expand All @@ -3359,7 +3359,7 @@ __metadata:
lru-cache: "npm:^10.0.0"
universal-github-app-jwt: "npm:^1.1.2"
universal-user-agent: "npm:^6.0.0"
checksum: 10c0/fba541abcc35e05cd0adf49b4c0174a2bc8e5b44d702259e074640332578ce7fb03392523e64f64abafc266adbf6dda0a537ce0fa0bd265275793e81d7949244
checksum: 10c0/14630f9b57a14695f4aedea61278e11c07213ab1fe32959099bcefcbfae2a29be8b771f6a86f08e1bfabc093003564328b4b941bf764ce603e21366665007cdd
languageName: node
linkType: hard

Expand Down Expand Up @@ -4692,7 +4692,7 @@ __metadata:
"@aws-sdk/client-ec2": "npm:^3.621.0"
"@aws-sdk/types": "npm:^3.609.0"
"@middy/core": "npm:^4.7.0"
"@octokit/auth-app": "npm:6.0.3"
"@octokit/auth-app": "npm:6.1.0"
"@octokit/core": "npm:5.2.0"
"@octokit/plugin-throttling": "npm:8.2.0"
"@octokit/rest": "npm:20.0.2"
Expand Down