It seems this folder is just used for deployment of contracts in integration tests... if so, could it be done without this excessive dependency tree that contains many packages with known vulnerabilities? For example, just use dapp tools: https://github.com/dapphub/dapptools/tree/master/src/dapp#deployment
"contracts" directory has tens of known vulnerabilities: https://github.com/crypto-com/defi-wallet-core-rs/tree/main/contracts as per
npm audit
It seems this folder is just used for deployment of contracts in integration tests... if so, could it be done without this excessive dependency tree that contains many packages with known vulnerabilities? For example, just use dapp tools: https://github.com/dapphub/dapptools/tree/master/src/dapp#deployment
as used e.g. in cronos: https://github.com/crypto-org-chain/cronos/tree/f3691b3dd1554c422c05bcedea62da285f48c821/contracts ?