From 337b76f184bdd5075128811f8f1897a22c013084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:19:24 +0000 Subject: [PATCH] Update dependency @types/mocha to v10.0.7 (#9086) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a37453f32..c0e4eef2b 100644 --- a/package.json +++ b/package.json @@ -1201,7 +1201,7 @@ "@types/diff-match-patch": "1.0.36", "@types/glob": "8.1.0", "@types/lodash": "4.17.5", - "@types/mocha": "10.0.6", + "@types/mocha": "10.0.7", "@types/node": "18.19.39", "@types/parsimmon": "1.10.9", "@types/sinon": "17.0.3", diff --git a/yarn.lock b/yarn.lock index de0393c7a..10e3ea744 100644 --- a/yarn.lock +++ b/yarn.lock @@ -354,10 +354,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== -"@types/mocha@10.0.6": - version "10.0.6" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b" - integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg== +"@types/mocha@10.0.7": + version "10.0.7" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.7.tgz#4c620090f28ca7f905a94b706f74dc5b57b44f2f" + integrity sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw== "@types/node@*": version "14.11.2"