Skip to content

Commit a1d4304

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#1605)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.21.0 to 9.22.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v9.21.0...v9.22.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 8c950af commit a1d4304

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
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@aws-sdk/client-ssm": "^3.45.0",
4141
"@octokit/rest": "^18.12.0",
42-
"@octokit/webhooks": "^9.21.0",
42+
"@octokit/webhooks": "^9.22.0",
4343
"aws-lambda": "^1.0.7",
4444
"tslog": "^3.3.1"
4545
}

modules/webhook/lambdas/webhook/yarn.lock

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

1269-
"@octokit/webhooks-types@5.0.0":
1270-
version "5.0.0"
1271-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.0.0.tgz#7986fc44170d19e1879118ca9f1d41467693a54f"
1272-
integrity sha512-ZML/+BD4zK3ss2e5M8JN2wWi/hiBh5sCEWfiok96eUR6GszasebNJ5xwCt9do8C49PNfackkJgw+N8cYrJNaTg==
1269+
"@octokit/webhooks-types@5.2.0":
1270+
version "5.2.0"
1271+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.2.0.tgz#9d1d451f37460107409c81cab04dd473108abb02"
1272+
integrity sha512-OZhKy1w8/GF4GWtdiJc+o8sloWAHRueGB78FWFLZnueK7EHV9MzDVr4weJZMflJwMK4uuYLzcnJVnAoy3yB35g==
12731273

1274-
"@octokit/webhooks@^9.21.0":
1275-
version "9.21.0"
1276-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.21.0.tgz#ffcf02fe8cc525f88291464ce527f4849c5350f9"
1277-
integrity sha512-a7fikLm7MIX9xndN6N7v83vU0POTJENaxwsqBVAVWhRv9E05C9LLogy2KJvyMlsk07Y3d+WvmaO637NUxQdN3Q==
1274+
"@octokit/webhooks@^9.22.0":
1275+
version "9.22.0"
1276+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.22.0.tgz#07a36a10358d39c1870758fae2b1ad3c24ca578d"
1277+
integrity sha512-wUd7nGfDRHG6xkz311djmq6lIB2tQ+r94SNkyv9o0bQhOsrkwH8fQCM7uVsbpkGUU2lqCYsVoa8z/UC9HJgRaw==
12781278
dependencies:
12791279
"@octokit/request-error" "^2.0.2"
12801280
"@octokit/webhooks-methods" "^2.0.0"
1281-
"@octokit/webhooks-types" "5.0.0"
1281+
"@octokit/webhooks-types" "5.2.0"
12821282
aggregate-error "^3.1.0"
12831283

12841284
"@sinonjs/commons@^1.7.0":

0 commit comments

Comments
 (0)