Skip to content

Commit 7058346

Browse files
authoredMay 3, 2024··
fix: update REST endpoints (#428)
Final CJS release containing API updates
1 parent b4e2102 commit 7058346

File tree

2 files changed

+524
-1137
lines changed

2 files changed

+524
-1137
lines changed
 

‎package-lock.json

+522-1,135
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
@@ -34,9 +34,9 @@
3434
"repository": "github:octokit/rest.js",
3535
"dependencies": {
3636
"@octokit/core": "^5.0.2",
37-
"@octokit/plugin-paginate-rest": "^9.1.5",
37+
"@octokit/plugin-paginate-rest": "11.3.1",
3838
"@octokit/plugin-request-log": "^4.0.0",
39-
"@octokit/plugin-rest-endpoint-methods": "^10.2.0"
39+
"@octokit/plugin-rest-endpoint-methods": "13.2.2"
4040
},
4141
"devDependencies": {
4242
"@octokit/auth-action": "^4.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.