Skip to content

Commit

Permalink
fix: updates app.js for the handling of an error being thrown by the …
Browse files Browse the repository at this point in the history
…verify method in webhooks.js (#2576)

updates app.js for the handling of an error being thrown by the verify method in webhooks.js
  • Loading branch information
nickfloyd committed Nov 15, 2023
1 parent f514e4b commit b59da80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --strict test/typescript-validate.ts"
},
"dependencies": {
"@octokit/app": "^14.0.0",
"@octokit/app": "^14.0.2",
"@octokit/core": "^5.0.0",
"@octokit/oauth-app": "^6.0.0",
"@octokit/plugin-paginate-graphql": "^4.0.0",
Expand Down

0 comments on commit b59da80

Please sign in to comment.