Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 16:53:57 +00:00
parent 4867598089
commit 80916e968c
33 changed files with 43 additions and 2418 deletions

View file

@ -1,6 +1,5 @@
/// <reference types="node" />
import http = require('http');
import url = require('url');
export interface IHeaders {
[key: string]: any;
}
@ -27,7 +26,7 @@ export interface IHttpClientResponse {
}
export interface IRequestInfo {
options: http.RequestOptions;
parsedUrl: url.Url;
parsedUrl: URL;
httpModule: any;
}
export interface IRequestOptions {