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

Commit 4387efa

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#2136)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.24.0 to 9.25.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v9.24.0...v9.25.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02c17e6 commit 4387efa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.105.0",
4343
"@octokit/rest": "^18.12.0",
44-
"@octokit/webhooks": "^9.24.0",
44+
"@octokit/webhooks": "^9.25.0",
4545
"aws-lambda": "^1.0.7",
4646
"tslog": "^3.3.3"
4747
}

modules/webhook/lambdas/webhook/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1417,19 +1417,19 @@
14171417
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz#1108b9ea661ca6c81e4a8bfa63a09eb27d5bc2db"
14181418
integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig==
14191419

1420-
"@octokit/webhooks-types@5.6.0":
1421-
version "5.6.0"
1422-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.6.0.tgz#cbc908ef0df997de7f65da4e4003ecb8430410d3"
1423-
integrity sha512-y3MqE6N6Ksg1+YV0sXVpW2WP7Y24h7rUp2hDJuzoqWdKGr7owmRDyHC72INwfCYNzura/vsNPXvc6Xbfp4wGGw==
1420+
"@octokit/webhooks-types@5.7.1":
1421+
version "5.7.1"
1422+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.7.1.tgz#26452dcd72fa77ac85bb188fda2a5980eb292932"
1423+
integrity sha512-zabCzfWvvquxDzj1lU7GhJQteACGfGXnHfROJD4A7LKhRjlkaggoSkE5cWQJJ6nW2t/UI51dSFrEA+A4mhqfPw==
14241424

1425-
"@octokit/webhooks@^9.24.0":
1426-
version "9.24.0"
1427-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.24.0.tgz#3e3b194ee67151f674e8d0d565c8179828a12b3d"
1428-
integrity sha512-s1nqplA+j4sP7Cz40jn/Q2ipkKRKJ7Gi+NzZiSnwNfisYNduLHEwMUJVBEKc5I0r6GMcZZRJOe6PJ2rJXYW66g==
1425+
"@octokit/webhooks@^9.25.0":
1426+
version "9.25.0"
1427+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.25.0.tgz#f1bd7815af59fb37892b87c86d2cb8625a570e9a"
1428+
integrity sha512-pyCraAmxHSnfTMe4K+QnNH/nSCJolCc++J2SAfYBwPFm6gg2WTGxWuegzuHul+Xm71+V9qL2NhIXX48U7MvTIA==
14291429
dependencies:
14301430
"@octokit/request-error" "^2.0.2"
14311431
"@octokit/webhooks-methods" "^2.0.0"
1432-
"@octokit/webhooks-types" "5.6.0"
1432+
"@octokit/webhooks-types" "5.7.1"
14331433
aggregate-error "^3.1.0"
14341434

14351435
"@sinclair/typebox@^0.23.3":

0 commit comments

Comments
 (0)