Skip to content

Commit

Permalink
Bump @octokit/webhooks from 10.0.0 to 10.9.2
Browse files Browse the repository at this point in the history
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.0.0 to 10.9.2.
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v10.0.0...v10.9.2)

---
updated-dependencies:
- dependency-name: "@octokit/webhooks"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
1 parent a83f658 commit 2f69db9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@eng-automation/js-style": "^2.0.0",
"@octokit/auth-token": "3.0.0",
"@octokit/rest": "19.0.3",
"@octokit/webhooks": "10.0.0",
"@octokit/webhooks": "10.9.2",
"@types/node-fetch": "^2.6.2",
"@types/pug": "^2.0.6",
"async-mutex": "0.3.2",
Expand Down
27 changes: 16 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1311,24 +1311,29 @@
resolved "https://registry.npmjs.org/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz"
integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig==

"@octokit/webhooks-methods@^3.0.0":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.3.tgz#2648668d34fe44e437eca90c9031d0f3cb759c77"
integrity sha512-2vM+DCNTJ5vL62O5LagMru6XnYhV4fJslK+5YUkTa6rWlW2S+Tqs1lF9Wr9OGqHfVwpBj3TeztWfVON/eUoW1Q==

"@octokit/webhooks-types@5.2.0":
version "5.2.0"
resolved "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.2.0.tgz"
integrity sha512-OZhKy1w8/GF4GWtdiJc+o8sloWAHRueGB78FWFLZnueK7EHV9MzDVr4weJZMflJwMK4uuYLzcnJVnAoy3yB35g==

"@octokit/webhooks-types@5.8.0":
version "5.8.0"
resolved "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.8.0.tgz"
integrity sha512-8adktjIb76A7viIdayQSFuBEwOzwhDC+9yxZpKNHjfzrlostHCw0/N7JWpWMObfElwvJMk2fY2l1noENCk9wmw==
"@octokit/webhooks-types@6.11.0":
version "6.11.0"
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz#1fb903bff3f2883490d6ba88d8cb8f8a55f68176"
integrity sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==

"@octokit/webhooks@10.0.0":
version "10.0.0"
resolved "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.0.0.tgz"
integrity sha512-5twwJ5UZ4nwTyEsue4bsrbiehSK/vSKqH9GP1d3AJkCygpjDZc0w/glL+ldhRhisoqCcADmyy7Xj2NuvBlVXRg==
"@octokit/webhooks@10.9.2":
version "10.9.2"
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.9.2.tgz#1b1e79a70fa5b22a3149b18432cbf3f39dbcb544"
integrity sha512-hFVF/szz4l/Y/GQdKxNmQjUke0XJXK986p+ucIlubTGVPVtVtup5G1jarQfvCMBs9Fvlf9dvH8K83E4lefmofQ==
dependencies:
"@octokit/request-error" "^2.0.2"
"@octokit/webhooks-methods" "^2.0.0"
"@octokit/webhooks-types" "5.8.0"
"@octokit/request-error" "^3.0.0"
"@octokit/webhooks-methods" "^3.0.0"
"@octokit/webhooks-types" "6.11.0"
aggregate-error "^3.1.0"

"@octokit/webhooks@^9.8.4":
Expand Down

0 comments on commit 2f69db9

Please sign in to comment.