Skip to content

Commit 6cbbe96

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#2217)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v10.0.0...v10.0.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5945d31 commit 6cbbe96

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.118.1",
4343
"@octokit/rest": "^18.12.0",
44-
"@octokit/webhooks": "^10.0.0",
44+
"@octokit/webhooks": "^10.0.1",
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
@@ -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.8.0":
1421-
version "5.8.0"
1422-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.8.0.tgz#b76d1a3e3ad82cec5680d3c6c3443a620047a6ef"
1423-
integrity sha512-8adktjIb76A7viIdayQSFuBEwOzwhDC+9yxZpKNHjfzrlostHCw0/N7JWpWMObfElwvJMk2fY2l1noENCk9wmw==
1420+
"@octokit/webhooks-types@6.1.0":
1421+
version "6.1.0"
1422+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.1.0.tgz#e31bc8c6a11ea56e8eef75e44c9e73286fb4082e"
1423+
integrity sha512-5A2rxjZv89IzOUuuAF6mwqxp2WprdDDrpLGedtWJRG/XdZ10I0ttMc+eV+p8ZoIotGbsrGtB7PoQGa+aoF0OCg==
14241424

1425-
"@octokit/webhooks@^10.0.0":
1426-
version "10.0.0"
1427-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.0.0.tgz#5bd9b9369bd868e6ffe06857a471bd1b3c245959"
1428-
integrity sha512-5twwJ5UZ4nwTyEsue4bsrbiehSK/vSKqH9GP1d3AJkCygpjDZc0w/glL+ldhRhisoqCcADmyy7Xj2NuvBlVXRg==
1425+
"@octokit/webhooks@^10.0.1":
1426+
version "10.0.1"
1427+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.0.1.tgz#ef8c8f84d7a095bd575af23620b92c44145093c4"
1428+
integrity sha512-sfcNPQShsF7GijixLnAQB5lcsQmTdWwU5uZn1fgRjrgWHuwTfD6TGwPlkSU8qwdeuURd5mRlzHCvnCFkhT0xPA==
14291429
dependencies:
14301430
"@octokit/request-error" "^2.0.2"
14311431
"@octokit/webhooks-methods" "^2.0.0"
1432-
"@octokit/webhooks-types" "5.8.0"
1432+
"@octokit/webhooks-types" "6.1.0"
14331433
aggregate-error "^3.1.0"
14341434

14351435
"@sinclair/typebox@^0.23.3":

0 commit comments

Comments
 (0)