Skip to content

Commit ed784b0

Browse files
authored
fix(deps): upgrade @octokit/endpoint (#597)
For some reason, clients are not getting the updated version of `@octokit/endpoint` via other packages that require `@octokit/request` See octokit/auth-app.js#499
1 parent 517ebab commit ed784b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Gregor Martynus (https://github.com/gr2m)",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@octokit/endpoint": "^8.0.0",
25+
"@octokit/endpoint": "^8.0.1",
2626
"@octokit/request-error": "^4.0.1",
2727
"@octokit/types": "^10.0.0",
2828
"is-plain-object": "^5.0.0",

0 commit comments

Comments
 (0)