Update dependencies (#512)

This commit is contained in:
alalamav 2019-10-09 16:52:10 -04:00 committed by GitHub
parent 1695d02d1b
commit 47446d4c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1492 additions and 1224 deletions

View file

@ -17,6 +17,7 @@ import * as crypto from 'crypto';
import * as electron from 'electron';
import * as express from 'express';
import * as http from 'http';
import {AddressInfo} from 'net';
import * as path from 'path';
import * as request from 'request';
@ -188,7 +189,7 @@ export function runOauth(): OauthSession {
listenOnFirstPort(server, REGISTERED_REDIRECTS.map(e => e.port))
.then((index) => {
const {port, clientId} = REGISTERED_REDIRECTS[index];
const address = server.address();
const address = server.address() as AddressInfo;
console.log(`OAuth target listening on ${address.address}:${address.port}`);
const oauthUrl = `https://cloud.digitalocean.com/v1/oauth/authorize?client_id=${

2713
yarn.lock

File diff suppressed because it is too large Load diff