Skip to content

Commit c28ff02

Browse files
chore: Bump @octokit/rest in /modules/runners/lambdas/runners (#666)
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.2.0 to 18.3.5. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v18.2.0...v18.3.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cb2501 commit c28ff02

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@octokit/auth-app": "^3.0.0",
34-
"@octokit/rest": "^18.2.0",
34+
"@octokit/rest": "^18.3.5",
3535
"@octokit/types": "^6.12.2",
3636
"@types/aws-lambda": "^8.10.72",
3737
"@types/express": "^4.17.11",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,12 @@
569569
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.2.tgz#394d59ec734cd2f122431fbaf05099861ece3c44"
570570
integrity sha512-oTJSNAmBqyDR41uSMunLQKMX0jmEXbwD1fpz8FG27lScV3RhtGfBa1/BBLym+PxcC16IBlF7KH9vP1BUYxA+Eg==
571571

572-
"@octokit/plugin-rest-endpoint-methods@4.12.0":
573-
version "4.12.0"
574-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.12.0.tgz#1cec405cd4eaf0bdb58cb7d2a9b3d8473b3a70e8"
575-
integrity sha512-RgnQ1aoetdOJjZYC37LV5FNlL7GY/v1CdC5dur1Zp/UiADJlbRFbAz/xLx26ovXw67dK7EUtwCghS+6QyiI9RA==
572+
"@octokit/plugin-rest-endpoint-methods@4.13.5":
573+
version "4.13.5"
574+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.5.tgz#ad76285b82fe05fbb4adf2774a9c887f3534a880"
575+
integrity sha512-kYKcWkFm4Ldk8bZai2RVEP1z97k1C/Ay2FN9FNTBg7JIyKoiiJjks4OtT6cuKeZX39tqa+C3J9xeYc6G+6g8uQ==
576576
dependencies:
577-
"@octokit/types" "^6.10.0"
577+
"@octokit/types" "^6.12.2"
578578
deprecation "^2.3.1"
579579

580580
"@octokit/request-error@^2.0.0":
@@ -600,17 +600,17 @@
600600
once "^1.4.0"
601601
universal-user-agent "^6.0.0"
602602

603-
"@octokit/rest@^18.2.0":
604-
version "18.2.0"
605-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.2.0.tgz#b75c87870bb1f7bc9f37ae0e9acb3a411a34a25f"
606-
integrity sha512-xsp6bIqL2sb/NmgLXTxw96caegobRw+YHnzdIi70ruquHtPPDW2cBAONhDYMUuAOeXx0JH2auOeplpk4SQJy1w==
603+
"@octokit/rest@^18.3.5":
604+
version "18.3.5"
605+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.3.5.tgz#a89903d46e0b4273bd3234674ec2777a651d68ab"
606+
integrity sha512-ZPeRms3WhWxQBEvoIh0zzf8xdU2FX0Capa7+lTca8YHmRsO3QNJzf1H3PcuKKsfgp91/xVDRtX91sTe1kexlbw==
607607
dependencies:
608608
"@octokit/core" "^3.2.3"
609609
"@octokit/plugin-paginate-rest" "^2.6.2"
610610
"@octokit/plugin-request-log" "^1.0.2"
611-
"@octokit/plugin-rest-endpoint-methods" "4.12.0"
611+
"@octokit/plugin-rest-endpoint-methods" "4.13.5"
612612

613-
"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.10.0", "@octokit/types@^6.12.2":
613+
"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.12.2":
614614
version "6.12.2"
615615
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.12.2.tgz#5b44add079a478b8eb27d78cf384cc47e4411362"
616616
integrity sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA==

0 commit comments

Comments
 (0)