diff --git a/package.json b/package.json index 284e699..1cbcdf3 100644 --- a/package.json +++ b/package.json @@ -1269,7 +1269,7 @@ "@vscode/test-electron": "^2.4.1", "eslint": "^9.8.0", "globals": "^15.9.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "typescript": "^5.5.4", "typescript-eslint": "^7.18.0" } diff --git a/yarn.lock b/yarn.lock index 1854448..cf0ddb8 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.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== +mocha@^10.2.0, mocha@^10.7.3: + version "10.7.3" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752" + integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A== dependencies: ansi-colors "^4.1.3" browser-stdout "^1.3.1"