Skip to content

Commit 33d03d9

Browse files
authored
fix(deps): bump @octokit/app and @octokit/types (#2763)
* fix(deps): bump `@octokit/app` Resolves an issue with types not getting resolved to the proper file Resolves an issue with esm.sh getting stuck on a previous version of `@octokit/app` * fix(deps): bump `@octokit/types` to fix Deno compat
1 parent 5c855e9 commit 33d03d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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.0.0",
24+
"@octokit/app": "^15.1.1",
2525
"@octokit/core": "^6.0.0",
2626
"@octokit/oauth-app": "^7.0.0",
2727
"@octokit/plugin-paginate-graphql": "^5.0.0",
@@ -30,7 +30,7 @@
3030
"@octokit/plugin-retry": "^7.0.0",
3131
"@octokit/plugin-throttling": "^9.0.0",
3232
"@octokit/request-error": "^6.0.0",
33-
"@octokit/types": "^13.0.0"
33+
"@octokit/types": "^13.6.2"
3434
},
3535
"devDependencies": {
3636
"@octokit/tsconfig": "^4.0.0",

0 commit comments

Comments
 (0)