Skip to content

Commit

Permalink
feat(deps): bump Octokit deps to fix Deno compatibility, new endpoint…
Browse files Browse the repository at this point in the history
…s via `@octokit/plugin-rest-endpoint-methods` (#2788)

* fix(deps): bump Octokit deps to fix Deno compatibility

* bump the rest of the Octokit modules
  • Loading branch information
wolfy1339 authored Jan 8, 2025
1 parent b4adf3c commit 2107d79
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 95 deletions.
170 changes: 85 additions & 85 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --module node16 --strict --allowImportingTsExtensions --exactOptionalPropertyTypes test/typescript-validate.ts"
},
"dependencies": {
"@octokit/app": "^15.1.1",
"@octokit/core": "^6.0.0",
"@octokit/oauth-app": "^7.0.0",
"@octokit/plugin-paginate-graphql": "^5.0.0",
"@octokit/plugin-paginate-rest": "^11.0.0",
"@octokit/plugin-rest-endpoint-methods": "^13.0.0",
"@octokit/plugin-retry": "^7.0.0",
"@octokit/plugin-throttling": "^9.0.0",
"@octokit/request-error": "^6.0.0",
"@octokit/types": "^13.6.2"
"@octokit/app": "^15.1.2",
"@octokit/core": "^6.1.3",
"@octokit/oauth-app": "^7.1.4",
"@octokit/plugin-paginate-graphql": "^5.2.4",
"@octokit/plugin-paginate-rest": "^11.4.0",
"@octokit/plugin-rest-endpoint-methods": "^13.3.0",
"@octokit/plugin-retry": "^7.1.3",
"@octokit/plugin-throttling": "^9.4.0",
"@octokit/request-error": "^6.1.6",
"@octokit/types": "^13.7.0"
},
"devDependencies": {
"@octokit/tsconfig": "^4.0.0",
Expand Down

0 comments on commit 2107d79

Please sign in to comment.