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

Commit d9ab310

Browse files
fix(webhook): Bump @octokit/webhooks from 10.4.0 to 10.7.0 in /modules/webhook/lambdas/webhook (#2907)
fix(webhook): Bump @octokit/webhooks in /modules/webhook/lambdas/webhook Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.4.0 to 10.7.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v10.4.0...v10.7.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 f25e688 commit d9ab310

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
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.245.0",
4343
"@octokit/rest": "^19.0.5",
44-
"@octokit/webhooks": "^10.4.0",
44+
"@octokit/webhooks": "^10.7.0",
4545
"aws-lambda": "^1.0.7",
4646
"aws-sdk": "^2.1292.0",
4747
"tslog": "^3.3.4"

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1564,19 +1564,19 @@
15641564
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.1.tgz#041ed0e5728cc076e375c372dd803ded5905535f"
15651565
integrity sha512-XftYVcBxtzC2G05kdBNn9IYLtQ+Cz6ufKkjZd0DU/qGaZEFTPzM2OabXAWG5tvL0q/I+Exio1JnRiPfetiMSEw==
15661566

1567-
"@octokit/webhooks-types@6.7.0":
1568-
version "6.7.0"
1569-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz#5fae3f6d92befcb8224a8c19a18d9d90e59f095d"
1570-
integrity sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==
1567+
"@octokit/webhooks-types@6.10.0":
1568+
version "6.10.0"
1569+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.10.0.tgz#b441780d26370c7682f4f964d4b36b5cb0c757f8"
1570+
integrity sha512-lDNv83BeEyxxukdQ0UttiUXawk9+6DkdjjFtm2GFED+24IQhTVaoSbwV9vWWKONyGLzRmCQqZmoEWkDhkEmPlw==
15711571

1572-
"@octokit/webhooks@^10.4.0":
1573-
version "10.4.0"
1574-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.4.0.tgz#b844a3a220690b0d104488e8f1229289d5169239"
1575-
integrity sha512-BZYBRB8zUm8QJOkpmmg2VWzHq21qVW6vzmZw7gXhoPp/fia1N+HKF/caWyCcKpSE4DYBnPukJ9HtpMcC2GZiRw==
1572+
"@octokit/webhooks@^10.7.0":
1573+
version "10.7.0"
1574+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.7.0.tgz#ec05e655d309383e2cd08dafe51abd1705df6d4a"
1575+
integrity sha512-zZBbQMpXXnK/ki/utrFG/TuWv9545XCSLibfDTxrYqR1PmU6zel02ebTOrA7t5XIGHzlEOc/NgISUIBUe7pMFA==
15761576
dependencies:
15771577
"@octokit/request-error" "^3.0.0"
15781578
"@octokit/webhooks-methods" "^3.0.0"
1579-
"@octokit/webhooks-types" "6.7.0"
1579+
"@octokit/webhooks-types" "6.10.0"
15801580
aggregate-error "^3.1.0"
15811581

15821582
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)