From c34b8399025c992934edb5940189084505c0c18b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 02:26:39 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10.0.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 863fcab8..b6f16fc3 100644 --- a/package.json +++ b/package.json @@ -234,7 +234,7 @@ "@knisterpeter/standard-tslint": "1.7.2", "@types/common-tags": "1.8.1", "@types/lru-cache": "5.1.1", - "@types/mocha": "10.0.1", + "@types/mocha": "10.0.5", "@types/node": "18.11.17", "conventional-changelog-lint": "2.1.1", "cz-customizable": "7.0.0", diff --git a/yarn.lock b/yarn.lock index d77ce016..37676fb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,10 +43,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6" integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= -"@types/mocha@10.0.1": - version "10.0.1" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.1.tgz#2f4f65bb08bc368ac39c96da7b2f09140b26851b" - integrity sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q== +"@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@18.11.17": version "18.11.17"