Skip to content

Commit

Permalink
fix(): pin octokit monorepo
Browse files Browse the repository at this point in the history
| datasource | package                               | from   | to     |
| ---------- | ------------------------------------- | ------ | ------ |
| npm        | @octokit/plugin-paginate-rest         | 9.1.4  | 11.3.3 |
| npm        | @octokit/plugin-rest-endpoint-methods | 10.1.5 | 13.2.4 |
| npm        | @octokit/rest                         | 20.0.2 | 21.0.1 |
  • Loading branch information
renovate-bot committed Jul 25, 2024
1 parent 707926e commit b34895e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"@octokit/plugin-paginate-rest": "^9.1.4",
"@octokit/plugin-rest-endpoint-methods": "^10.1.5",
"@octokit/rest": "^20.0.2",
"@octokit/plugin-paginate-rest": "^11.3.3",
"@octokit/plugin-rest-endpoint-methods": "^13.2.4",
"@octokit/rest": "^21.0.1",
"semver": "^7.6.3"
},
"devDependencies": {
Expand Down

0 comments on commit b34895e

Please sign in to comment.