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

Commit fbd7241

Browse files
chore: Bump @octokit/auth-app from 3.6.0 to 3.6.1 in /modules/runners/lambdas/runners (#1301)
* chore: Bump @octokit/auth-app in /modules/runners/lambdas/runners Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix unit tests for upgrade @octokit/auth-app from 3.6.0 to 3.6.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]>
1 parent 405b11d commit fbd7241

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@aws-sdk/client-ssm": "^3.45.0",
38-
"@octokit/auth-app": "3.6.0",
38+
"@octokit/auth-app": "3.6.1",
3939
"@octokit/rest": "^18.12.0",
4040
"@octokit/types": "^6.34.0",
4141
"@types/aws-lambda": "^8.10.89",

Diff for: modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ describe('scaleDown', () => {
233233
expiresAt: 'some-date',
234234
permissions: {},
235235
repositorySelection: 'all',
236+
installationId: 0,
236237
});
237238
mockCreateClient.mockResolvedValue(new mocktokit());
238239
DEFAULT_RUNNERS = JSON.parse(JSON.stringify(DEFAULT_RUNNERS_ORIGINAL));

Diff for: modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ beforeEach(() => {
136136
expiresAt: 'some-date',
137137
permissions: {},
138138
repositorySelection: 'all',
139+
installationId: 0,
139140
});
140141

141142
mockCreateClient.mockResolvedValue(new mocktokit());

Diff for: modules/runners/lambdas/runners/yarn.lock

+5-17
Original file line numberDiff line numberDiff line change
@@ -1150,10 +1150,10 @@
11501150
"@nodelib/fs.scandir" "2.1.5"
11511151
fastq "^1.6.0"
11521152

1153-
"@octokit/[email protected].0":
1154-
version "3.6.0"
1155-
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-3.6.0.tgz#79fc6f652d2362ce0bd3122f6f764a87cc813dea"
1156-
integrity sha512-A+tLuHEMXw+Xz9dmKO7Ho9i4EmMr4tThrwYTlmMNu8y93JxvvRjKFFElpCTS+Z0NlbfuyNdaTlJnAinFbVKm7g==
1153+
"@octokit/[email protected].1":
1154+
version "3.6.1"
1155+
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-3.6.1.tgz#aa5b02cc211175cbc28ce6c03c73373c1206d632"
1156+
integrity sha512-6oa6CFphIYI7NxxHrdVOzhG7hkcKyGyYocg7lNDSJVauVOLtylg8hNJzoUyPAYKKK0yUeoZamE/lMs2tG+S+JA==
11571157
dependencies:
11581158
"@octokit/auth-oauth-app" "^4.3.0"
11591159
"@octokit/auth-oauth-user" "^1.2.3"
@@ -1289,19 +1289,7 @@
12891289
deprecation "^2.0.0"
12901290
once "^1.4.0"
12911291

1292-
"@octokit/request@^5.3.0", "@octokit/request@^5.4.14":
1293-
version "5.6.0"
1294-
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.0.tgz#6084861b6e4fa21dc40c8e2a739ec5eff597e672"
1295-
integrity sha512-4cPp/N+NqmaGQwbh3vUsYqokQIzt7VjsgTYVXiwpUP2pxd5YiZB2XuTedbb0SPtv9XS7nzAKjAuQxmY8/aZkiA==
1296-
dependencies:
1297-
"@octokit/endpoint" "^6.0.1"
1298-
"@octokit/request-error" "^2.1.0"
1299-
"@octokit/types" "^6.16.1"
1300-
is-plain-object "^5.0.0"
1301-
node-fetch "^2.6.1"
1302-
universal-user-agent "^6.0.0"
1303-
1304-
"@octokit/request@^5.6.0":
1292+
"@octokit/request@^5.3.0", "@octokit/request@^5.4.14", "@octokit/request@^5.6.0":
13051293
version "5.6.1"
13061294
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.1.tgz#f97aff075c37ab1d427c49082fefeef0dba2d8ce"
13071295
integrity sha512-Ls2cfs1OfXaOKzkcxnqw5MR6drMA/zWX/LIS/p8Yjdz7QKTPQLMsB3R+OvoxE6XnXeXEE2X7xe4G4l4X0gRiKQ==

0 commit comments

Comments
 (0)