Skip to content

Commit

Permalink
fix(deps): bump @octokit/app to fix web users (#2806)
Browse files Browse the repository at this point in the history
The `verifyWithFallback()` function was missing from the web code in `@octokit/webhooks-methods`, and was only defined for Node, leaving users unable to use newer versions of `@octokit/webhooks` with this package
  • Loading branch information
wolfy1339 authored Feb 7, 2025
1 parent 5d0caa7 commit 137de2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --module node16 --strict --allowImportingTsExtensions --exactOptionalPropertyTypes test/typescript-validate.ts"
},
"dependencies": {
"@octokit/app": "^15.1.2",
"@octokit/app": "^15.1.3",
"@octokit/core": "^6.1.3",
"@octokit/oauth-app": "^7.1.4",
"@octokit/plugin-paginate-graphql": "^5.2.4",
Expand Down

0 comments on commit 137de2d

Please sign in to comment.