Skip to content

Commit 76bbef0

Browse files
fix(deps): update octokit monorepo (major) (#56)
BREAKING CHANGE: Drop support for NodeJS v14, v16 BREAKING CHANGE: Remove previews support for the REST API BREAKING CHANGE: remove agent option from octokit.request()
1 parent 21ade43 commit 76bbef0

File tree

2 files changed

+63
-129
lines changed

2 files changed

+63
-129
lines changed

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"license": "ISC",
2323
"repository": "github:octoherd/octokit",
2424
"dependencies": {
25-
"@octokit/core": "^4.0.0",
26-
"@octokit/plugin-paginate-rest": "^7.0.0",
27-
"@octokit/plugin-retry": "^5.0.0",
28-
"@octokit/plugin-throttling": "^6.0.0",
25+
"@octokit/core": "^5.0.0",
26+
"@octokit/plugin-paginate-rest": "^8.0.0",
27+
"@octokit/plugin-retry": "^6.0.0",
28+
"@octokit/plugin-throttling": "^7.0.0",
2929
"quick-format-unescaped": "^4.0.1"
3030
},
3131
"release": {

0 commit comments

Comments
 (0)