Skip to content

Commit b4882c9

Browse files
committed
fix: update octokit auth
1 parent cf26704 commit b4882c9

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
@@ -41,7 +41,7 @@
4141
"@aws-sdk/client-ec2": "^3.621.0",
4242
"@aws-sdk/types": "^3.609.0",
4343
"@middy/core": "^4.7.0",
44-
"@octokit/auth-app": "6.0.3",
44+
"@octokit/auth-app": "6.1.0",
4545
"@octokit/core": "5.2.0",
4646
"@octokit/plugin-throttling": "8.2.0",
4747
"@octokit/rest": "20.0.2",

lambdas/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3346,9 +3346,9 @@ __metadata:
33463346
languageName: node
33473347
linkType: hard
33483348

3349-
"@octokit/auth-app@npm:6.0.3":
3350-
version: 6.0.3
3351-
resolution: "@octokit/auth-app@npm:6.0.3"
3349+
"@octokit/auth-app@npm:6.1.0":
3350+
version: 6.1.0
3351+
resolution: "@octokit/auth-app@npm:6.1.0"
33523352
dependencies:
33533353
"@octokit/auth-oauth-app": "npm:^7.0.0"
33543354
"@octokit/auth-oauth-user": "npm:^4.0.0"
@@ -3359,7 +3359,7 @@ __metadata:
33593359
lru-cache: "npm:^10.0.0"
33603360
universal-github-app-jwt: "npm:^1.1.2"
33613361
universal-user-agent: "npm:^6.0.0"
3362-
checksum: 10c0/fba541abcc35e05cd0adf49b4c0174a2bc8e5b44d702259e074640332578ce7fb03392523e64f64abafc266adbf6dda0a537ce0fa0bd265275793e81d7949244
3362+
checksum: 10c0/14630f9b57a14695f4aedea61278e11c07213ab1fe32959099bcefcbfae2a29be8b771f6a86f08e1bfabc093003564328b4b941bf764ce603e21366665007cdd
33633363
languageName: node
33643364
linkType: hard
33653365

@@ -4692,7 +4692,7 @@ __metadata:
46924692
"@aws-sdk/client-ec2": "npm:^3.621.0"
46934693
"@aws-sdk/types": "npm:^3.609.0"
46944694
"@middy/core": "npm:^4.7.0"
4695-
"@octokit/auth-app": "npm:6.0.3"
4695+
"@octokit/auth-app": "npm:6.1.0"
46964696
"@octokit/core": "npm:5.2.0"
46974697
"@octokit/plugin-throttling": "npm:8.2.0"
46984698
"@octokit/rest": "npm:20.0.2"

0 commit comments

Comments
 (0)