Skip to content

Commit b59da80

Browse files
authored
fix: updates app.js for the handling of an error being thrown by the verify method in webhooks.js (#2576)
updates app.js for the handling of an error being thrown by the verify method in webhooks.js
1 parent f514e4b commit b59da80

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
@@ -20,7 +20,7 @@
2020
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --strict test/typescript-validate.ts"
2121
},
2222
"dependencies": {
23-
"@octokit/app": "^14.0.0",
23+
"@octokit/app": "^14.0.2",
2424
"@octokit/core": "^5.0.0",
2525
"@octokit/oauth-app": "^6.0.0",
2626
"@octokit/plugin-paginate-graphql": "^4.0.0",

0 commit comments

Comments
 (0)