Skip to content

Commit

Permalink
fix(deps): update all @octokit modules (#2451)
Browse files Browse the repository at this point in the history
This way we are certain that when updating people get the fixed versions of the modules
  • Loading branch information
wolfy1339 committed May 19, 2023
1 parent 8642d6d commit 3562907
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --strict test/typescript-validate.ts"
},
"dependencies": {
"@octokit/app": "^13.1.1",
"@octokit/core": "^4.0.4",
"@octokit/oauth-app": "^4.0.6",
"@octokit/plugin-paginate-rest": "^6.0.0",
"@octokit/plugin-rest-endpoint-methods": "^7.0.0",
"@octokit/plugin-retry": "^4.0.3",
"@octokit/plugin-throttling": "^5.0.0",
"@octokit/types": "^9.0.0"
"@octokit/app": "^13.1.3",
"@octokit/core": "^4.2.1",
"@octokit/oauth-app": "^4.2.1",
"@octokit/plugin-paginate-rest": "^6.1.0",
"@octokit/plugin-rest-endpoint-methods": "^7.1.1",
"@octokit/plugin-retry": "^4.1.3",
"@octokit/plugin-throttling": "^5.2.2",
"@octokit/types": "^9.2.2"
},
"devDependencies": {
"@octokit/tsconfig": "^1.0.2",
Expand Down

0 comments on commit 3562907

Please sign in to comment.