Skip to content

Commit 0f3a893

Browse files
committed
fix: downgrade for node compatibility
1 parent 4829f1e commit 0f3a893

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
4242
"@octokit/core": "4.2.4",
4343
"@octokit/plugin-enterprise-compatibility": "2.0.5",
44-
"@octokit/plugin-retry": "5.0.3",
44+
"@octokit/plugin-retry": "4.1.6",
4545
"@octokit/plugin-throttling": "6.1.0",
4646
"@octokit/plugin-rest-endpoint-methods": "7.2.1",
4747
"@octokit/plugin-paginate-rest": "6.1.2",

yarn.lock

+5-22
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@octokit/plugin-enterprise-compatibility" "2.0.5"
2525
"@octokit/plugin-paginate-rest" "6.1.2"
2626
"@octokit/plugin-rest-endpoint-methods" "7.2.1"
27-
"@octokit/plugin-retry" "5.0.3"
27+
"@octokit/plugin-retry" "4.1.6"
2828
"@octokit/plugin-throttling" "6.1.0"
2929
"@octokit/rest" "19.0.13"
3030
await-to-js "^3.0.0"
@@ -1917,12 +1917,11 @@
19171917
dependencies:
19181918
"@octokit/types" "^9.3.1"
19191919

1920-
"@octokit/plugin-retry@5.0.3":
1921-
version "5.0.3"
1922-
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-5.0.3.tgz#19012e882fd8bf9d55a9c455e8572bbcabf7973f"
1923-
integrity sha512-Lc2zM9J4LdWHq+Nb5U1Jl+7DJmnrtZBPDT8gNFE1wlEqQ18GWX2ohmUb82mxysAPHAtiszEv2fdewCqTzQyUhw==
1920+
"@octokit/plugin-retry@4.1.6":
1921+
version "4.1.6"
1922+
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-4.1.6.tgz#e33b1e520f0bd24d515c9901676b55df64dfc795"
1923+
integrity sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==
19241924
dependencies:
1925-
"@octokit/request-error" "^4.0.1"
19261925
"@octokit/types" "^9.0.0"
19271926
bottleneck "^2.15.3"
19281927

@@ -1952,15 +1951,6 @@
19521951
deprecation "^2.0.0"
19531952
once "^1.4.0"
19541953

1955-
"@octokit/request-error@^4.0.1":
1956-
version "4.0.2"
1957-
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-4.0.2.tgz#0e16802f3e688e1dd6807e81c7810f419b2c530d"
1958-
integrity sha512-uqwUEmZw3x4I9DGYq9fODVAAvcLsPQv97NRycP6syEFu5916M189VnNBW2zANNwqg3OiligNcAey7P0SET843w==
1959-
dependencies:
1960-
"@octokit/types" "^10.0.0"
1961-
deprecation "^2.0.0"
1962-
once "^1.4.0"
1963-
19641954
"@octokit/request@^5.6.0", "@octokit/request@^5.6.3":
19651955
version "5.6.3"
19661956
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
@@ -2020,13 +2010,6 @@
20202010
resolved "https://registry.yarnpkg.com/@octokit/tsconfig/-/tsconfig-1.0.2.tgz#59b024d6f3c0ed82f00d08ead5b3750469125af7"
20212011
integrity sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==
20222012

2023-
"@octokit/types@^10.0.0":
2024-
version "10.0.0"
2025-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-10.0.0.tgz#7ee19c464ea4ada306c43f1a45d444000f419a4a"
2026-
integrity sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==
2027-
dependencies:
2028-
"@octokit/openapi-types" "^18.0.0"
2029-
20302013
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.40.0":
20312014
version "6.41.0"
20322015
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04"

0 commit comments

Comments
 (0)