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

Commit fce2a75

Browse files
fix(runners): bump @octokit/auth-app from 4.0.8 to 4.0.9 in /modules/runners/lambdas/runners (#2953)
fix(runners): bump @octokit/auth-app in /modules/runners/lambdas/runners Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v4.0.8...v4.0.9) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 653480e commit fce2a75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@aws-sdk/client-ssm": "^3.245.0",
42-
"@octokit/auth-app": "4.0.8",
42+
"@octokit/auth-app": "4.0.9",
4343
"@octokit/rest": "^19.0.5",
4444
"@octokit/types": "^9.0.0",
4545
"aws-sdk": "^2.1289.0",

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1444,16 +1444,16 @@
14441444
"@nodelib/fs.scandir" "2.1.5"
14451445
fastq "^1.6.0"
14461446

1447-
"@octokit/[email protected].8":
1448-
version "4.0.8"
1449-
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.8.tgz#73a8c6c087c55473affeedd939ef08ff2cfa9b3d"
1450-
integrity sha512-miI7y9FfS/fL1bSPsDaAfCGSxQ04iGLyisI2GA8N7P6eB6AkCOt+F1XXapJKRnAubQubvYF0dqxoTZYyKk93NQ==
1447+
"@octokit/[email protected].9":
1448+
version "4.0.9"
1449+
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.9.tgz#66500c8f66545d970a19123b9b364c678c972d6b"
1450+
integrity sha512-VFpKIXhHO+kVJtane5cEvdYPtjDKCOI0uKsRrsZfJP+uEu7rcPbQCLCcRKgyT+mUIzGr1IIOmwP/lFqSip1dXA==
14511451
dependencies:
14521452
"@octokit/auth-oauth-app" "^5.0.0"
14531453
"@octokit/auth-oauth-user" "^2.0.0"
14541454
"@octokit/request" "^6.0.0"
14551455
"@octokit/request-error" "^3.0.0"
1456-
"@octokit/types" "^8.0.0"
1456+
"@octokit/types" "^9.0.0"
14571457
"@types/lru-cache" "^5.1.0"
14581458
deprecation "^2.3.1"
14591459
lru-cache "^6.0.0"

0 commit comments

Comments
 (0)