diff --git a/package-lock.json b/package-lock.json index 762a302c..f45e5b45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.2.0", - "@types/mocha": "^9.1.0", + "@types/mocha": "^10.0.0", "@types/node": "^14.14.5", "chai": "^4.3.6", "hardhat": "^2.12.7", @@ -1709,9 +1709,9 @@ } }, "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index e77ae055..b1ca09b2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.2.0", - "@types/mocha": "^9.1.0", + "@types/mocha": "^10.0.0", "@types/node": "^14.14.5", "chai": "^4.3.6", "hardhat": "^2.12.7",