Skip to content

Commit 7b22b53

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.22.0 to 9.23.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v9.22.0...v9.23.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1d1c84 commit 7b22b53

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.54.0",
4343
"@octokit/rest": "^18.12.0",
44-
"@octokit/webhooks": "^9.22.0",
44+
"@octokit/webhooks": "^9.23.0",
4545
"aws-lambda": "^1.0.7",
4646
"tslog": "^3.3.2"
4747
}

modules/webhook/lambdas/webhook/yarn.lock

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

1366-
"@octokit/webhooks-types@5.2.0":
1367-
version "5.2.0"
1368-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.2.0.tgz#9d1d451f37460107409c81cab04dd473108abb02"
1369-
integrity sha512-OZhKy1w8/GF4GWtdiJc+o8sloWAHRueGB78FWFLZnueK7EHV9MzDVr4weJZMflJwMK4uuYLzcnJVnAoy3yB35g==
1366+
"@octokit/webhooks-types@5.5.1":
1367+
version "5.5.1"
1368+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.5.1.tgz#3ab94e890bee827302c6312e80497426d6627cbf"
1369+
integrity sha512-FaBbqZS2e4fCdQvUqeBKpJJOVsRxGcrf0NA91WBXz9GP5/4xgQgdjpbzAcDOSfESBYDYD78HeI5VeihfCW28Ew==
13701370

1371-
"@octokit/webhooks@^9.22.0":
1372-
version "9.22.0"
1373-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.22.0.tgz#07a36a10358d39c1870758fae2b1ad3c24ca578d"
1374-
integrity sha512-wUd7nGfDRHG6xkz311djmq6lIB2tQ+r94SNkyv9o0bQhOsrkwH8fQCM7uVsbpkGUU2lqCYsVoa8z/UC9HJgRaw==
1371+
"@octokit/webhooks@^9.23.0":
1372+
version "9.23.0"
1373+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.23.0.tgz#16fc24284afdf3e119d32928dd3f8b338890e56c"
1374+
integrity sha512-4+imw+CajrKpafaE9oLCtXyU3ZAcCLwuoeZ3XmFruQZCEcBBJYE/juSFvU3x1HkFFeKwsUyr+nRikRwiK/VSmA==
13751375
dependencies:
13761376
"@octokit/request-error" "^2.0.2"
13771377
"@octokit/webhooks-methods" "^2.0.0"
1378-
"@octokit/webhooks-types" "5.2.0"
1378+
"@octokit/webhooks-types" "5.5.1"
13791379
aggregate-error "^3.1.0"
13801380

13811381
"@sinonjs/commons@^1.7.0":

0 commit comments

Comments
 (0)