From fdb89f962d48b5f459ff8263cee85b293729f81d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:28:39 +0000 Subject: [PATCH] chore(deps): 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 46104e8e..94b0183e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@sourcegraph/eslint-config": "^0.37.1", "@sourcegraph/prettierrc": "^2.2.0", "@sourcegraph/tsconfig": "^4.0.1", - "@types/mocha": "9.1.1", + "@types/mocha": "10.0.10", "eslint": "^9.2.0", "husky": "^2.1.0", "mocha": "^9.2.2", diff --git a/yarn.lock b/yarn.lock index 4364d96a..454e8287 100644 --- a/yarn.lock +++ b/yarn.lock @@ -574,10 +574,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@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@*": version "18.18.8"