Skip to content

Commit 137de2d

Browse files
authored
fix(deps): bump @octokit/app to fix web users (#2806)
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
1 parent 5d0caa7 commit 137de2d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 12 additions & 12 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
@@ -21,7 +21,7 @@
2121
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --module node16 --strict --allowImportingTsExtensions --exactOptionalPropertyTypes test/typescript-validate.ts"
2222
},
2323
"dependencies": {
24-
"@octokit/app": "^15.1.2",
24+
"@octokit/app": "^15.1.3",
2525
"@octokit/core": "^6.1.3",
2626
"@octokit/oauth-app": "^7.1.4",
2727
"@octokit/plugin-paginate-graphql": "^5.2.4",

0 commit comments

Comments
 (0)