From 1653df64b229a6d41fce0071230bd9ddce805a38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:31:09 +0000 Subject: [PATCH] Update dependency @types/mocha to v10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b2d735b..373aa30e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@typechain/hardhat": "6.1.6", "@types/chai": "4.3.16", "@types/dotenv": "8.2.0", - "@types/mocha": "9.1.1", + "@types/mocha": "10.0.10", "@types/node": "18.19.39", "@typescript-eslint/eslint-plugin": "5.59.7", "@typescript-eslint/parser": "5.59.7", diff --git a/yarn.lock b/yarn.lock index a27f42e8..1d03c761 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1664,10 +1664,10 @@ dependencies: "@types/node" "*" -"@types/mocha@9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4" - integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw== +"@types/mocha@10.0.10": + version "10.0.10" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0" + integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== "@types/node-fetch@^2.5.5": version "2.5.12"