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

Commit

Permalink
fix(webhook): Bump @octokit/webhooks from 10.4.0 to 10.7.0 in /module…
Browse files Browse the repository at this point in the history
…s/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>
  • Loading branch information
dependabot[bot] authored Feb 10, 2023
1 parent f25e688 commit d9ab310
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/webhook/lambdas/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@aws-sdk/client-ssm": "^3.245.0",
"@octokit/rest": "^19.0.5",
"@octokit/webhooks": "^10.4.0",
"@octokit/webhooks": "^10.7.0",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1292.0",
"tslog": "^3.3.4"
Expand Down
18 changes: 9 additions & 9 deletions modules/webhook/lambdas/webhook/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1564,19 +1564,19 @@
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.1.tgz#041ed0e5728cc076e375c372dd803ded5905535f"
integrity sha512-XftYVcBxtzC2G05kdBNn9IYLtQ+Cz6ufKkjZd0DU/qGaZEFTPzM2OabXAWG5tvL0q/I+Exio1JnRiPfetiMSEw==

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

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

"@sinclair/typebox@^0.24.1":
Expand Down

0 comments on commit d9ab310

Please sign in to comment.