diff --git a/assets/erc-5008/package.json b/assets/erc-5008/package.json index 8d51880b18..d4c27aec25 100644 --- a/assets/erc-5008/package.json +++ b/assets/erc-5008/package.json @@ -4,20 +4,20 @@ "test": "npx hardhat test" }, "dependencies": { - "@openzeppelin/contracts": "^4.7.3", + "@openzeppelin/contracts": "^5.0.2", "@nomiclabs/hardhat-ethers": "^2.0.5", "@nomiclabs/hardhat-waffle": "^2.0.3", - "@typechain/ethers-v5": "^7.2.0", - "@typechain/hardhat": "^2.3.1", + "@typechain/ethers-v5": "^11.1.2", + "@typechain/hardhat": "^9.1.0", "@types/chai": "^4.3.0", - "@types/mocha": "^9.1.0", - "@types/node": "^12.20.47", - "chai": "^4.3.6", + "@types/mocha": "^10.0.7", + "@types/node": "^22.4.2", + "chai": "^5.1.1", "ethers": "^5.6.1", "hardhat": "^2.9.2", - "solhint": "^3.3.7", + "solhint": "^5.0.3", "ts-node": "^10.8.1", - "typechain": "^5.2.0", - "typescript": "^4.6.3" + "typechain": "^8.3.2", + "typescript": "^5.5.4" } }