Skip to content

Commit 2107d79

Browse files
authoredJan 8, 2025
feat(deps): bump Octokit deps to fix Deno compatibility, new endpoints via @octokit/plugin-rest-endpoint-methods (#2788)
* fix(deps): bump Octokit deps to fix Deno compatibility * bump the rest of the Octokit modules
1 parent b4adf3c commit 2107d79

File tree

2 files changed

+95
-95
lines changed

2 files changed

+95
-95
lines changed
 

‎package-lock.json

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

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
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.1",
25-
"@octokit/core": "^6.0.0",
26-
"@octokit/oauth-app": "^7.0.0",
27-
"@octokit/plugin-paginate-graphql": "^5.0.0",
28-
"@octokit/plugin-paginate-rest": "^11.0.0",
29-
"@octokit/plugin-rest-endpoint-methods": "^13.0.0",
30-
"@octokit/plugin-retry": "^7.0.0",
31-
"@octokit/plugin-throttling": "^9.0.0",
32-
"@octokit/request-error": "^6.0.0",
33-
"@octokit/types": "^13.6.2"
24+
"@octokit/app": "^15.1.2",
25+
"@octokit/core": "^6.1.3",
26+
"@octokit/oauth-app": "^7.1.4",
27+
"@octokit/plugin-paginate-graphql": "^5.2.4",
28+
"@octokit/plugin-paginate-rest": "^11.4.0",
29+
"@octokit/plugin-rest-endpoint-methods": "^13.3.0",
30+
"@octokit/plugin-retry": "^7.1.3",
31+
"@octokit/plugin-throttling": "^9.4.0",
32+
"@octokit/request-error": "^6.1.6",
33+
"@octokit/types": "^13.7.0"
3434
},
3535
"devDependencies": {
3636
"@octokit/tsconfig": "^4.0.0",

0 commit comments

Comments
 (0)