Skip to content

Commit cbf60bc

Browse files
committed
fix: downgrade for node compatibility
1 parent ca70cda commit cbf60bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@octokit/core": "4.2.4",
4343
"@octokit/plugin-enterprise-compatibility": "2.0.5",
4444
"@octokit/plugin-retry": "4.1.6",
45-
"@octokit/plugin-throttling": "6.1.0",
45+
"@octokit/plugin-throttling": "5.2.3",
4646
"@octokit/plugin-rest-endpoint-methods": "7.2.1",
4747
"@octokit/plugin-paginate-rest": "6.1.2",
4848
"@octokit/rest": "19.0.13",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@octokit/plugin-paginate-rest" "6.1.2"
2626
"@octokit/plugin-rest-endpoint-methods" "7.2.1"
2727
"@octokit/plugin-retry" "4.1.6"
28-
"@octokit/plugin-throttling" "6.1.0"
28+
"@octokit/plugin-throttling" "5.2.3"
2929
"@octokit/rest" "19.0.13"
3030
await-to-js "^3.0.0"
3131
chalk "^4.0.0"
@@ -1925,10 +1925,10 @@
19251925
"@octokit/types" "^9.0.0"
19261926
bottleneck "^2.15.3"
19271927

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

0 commit comments

Comments
 (0)