diff --git a/assets/eip-4400/package.json b/assets/eip-4400/package.json index 3f7a51168c43a..75eb7658bb958 100644 --- a/assets/eip-4400/package.json +++ b/assets/eip-4400/package.json @@ -3,19 +3,19 @@ "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-waffle": "^2.0.1", - "@typechain/ethers-v5": "^10.2.0", + "@typechain/ethers-v5": "^11.1.1", "@types/chai": "^4.2.14", "@types/mocha": "^10.0.1", - "@types/node": "^14.14.6", + "@types/node": "^20.8.6", "chai": "^4.3.4", "ethereum-waffle": "^4.0.10", - "ethers": "^5.4.7", + "ethers": "^6.8.0", "hardhat": "^2.6.7", "hardhat-abi-exporter": "^2.3.1", "hardhat-typechain": "^0.3.3", "ts-node": "^10.4.0", "typechain": "^8.1.1", - "typescript": "^4.5.2" + "typescript": "^5.2.2" }, "dependencies": { "@openzeppelin/contracts": "^4.3.2" diff --git a/assets/eip-4907/package-lock.json b/assets/eip-4907/package-lock.json index eb0c1007914c7..9e2cdb7958b08 100644 --- a/assets/eip-4907/package-lock.json +++ b/assets/eip-4907/package-lock.json @@ -21,9 +21,9 @@ "integrity": "sha512-He3LieZ1pP2TNt5JbkPA4PNT9WC3gOTOlDcFGJW4Le4QKqwmiNJCRt44APfxMxvq7OugU/cqYuPcSBzOw38DAg==" }, "node_modules/@types/chai": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.0.tgz", - "integrity": "sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==" + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", + "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==" }, "node_modules/@types/mocha": { "version": "10.0.3", @@ -117,9 +117,9 @@ "integrity": "sha512-He3LieZ1pP2TNt5JbkPA4PNT9WC3gOTOlDcFGJW4Le4QKqwmiNJCRt44APfxMxvq7OugU/cqYuPcSBzOw38DAg==" }, "@types/chai": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.0.tgz", - "integrity": "sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==" + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", + "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==" }, "@types/mocha": { "version": "10.0.3", diff --git a/assets/eip-4907/package.json b/assets/eip-4907/package.json index 55dbd0d24b9cf..4323fa24d1b36 100644 --- a/assets/eip-4907/package.json +++ b/assets/eip-4907/package.json @@ -12,7 +12,7 @@ "license": "CC0-1.0", "dependencies": { "@openzeppelin/contracts": "^4.9.3", - "@types/chai": "^4.3.0", + "@types/chai": "^4.3.8", "@types/mocha": "^10.0.1", "chai": "^4.3.10" }