From c991cfd965cb799f00cd4a0fea1ff8eee88b2f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:02:48 +0000 Subject: [PATCH] Update dependency @types/mocha to v10.0.5 (#8738) 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 a266bf077..46d0d707a 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.14.202", - "@types/mocha": "10.0.4", + "@types/mocha": "10.0.5", "@types/node": "18.18.10", "@types/parsimmon": "1.10.9", "@types/sinon": "17.0.1", diff --git a/yarn.lock b/yarn.lock index d885ab5c4..6da3075f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -240,10 +240,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== -"@types/mocha@10.0.4": - version "10.0.4" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4" - integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w== +"@types/mocha@10.0.5": + version "10.0.5" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.5.tgz#43c22b06b7616496e4b75b28d9c72aa06b5d96fd" + integrity sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg== "@types/node@*": version "14.11.2"