fix: backend/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337
This commit is contained in:
snyk-bot
2024-03-24 17:49:50 +00:00
parent 40cbdaf48f
commit 90da61f26a

View File

@@ -57,6 +57,6 @@
"solidity-coverage": "^0.8.2",
"totp-generator": "^0.0.13",
"typechain": "^8.1.0",
"web3-utils": "^1.9.0"
"web3-utils": "^4.2.1"
}
}