fix(deps): update dependency axios to v1.12.0 [security] #8098
Annotations
6 errors
Set up and install dependencies
Process completed with exit code 2.
|
Set up and install dependencies:
packages/sources/hashnote/src/transport/price.ts#L104
Type '(params: RequestParams[], response: AxiosResponse<ResponseSchema>) => { params: { token: string; } & {}; response: { errorMessage: string; statusCode: number; }; }[] | { params: { token: string; } & {}; response: { result: string; data: { result: string; }; }; }[]' is not assignable to type '(params: ({ token: string; } & {})[], res: AxiosResponse<ResponseSchema, any, {}>, adapterSettings: AdapterSettings<{ USYC_API_ENDPOINT: { description: string; type: "string"; default: string; }; }>) => ProviderResult<HttpTransportTypes>[]'.
|
Set up and install dependencies:
packages/sources/clear-bank/src/transport/accounts.ts#L165
Argument of type 'AxiosRequestConfig<AccountsRequestSchema>' is not assignable to parameter of type 'AxiosRequestConfig<any>'.
|
Set up and install dependencies:
packages/sources/apex/src/transport/nav.ts#L173
Type 'import("/home/runner/work/external-adapters-js/external-adapters-js/.yarn/cache/axios-npm-1.12.2-cdb8ea6c90-886a797705.zip/node_modules/axios/index").AxiosResponse<import("/home/runner/work/external-adapters-js/external-adapters-js/packages/sources/apex/src/transport/nav").AuthResponseSchema, any, {}>' is not assignable to type 'import("/home/runner/work/external-adapters-js/external-adapters-js/.yarn/cache/axios-npm-1.12.0-58e24ac59e-6c45e294b6.zip/node_modules/axios/index").AxiosResponse<import("/home/runner/work/external-adapters-js/external-adapters-js/packages/sources/apex/src/transport/nav").AuthResponseSchema, any, {}>'.
|
Set up and install dependencies:
packages/sources/por-address-list/src/transport/virtune.ts#L39
Type '{ prepareRequests: (params: ({ accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; })[], config: Config) => { params: ({ accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; })[]; request: { baseURL: string; url: string; params: { key: string; }; }; }[]; parseResponse: (params: ({ accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; })[], response: AxiosResponse<ResponseSchema>) => { params: { accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; }; response: { errorMessage: string; statusCode: number; }; }[] | { params: { accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; }; response: { result: null; data: { result: PoRAddress[]; }; }; }[]; }' is not assignable to type 'HttpTransportConfig<HttpTransportTypes>'.
|
Set up and install dependencies:
packages/sources/por-address-list/src/transport/virtune-token.ts#L45
Type '{ prepareRequests: (params: ({ contractAddress: string; accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; })[], config: Config) => { params: ({ contractAddress: string; accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; })[]; request: { baseURL: string; url: string; params: { key: string; }; }; }[]; parseResponse: (params: ({ contractAddress: string; accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; })[], response: AxiosResponse<ResponseSchema>) => { params: { contractAddress: string; accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; }; response: { errorMessage: string; statusCode: number; }; }[] | { params: { contractAddress: string; accountId: string; network: string; chainId: string; } & { addressPattern?: string | undefined; }; response: { result: null; data: { result: PoRTokenAddress[]; }; }; }[]; }' is not assignable to type 'HttpTransportConfig<HttpTransportTypes>'.
|
Loading