Skip to content

Commit

Permalink
fix(deps): upgrade @octokit/endpoint (#597)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wolfy1339 authored Jun 20, 2023
1 parent 517ebab commit ed784b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/endpoint": "^8.0.0",
"@octokit/endpoint": "^8.0.1",
"@octokit/request-error": "^4.0.1",
"@octokit/types": "^10.0.0",
"is-plain-object": "^5.0.0",
Expand Down

0 comments on commit ed784b0

Please sign in to comment.