Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities #172

fix: package.json & package-lock.json to reduce vulnerabilities

fix: package.json & package-lock.json to reduce vulnerabilities #172

Triggered via push June 18, 2024 05:41
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint & Test: src/components/cancel-block.tsx#L9
'"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
Lint & Test: src/components/store-deploy-block.tsx#L10
Cannot find module 'ethers/lib/utils' or its corresponding type declarations.
Lint & Test: src/components/util/cancel.tsx#L3
'"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
Lint & Test: src/components/util/cancel.tsx#L20
Property 'gasPrice' does not exist on type 'TransactionResponse | null'.
Lint & Test: src/components/util/cancel.tsx#L20
Property 'nonce' does not exist on type 'TransactionResponse | null'.
Lint & Test: src/components/util/deploy.tsx#L18
Property 'hash' does not exist on type 'BaseContractMethod<any[], any, any>'.
Lint & Test: src/components/util/deploy.tsx#L27
Property 'wait' does not exist on type 'BaseContractMethod<any[], any, any>'.
Lint & Test: src/components/util/issue.tsx#L1
Cannot find module '@ethersproject/providers' or its corresponding type declarations.
Lint & Test: src/components/util/issue.tsx#L18
Property 'hash' does not exist on type 'ContractTransaction'.
Lint & Test: src/components/util/issue.tsx#L19
Property 'wait' does not exist on type 'ContractTransaction'.
Lint & Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.