Skip to content

Commit 584bf98

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#1995)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.23.0 to 9.24.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v9.23.0...v9.24.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 1a3b0a1 commit 584bf98

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/webhook/lambdas/webhook/package.json

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

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,19 +1380,19 @@
13801380
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz#1108b9ea661ca6c81e4a8bfa63a09eb27d5bc2db"
13811381
integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig==
13821382

1383-
"@octokit/webhooks-types@5.5.1":
1384-
version "5.5.1"
1385-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.5.1.tgz#3ab94e890bee827302c6312e80497426d6627cbf"
1386-
integrity sha512-FaBbqZS2e4fCdQvUqeBKpJJOVsRxGcrf0NA91WBXz9GP5/4xgQgdjpbzAcDOSfESBYDYD78HeI5VeihfCW28Ew==
1383+
"@octokit/webhooks-types@5.6.0":
1384+
version "5.6.0"
1385+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.6.0.tgz#cbc908ef0df997de7f65da4e4003ecb8430410d3"
1386+
integrity sha512-y3MqE6N6Ksg1+YV0sXVpW2WP7Y24h7rUp2hDJuzoqWdKGr7owmRDyHC72INwfCYNzura/vsNPXvc6Xbfp4wGGw==
13871387

1388-
"@octokit/webhooks@^9.23.0":
1389-
version "9.23.0"
1390-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.23.0.tgz#16fc24284afdf3e119d32928dd3f8b338890e56c"
1391-
integrity sha512-4+imw+CajrKpafaE9oLCtXyU3ZAcCLwuoeZ3XmFruQZCEcBBJYE/juSFvU3x1HkFFeKwsUyr+nRikRwiK/VSmA==
1388+
"@octokit/webhooks@^9.24.0":
1389+
version "9.24.0"
1390+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.24.0.tgz#3e3b194ee67151f674e8d0d565c8179828a12b3d"
1391+
integrity sha512-s1nqplA+j4sP7Cz40jn/Q2ipkKRKJ7Gi+NzZiSnwNfisYNduLHEwMUJVBEKc5I0r6GMcZZRJOe6PJ2rJXYW66g==
13921392
dependencies:
13931393
"@octokit/request-error" "^2.0.2"
13941394
"@octokit/webhooks-methods" "^2.0.0"
1395-
"@octokit/webhooks-types" "5.5.1"
1395+
"@octokit/webhooks-types" "5.6.0"
13961396
aggregate-error "^3.1.0"
13971397

13981398
"@sinclair/typebox@^0.23.3":

0 commit comments

Comments
 (0)