From 43ca32cb4f1c4cf7de49a827134414426f6cac75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 20:36:27 +0000 Subject: [PATCH] Update dependency @types/mocha to v10 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b36bab52..1ead3141 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@typechain/ethers-v5": "10.2.1", "@typechain/hardhat": "6.1.6", "@types/chai": "4.3.20", - "@types/mocha": "9.1.1", + "@types/mocha": "10.0.10", "@types/node": "16.18.126", "@types/react": "18.3.28", "autoprefixer": "10.4.27", @@ -2821,9 +2821,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 }, "node_modules/@types/node": { @@ -23850,9 +23850,9 @@ } }, "@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 }, "@types/node": { diff --git a/package.json b/package.json index fd88a8c9..44c01b66 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@typechain/ethers-v5": "10.2.1", "@typechain/hardhat": "6.1.6", "@types/chai": "4.3.20", - "@types/mocha": "9.1.1", + "@types/mocha": "10.0.10", "@types/node": "16.18.126", "@types/react": "18.3.28", "autoprefixer": "10.4.27",