fix: package.json & package-lock.json to reduce vulnerabilities #177
Annotations
10 errors and 1 warning
src/components/cancel-block.tsx#L9
'"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
|
src/components/store-deploy-block.tsx#L10
Cannot find module 'ethers/lib/utils' or its corresponding type declarations.
|
src/components/util/cancel.tsx#L3
'"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
|
src/components/util/cancel.tsx#L20
Property 'gasPrice' does not exist on type 'TransactionResponse | null'.
|
src/components/util/cancel.tsx#L20
Property 'nonce' does not exist on type 'TransactionResponse | null'.
|
src/components/util/deploy.tsx#L18
Property 'hash' does not exist on type 'BaseContractMethod<any[], any, any>'.
|
src/components/util/deploy.tsx#L27
Property 'wait' does not exist on type 'BaseContractMethod<any[], any, any>'.
|
src/components/util/issue.tsx#L1
Cannot find module '@ethersproject/providers' or its corresponding type declarations.
|
src/components/util/issue.tsx#L18
Property 'hash' does not exist on type 'ContractTransaction'.
|
src/components/util/issue.tsx#L19
Property 'wait' does not exist on type 'ContractTransaction'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading