diff --git a/package.json b/package.json index c8e78333..409853e0 100644 --- a/package.json +++ b/package.json @@ -1269,7 +1269,7 @@ "@vscode/test-electron": "^2.4.1", "eslint": "^9.7.0", "globals": "^15.8.0", - "mocha": "^10.6.0", + "mocha": "^10.7.0", "typescript": "^5.5.3", "typescript-eslint": "^7.16.1" } diff --git a/yarn.lock b/yarn.lock index e6327ddc..535093f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1476,10 +1476,10 @@ minimatch@^9.0.3, minimatch@^9.0.4: resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== -mocha@^10.2.0, mocha@^10.6.0: - version "10.6.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.6.0.tgz#465fc66c52613088e10018989a3b98d5e11954b9" - integrity sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw== +mocha@^10.2.0, mocha@^10.7.0: + version "10.7.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a" + integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA== dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1"