Skip to content

Commit 4913b96

Browse files
chore: Bump @octokit/auth-app in /modules/runners/lambdas/runners (#215)
Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 2.4.14 to 2.6.0. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v2.4.14...v2.6.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95c5458 commit 4913b96

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "^3.8.3"
2424
},
2525
"dependencies": {
26-
"@octokit/auth-app": "^2.4.14",
26+
"@octokit/auth-app": "^2.6.0",
2727
"@octokit/rest": "^18.0.6",
2828
"cron-parser": "^2.16.3",
2929
"moment": "^2.28.0",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,10 @@
455455
"@types/yargs" "^15.0.0"
456456
chalk "^3.0.0"
457457

458-
"@octokit/auth-app@^2.4.14":
459-
version "2.4.14"
460-
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-2.4.14.tgz#c99aa2bfb38b4e3d20991cd7afcf34eae675ddcd"
461-
integrity sha512-1D1+8VFZpgbQdaePVWll3qb7mpKazu15xtZ17xzLjbfGFUcB4ddp/nHvDtfIWTMWrx92Iaz+5FGLCLVi8p4WOg==
458+
"@octokit/auth-app@^2.6.0":
459+
version "2.6.0"
460+
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-2.6.0.tgz#1bf64878fd46df9c4bc97ebfb314f0bf99307341"
461+
integrity sha512-hw8jm4N+1KENpyjXHu1epAOc5BjMAY9yW2LZ9DhgZ8QtXcU7JZaccMk0/C/71zKq1dczw9O1McBmbViZc9/u8w==
462462
dependencies:
463463
"@octokit/request" "^5.3.0"
464464
"@octokit/request-error" "^2.0.0"
@@ -558,14 +558,7 @@
558558
"@octokit/plugin-request-log" "^1.0.0"
559559
"@octokit/plugin-rest-endpoint-methods" "4.2.0"
560560

561-
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.2.0":
562-
version "5.2.0"
563-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.2.0.tgz#d075dc23bf293f540739250b6879e2c1be2fc20c"
564-
integrity sha512-XjOk9y4m8xTLIKPe1NFxNWBdzA2/z3PFFA/bwf4EoH6oS8hM0Y46mEa4Cb+KCyj/tFDznJFahzQ0Aj3o1FYq4A==
565-
dependencies:
566-
"@types/node" ">= 8"
567-
568-
"@octokit/types@^5.5.0":
561+
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.2.0", "@octokit/types@^5.5.0":
569562
version "5.5.0"
570563
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.5.0.tgz#e5f06e8db21246ca102aa28444cdb13ae17a139b"
571564
integrity sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==

0 commit comments

Comments
 (0)