diff --git a/package-lock.json b/package-lock.json index a67313a..7ba7008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typechain/ethers-v5": "^7.2.0", "@typechain/hardhat": "^2.3.1", "@types/chai": "^4.2.22", - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.7", "@types/node": "^16.11.0", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^4.33.0", @@ -2707,9 +2707,9 @@ } }, "node_modules/@types/mocha": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz", - "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "node_modules/@types/node": { @@ -15483,9 +15483,9 @@ } }, "@types/mocha": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz", - "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index e8e1a6e..d1e1df8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@typechain/ethers-v5": "^7.2.0", "@typechain/hardhat": "^2.3.1", "@types/chai": "^4.2.22", - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.7", "@types/node": "^16.11.0", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^4.33.0",