Skip to content

fix(deps): update dependency axios to v1.12.0 [security] #8046

fix(deps): update dependency axios to v1.12.0 [security]

fix(deps): update dependency axios to v1.12.0 [security] #8046

Triggered via pull request October 16, 2025 17:24
Status Failure
Total duration 7m 40s
Artifacts

checks.yml

on: pull_request
Adapter changes accompanied by a changeset
11s
Adapter changes accompanied by a changeset
Install and verify dependencies
7m 35s
Install and verify dependencies
Compile tests for changed packages
0s
Compile tests for changed packages
Run unit tests for changed adapters
0s
Run unit tests for changed adapters
Run integration tests for changed adapters
0s
Run integration tests for changed adapters
Run non-unit, non-integration tests for changed packages
0s
Run non-unit, non-integration tests for changed packages
Run linters and formatters
0s
Run linters and formatters
Documentation generation test
0s
Documentation generation test
Check that changed adapters have the latest EA framework version
0s
Check that changed adapters have the latest EA framework version
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Install and verify dependencies
Process completed with exit code 2.
Install and verify 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>[]'.
Install and verify dependencies: packages/sources/clear-bank/src/transport/accounts.ts#L165
Argument of type 'AxiosRequestConfig<AccountsRequestSchema>' is not assignable to parameter of type 'AxiosRequestConfig<any>'.
Install and verify 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, {}>'.
Install and verify 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>'.
Install and verify 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>'.