Update @actions/cache and remove overrides
Now that `@actions/cache` has been updated, we can remove our manual overrides for vulnerable dependencies.
This commit is contained in:
parent
3ecf990cd2
commit
4db827f313
22 changed files with 236 additions and 66 deletions
1
node_modules/@actions/http-client/lib/index.d.ts
generated
vendored
1
node_modules/@actions/http-client/lib/index.d.ts
generated
vendored
|
|
@ -51,6 +51,7 @@ export declare class HttpClientResponse {
|
|||
constructor(message: http.IncomingMessage);
|
||||
message: http.IncomingMessage;
|
||||
readBody(): Promise<string>;
|
||||
readBodyBuffer?(): Promise<Buffer>;
|
||||
}
|
||||
export declare function isHttps(requestUrl: string): boolean;
|
||||
export declare class HttpClient {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue