From 431d69fc421bdba2e4a049950f62e8b48215a8c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:34:19 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10.0.8 --- extension/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extension/package.json b/extension/package.json index e945937b21..2138b47a18 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1643,7 +1643,7 @@ "@types/lodash.isequal": "4.5.8", "@types/lodash.merge": "4.6.9", "@types/lodash.omit": "4.5.9", - "@types/mocha": "10.0.7", + "@types/mocha": "10.0.8", "@types/mock-require": "2.0.3", "@types/node": "16.x", "@types/sinon-chai": "3.2.12", diff --git a/yarn.lock b/yarn.lock index 4e9dfd474f..929293e96a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4404,10 +4404,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@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/mocha@10.0.8": + version "10.0.8" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.8.tgz#a7eff5816e070c3b4d803f1d3cd780c4e42934a1" + integrity sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw== "@types/mocha@^10.0.0": version "10.0.1"