From 3b5a10e53839664106b72e3bdd6a31e2d2224d14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:27:42 +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 f1299d97..34dc3f89 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@nomiclabs/hardhat-waffle": "2.0.6", "@types/chai": "4.3.20", "@types/dotenv": "8.2.3", - "@types/mocha": "9.1.1", + "@types/mocha": "10.0.10", "@typescript-eslint/eslint-plugin": "5.51.0", "@typescript-eslint/parser": "5.51.0", "bignumber.js": "9.1.2", diff --git a/yarn.lock b/yarn.lock index d792ca5d..52e3abdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1286,10 +1286,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"