Skip to content

Commit 6cc8011

Browse files
chore: Bump @octokit/rest from 19.0.3 to 19.0.4 in /modules/webhook/lambdas/webhook (#2333)
chore: Bump @octokit/rest in /modules/webhook/lambdas/webhook Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.3 to 19.0.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v19.0.3...v19.0.4) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f57c7f commit 6cc8011

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.145.0",
43-
"@octokit/rest": "^19.0.3",
43+
"@octokit/rest": "^19.0.4",
4444
"@octokit/webhooks": "^10.1.0",
4545
"aws-lambda": "^1.0.7",
4646
"tslog": "^3.3.3"

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,12 +1415,17 @@
14151415
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.8.0.tgz#f4708cf948724d6e8f7d878cfd91584c1c5c0523"
14161416
integrity sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg==
14171417

1418-
"@octokit/plugin-paginate-rest@^3.0.0":
1419-
version "3.0.0"
1420-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.0.0.tgz#df779de686aeb21b5e776e4318defc33b0418566"
1421-
integrity sha512-fvw0Q5IXnn60D32sKeLIxgXCEZ7BTSAjJd8cFAE6QU5qUp0xo7LjFUjjX1J5D7HgN355CN4EXE4+Q1/96JaNUA==
1418+
"@octokit/openapi-types@^13.1.0":
1419+
version "13.1.0"
1420+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.1.0.tgz#30459b45e6dd388d48d72de166f2f08ee8ece5b6"
1421+
integrity sha512-Z7vzLqfTkoVQyoy/2iQla1N2I4Vav2wi4JbZK8QxIYAfBimhuflosFxmsqw5LTH7DkdNW46ZYpAcqJf0XaS8SQ==
1422+
1423+
"@octokit/plugin-paginate-rest@^4.0.0":
1424+
version "4.0.0"
1425+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.0.0.tgz#859a168262b657d46a8f1243ded66c87cee964b9"
1426+
integrity sha512-g4GJMt/7VDmIMMdQenN6bmsmRoZca1c7IxOdF2yMiMwQYrE2bmmypGQeQSD5rsaffsFMCUS7Br4pMVZamareYA==
14221427
dependencies:
1423-
"@octokit/types" "^6.39.0"
1428+
"@octokit/types" "^7.0.0"
14241429

14251430
"@octokit/plugin-request-log@^1.0.4":
14261431
version "1.0.4"
@@ -1456,13 +1461,13 @@
14561461
node-fetch "^2.6.7"
14571462
universal-user-agent "^6.0.0"
14581463

1459-
"@octokit/rest@^19.0.3":
1460-
version "19.0.3"
1461-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.3.tgz#b9a4e8dc8d53e030d611c053153ee6045f080f02"
1462-
integrity sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ==
1464+
"@octokit/rest@^19.0.4":
1465+
version "19.0.4"
1466+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.4.tgz#fd8bed1cefffa486e9ae46a9dc608ce81bcfcbdd"
1467+
integrity sha512-LwG668+6lE8zlSYOfwPj4FxWdv/qFXYBpv79TWIQEpBLKA9D/IMcWsF/U9RGpA3YqMVDiTxpgVpEW3zTFfPFTA==
14631468
dependencies:
14641469
"@octokit/core" "^4.0.0"
1465-
"@octokit/plugin-paginate-rest" "^3.0.0"
1470+
"@octokit/plugin-paginate-rest" "^4.0.0"
14661471
"@octokit/plugin-request-log" "^1.0.4"
14671472
"@octokit/plugin-rest-endpoint-methods" "^6.0.0"
14681473

@@ -1480,6 +1485,13 @@
14801485
dependencies:
14811486
"@octokit/openapi-types" "^12.7.0"
14821487

1488+
"@octokit/types@^7.0.0":
1489+
version "7.1.0"
1490+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-7.1.0.tgz#98e345dbc6eba326dad5cfa4074171d89abb9d84"
1491+
integrity sha512-+ClA0jRc9zGFj5mfQeQNfgTlelzhpAexbAueQG1t2Xn8yhgnsjkF8bgLcUUpwrpqkv296uXyiGwkqXRSU7KYzQ==
1492+
dependencies:
1493+
"@octokit/openapi-types" "^13.1.0"
1494+
14831495
"@octokit/webhooks-definitions@^3.67.3":
14841496
version "3.67.3"
14851497
resolved "https://registry.yarnpkg.com/@octokit/webhooks-definitions/-/webhooks-definitions-3.67.3.tgz#d2a905a90b04af8111982d0c13658a49fc4eecb9"

0 commit comments

Comments
 (0)