Skip to content

Commit e747373

Browse files
chore: Bump @octokit/auth-app in /modules/runners/lambdas/runners (#378)
Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 2.10.2 to 2.10.4. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v2.10.2...v2.10.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a604b4 commit e747373

File tree

2 files changed

+9
-23
lines changed

2 files changed

+9
-23
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.10.2",
26+
"@octokit/auth-app": "^2.10.4",
2727
"@octokit/rest": "^18.0.12",
2828
"cron-parser": "^2.18.0",
2929
"moment": "^2.29.1",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -466,14 +466,14 @@
466466
"@types/yargs" "^15.0.0"
467467
chalk "^4.0.0"
468468

469-
"@octokit/auth-app@^2.10.2":
470-
version "2.10.2"
471-
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-2.10.2.tgz#5cfdc69c8866d1acc353688421e85851f55aac11"
472-
integrity sha512-3PLyDISHtdCxQx0LS0Ut2E+zy2PVfDFCxDnFJ+QRvABHow/Zqj2Im7GF8zYYn8nwI1tgaoewwwd0unfXuPi48Q==
469+
"@octokit/auth-app@^2.10.4":
470+
version "2.10.4"
471+
resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-2.10.4.tgz#f070357184920971e0fab9f0a78a0781f391c015"
472+
integrity sha512-J3fdCVvuBuCa+pNbtDzU3Nc+appg/r6Ii1ekQtHnpPkpP0PVUjn+4FAXHmIhSiiWW+El/9ymlWVum6zbWIln5A==
473473
dependencies:
474-
"@octokit/request" "^5.3.0"
474+
"@octokit/request" "^5.4.11"
475475
"@octokit/request-error" "^2.0.0"
476-
"@octokit/types" "^5.0.0"
476+
"@octokit/types" "^6.0.3"
477477
"@types/lru-cache" "^5.1.0"
478478
deprecation "^2.3.1"
479479
lru-cache "^6.0.0"
@@ -551,21 +551,7 @@
551551
deprecation "^2.0.0"
552552
once "^1.4.0"
553553

554-
"@octokit/request@^5.3.0":
555-
version "5.4.7"
556-
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.7.tgz#fd703ee092e0463ceba49ff7a3e61cb4cf8a0fde"
557-
integrity sha512-FN22xUDP0i0uF38YMbOfx6TotpcENP5W8yJM1e/LieGXn6IoRxDMnBf7tx5RKSW4xuUZ/1P04NFZy5iY3Rax1A==
558-
dependencies:
559-
"@octokit/endpoint" "^6.0.1"
560-
"@octokit/request-error" "^2.0.0"
561-
"@octokit/types" "^5.0.0"
562-
deprecation "^2.0.0"
563-
is-plain-object "^4.0.0"
564-
node-fetch "^2.3.0"
565-
once "^1.4.0"
566-
universal-user-agent "^6.0.0"
567-
568-
"@octokit/request@^5.4.12":
554+
"@octokit/request@^5.3.0", "@octokit/request@^5.4.11", "@octokit/request@^5.4.12":
569555
version "5.4.12"
570556
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.12.tgz#b04826fa934670c56b135a81447be2c1723a2ffc"
571557
integrity sha512-MvWYdxengUWTGFpfpefBBpVmmEYfkwMoxonIB3sUGp5rhdgwjXL1ejo6JbgzG/QD9B/NYt/9cJX1pxXeSIUCkg==
@@ -3108,7 +3094,7 @@ nice-try@^1.0.4:
31083094
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
31093095
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
31103096

3111-
node-fetch@^2.3.0, node-fetch@^2.6.1:
3097+
node-fetch@^2.6.1:
31123098
version "2.6.1"
31133099
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
31143100
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

0 commit comments

Comments
 (0)