Update checked-in dependencies
This commit is contained in:
parent
c9f0d30a86
commit
95d52b7807
647 changed files with 498055 additions and 3880 deletions
2
node_modules/@octokit/auth-oauth-device/dist-src/get-oauth-access-token.js
generated
vendored
2
node_modules/@octokit/auth-oauth-device/dist-src/get-oauth-access-token.js
generated
vendored
|
|
@ -62,7 +62,7 @@ async function waitForAccessToken(request, clientId, clientType, verification) {
|
|||
return waitForAccessToken(request, clientId, clientType, verification);
|
||||
}
|
||||
if (errorType === "slow_down") {
|
||||
await wait(verification.interval + 5);
|
||||
await wait(verification.interval + 7);
|
||||
return waitForAccessToken(request, clientId, clientType, verification);
|
||||
}
|
||||
throw error;
|
||||
|
|
|
|||
2
node_modules/@octokit/auth-oauth-device/dist-src/version.js
generated
vendored
2
node_modules/@octokit/auth-oauth-device/dist-src/version.js
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
const VERSION = "7.1.3";
|
||||
const VERSION = "7.1.5";
|
||||
export {
|
||||
VERSION
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue