Skip to content

Commit d413ec4

Browse files
fix(lambda): bump @octokit/auth-app in /lambdas in the octokit group
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.2 to 6.1.3 - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v6.1.2...v6.1.3) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: octokit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52ce9c1 commit d413ec4

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@aws-sdk/client-sqs": "^3.682.0",
4646
"@aws-sdk/types": "^3.679.0",
4747
"@middy/core": "^4.7.0",
48-
"@octokit/auth-app": "6.1.2",
48+
"@octokit/auth-app": "6.1.3",
4949
"@octokit/core": "5.2.0",
5050
"@octokit/plugin-throttling": "8.2.0",
5151
"@octokit/rest": "20.1.1",

lambdas/yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ __metadata:
200200
"@aws-sdk/client-sqs": "npm:^3.682.0"
201201
"@aws-sdk/types": "npm:^3.679.0"
202202
"@middy/core": "npm:^4.7.0"
203-
"@octokit/auth-app": "npm:6.1.2"
203+
"@octokit/auth-app": "npm:6.1.3"
204204
"@octokit/core": "npm:5.2.0"
205205
"@octokit/plugin-throttling": "npm:8.2.0"
206206
"@octokit/rest": "npm:20.1.1"
@@ -3835,20 +3835,20 @@ __metadata:
38353835
languageName: node
38363836
linkType: hard
38373837

3838-
"@octokit/auth-app@npm:6.1.2":
3839-
version: 6.1.2
3840-
resolution: "@octokit/auth-app@npm:6.1.2"
3838+
"@octokit/auth-app@npm:6.1.3":
3839+
version: 6.1.3
3840+
resolution: "@octokit/auth-app@npm:6.1.3"
38413841
dependencies:
38423842
"@octokit/auth-oauth-app": "npm:^7.1.0"
38433843
"@octokit/auth-oauth-user": "npm:^4.1.0"
38443844
"@octokit/request": "npm:^8.3.1"
38453845
"@octokit/request-error": "npm:^5.1.0"
38463846
"@octokit/types": "npm:^13.1.0"
38473847
deprecation: "npm:^2.3.1"
3848-
lru-cache: "npm:^10.0.0"
3848+
lru-cache: "npm:@wolfy1339/lru-cache@^11.0.2-patch.1"
38493849
universal-github-app-jwt: "npm:^1.1.2"
38503850
universal-user-agent: "npm:^6.0.0"
3851-
checksum: 10c0/e3f91255716823903c63ff79cafbe7ba278dd9b817067b98ba82c99167bb185e4ad86822cb59d1361b7b2eaf8d1ca25624796654b91bb5be6277a1dfcb707001
3851+
checksum: 10c0/aa2a7693274d6f639d204077141f75f9267a62b812670f3a779ec290d08ed042db655285663cf1e2bad97c2a04aa4fb3eb6273bd915251e72f0b114ec8f11f90
38523852
languageName: node
38533853
linkType: hard
38543854

@@ -9096,7 +9096,14 @@ __metadata:
90969096
languageName: node
90979097
linkType: hard
90989098

9099-
"lru-cache@npm:^10.0.0, lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0":
9099+
"lru-cache@npm:@wolfy1339/lru-cache@^11.0.2-patch.1":
9100+
version: 11.0.2-patch.1
9101+
resolution: "@wolfy1339/lru-cache@npm:11.0.2-patch.1"
9102+
checksum: 10c0/0279b18e46bec0ff00eb18cb19ab3d42dd49bc5c7d1f30f7b0d2deb50c13a99c9ad6a8e4e8cf8a5df614e79e0e62a80df2870c8092c13bfe32f8ecb9a40352b9
9103+
languageName: node
9104+
linkType: hard
9105+
9106+
"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0":
91009107
version: 10.4.3
91019108
resolution: "lru-cache@npm:10.4.3"
91029109
checksum: 10c0/ebd04fbca961e6c1d6c0af3799adcc966a1babe798f685bb84e6599266599cd95d94630b10262f5424539bc4640107e8a33aa28585374abf561d30d16f4b39fb

0 commit comments

Comments
 (0)