Skip to content

Commit 263247c

Browse files
authored
fix(deps): bump @octokit/webhooks in order to fix web users (#594)
The `verifyWithFallback()` function was missing from the web code, and was only defined for Node, leaving users unable to use newer versions of `@octokit/webhooks` with this package
1 parent 4cbc2e1 commit 263247c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@octokit/oauth-app": "^7.1.5",
2727
"@octokit/plugin-paginate-rest": "^11.3.6",
2828
"@octokit/types": "^13.6.2",
29-
"@octokit/webhooks": "^13.4.2"
29+
"@octokit/webhooks": "^13.5.1"
3030
},
3131
"devDependencies": {
3232
"@octokit/tsconfig": "^4.0.0",

0 commit comments

Comments
 (0)