Skip to content

Commit 18237ee

Browse files
committed
fix: evm-base-contracts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BASEX-10118294
1 parent 156d82e commit 18237ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm-base-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"solhint": "^1.2.1",
3232
"solidity-coverage": "^0.5.11",
3333
"truffle": "4.1.13",
34-
"web3": "^1.8.0",
34+
"web3": "^4.0.1",
3535
"yargs": "^12.0.2"
3636
}
3737
}

0 commit comments

Comments
 (0)