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

Commit 946b2ea

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#1064)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.11.0 to 9.12.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v9.11.0...v9.12.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 926b6c5 commit 946b2ea

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@aws-sdk/client-ssm": "^3.25.0",
4141
"@octokit/rest": "^18.3.5",
42-
"@octokit/webhooks": "^9.10.0",
42+
"@octokit/webhooks": "^9.12.0",
4343
"aws-lambda": "^1.0.6"
4444
}
4545
}

Diff for: modules/webhook/lambdas/webhook/yarn.lock

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

1235-
"@octokit/webhooks-types@4.2.0":
1236-
version "4.2.0"
1237-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-4.2.0.tgz#7c3798fe2c469eb62c5fc3440301e34bf288e6b7"
1238-
integrity sha512-BbWkXK0ZLE2BXF7OKlrK5B7nCqgawEiZ7orzLls5rLZlepHy1LtFlh2DSe3McqJznlBh0JRk+/eUowgXfmKmIw==
1235+
"@octokit/webhooks-types@4.3.0":
1236+
version "4.3.0"
1237+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-4.3.0.tgz#a3810cedeeb48305fed4273e88387d0572c64fdc"
1238+
integrity sha512-Hp2o49WSiLHLwp8a9aQD9qK+uoa45Q/gnJG7a+EEZ4rLk5oDVCzlMbtsezxUPXG7/eLj05GciCzdzgJWANugEA==
12391239

1240-
"@octokit/webhooks@^9.10.0":
1241-
version "9.11.0"
1242-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.11.0.tgz#e2f491243dd2d0091a4aa24f683ac0958aa040e5"
1243-
integrity sha512-0pgBcPtpSIfvJX4COVQbbAL2kndKYLC0kHxnqOEschoVUClLaU7f8xkNX9royJF4vg9dc2AVHVvd9QC8yVrdVw==
1240+
"@octokit/webhooks@^9.12.0":
1241+
version "9.12.0"
1242+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.12.0.tgz#9d831e4ff5d69efabca09a1044bd832e907a0252"
1243+
integrity sha512-B/KK96mmmRju3lK8jRe78z2h4rSAAysT+rcT5Aw5aIXueOOHsFFgRNQF6GB+/0xwm9KkpMY96Z9vj2gwyOiatA==
12441244
dependencies:
12451245
"@octokit/request-error" "^2.0.2"
12461246
"@octokit/webhooks-methods" "^2.0.0"
1247-
"@octokit/webhooks-types" "4.2.0"
1247+
"@octokit/webhooks-types" "4.3.0"
12481248
aggregate-error "^3.1.0"
12491249

12501250
"@sinonjs/commons@^1.7.0":

0 commit comments

Comments
 (0)