Skip to content

Commit

Permalink
chore: use exact versions for octokit plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Sep 12, 2023
1 parent 96656d1 commit 3d303b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"@lerna/package-graph": "^6.4.1",
"@lerna/run-topologically": "^6.4.1",
"@octokit/graphql": "^5.0.0",
"@octokit/plugin-retry": "^5.0.5",
"@octokit/plugin-throttling": "^6.1.0",
"@octokit/plugin-retry": "5.0.5",
"@octokit/plugin-throttling": "6.1.0",
"@octokit/request": "^6.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/rest": "^19.0.0",
Expand Down

0 comments on commit 3d303b2

Please sign in to comment.