Skip to content

Commit da0f441

Browse files
authored
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963
1 parent f2718d9 commit da0f441

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@nomicfoundation/hardhat-chai-matchers": "2.0.2",
4242
"@nomicfoundation/hardhat-ethers": "3.0.4",
4343
"@nomicfoundation/hardhat-foundry": "1.1.1",
44-
"@nomicfoundation/hardhat-network-helpers": "1.0.8",
44+
"@nomicfoundation/hardhat-network-helpers": "3.0.0",
4545
"@nomiclabs/hardhat-truffle5": "2.0.7",
4646
"@nomiclabs/hardhat-web3": "2.0.0",
4747
"@openzeppelin/contracts": "3.4.2",
@@ -73,7 +73,7 @@
7373
"ethereumjs-abi": "0.6.8",
7474
"ethereumjs-util": "7.1.5",
7575
"ethers": "6.11.1",
76-
"hardhat": "2.19.4",
76+
"hardhat": "3.0.0",
7777
"hardhat-contract-sizer": "2.10.0",
7878
"hardhat-gas-reporter": "1.0.10",
7979
"husky": "8.0.3",
@@ -91,7 +91,7 @@
9191
"ts-node": "10.9.1",
9292
"typechain": "8.3.1",
9393
"typescript": "5.1.6",
94-
"web3": "1.10.1"
94+
"web3": "4.0.1"
9595
},
9696
"resolutions": {
9797
"hardhat-gas-reporter/**/flat": "5.0.2",

0 commit comments

Comments
 (0)