Skip to content

Commit 0857eef

Browse files
fix(deps): update octokit monorepo
1 parent 2b5ed09 commit 0857eef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
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.6",
25-
"@octokit/core": "^6.1.5",
26-
"@octokit/oauth-app": "^7.1.6",
24+
"@octokit/app": "^16.0.0",
25+
"@octokit/core": "^7.0.0",
26+
"@octokit/oauth-app": "^8.0.0",
2727
"@octokit/plugin-paginate-graphql": "^5.2.4",
28-
"@octokit/plugin-paginate-rest": "^12.0.0",
29-
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
30-
"@octokit/plugin-retry": "^7.2.1",
31-
"@octokit/plugin-throttling": "^10.0.0",
32-
"@octokit/request-error": "^6.1.8",
28+
"@octokit/plugin-paginate-rest": "^13.0.0",
29+
"@octokit/plugin-rest-endpoint-methods": "^15.0.0",
30+
"@octokit/plugin-retry": "^8.0.0",
31+
"@octokit/plugin-throttling": "^11.0.0",
32+
"@octokit/request-error": "^7.0.0",
3333
"@octokit/types": "^14.0.0",
3434
"@octokit/webhooks": "^13.8.3"
3535
},

0 commit comments

Comments
 (0)