Skip to content

Commit

Permalink
fix: downgrade for node compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
restfulhead committed Jul 3, 2024
1 parent 0f3a893 commit ff2d5e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@octokit/core": "4.2.4",
"@octokit/plugin-enterprise-compatibility": "2.0.5",
"@octokit/plugin-retry": "4.1.6",
"@octokit/plugin-throttling": "6.1.0",
"@octokit/plugin-throttling": "5.2.3",
"@octokit/plugin-rest-endpoint-methods": "7.2.1",
"@octokit/plugin-paginate-rest": "6.1.2",
"@octokit/rest": "19.0.13",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@octokit/plugin-paginate-rest" "6.1.2"
"@octokit/plugin-rest-endpoint-methods" "7.2.1"
"@octokit/plugin-retry" "4.1.6"
"@octokit/plugin-throttling" "6.1.0"
"@octokit/plugin-throttling" "5.2.3"
"@octokit/rest" "19.0.13"
await-to-js "^3.0.0"
chalk "^4.0.0"
Expand Down Expand Up @@ -1925,10 +1925,10 @@
"@octokit/types" "^9.0.0"
bottleneck "^2.15.3"

"@octokit/plugin-throttling@6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-6.1.0.tgz#093275e6b542be371acb0631252a428f2f1b0615"
integrity sha512-JqMbTiPC0sUSTsLQsdq3JVx1mx8UtTo5mwR80YqPXE93+XhevvSyOR1rO2Z+NbO/r0TK4hqFJSSi/9oIZBxZTg==
"@octokit/plugin-throttling@5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-5.2.3.tgz#9f552a14dcee5c7326dd9dee64a71ea76b108814"
integrity sha512-C9CFg9mrf6cugneKiaI841iG8DOv6P5XXkjmiNNut+swePxQ7RWEdAZRp5rJoE1hjsIqiYcKa/ZkOQ+ujPI39Q==
dependencies:
"@octokit/types" "^9.0.0"
bottleneck "^2.15.3"
Expand Down

0 comments on commit ff2d5e0

Please sign in to comment.