diff --git a/client/package-lock.json b/client/package-lock.json index dba5018d..8454d94b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "@types/vscode": "1.101.0", "@vscode/test-electron": "^2.4.1", "glob": "^11.0.3", - "mocha": "^11.7.1" + "mocha": "^11.7.3" }, "engines": { "vscode": "^1.52.0" @@ -815,10 +815,11 @@ } }, "node_modules/mocha": { - "version": "11.7.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", - "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", + "version": "11.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.3.tgz", + "integrity": "sha512-iorDKDzBKgVk/npVkW2S+b57ekA9+xKWijVvNpgPMl1odxeB4HavgiydLN54Lhyn/jpcM+Z/BohCzIvHmfaPCw==", "dev": true, + "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", diff --git a/client/package.json b/client/package.json index b485854f..d79ac429 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "@types/vscode": "1.101.0", "@vscode/test-electron": "^2.4.1", "glob": "^11.0.3", - "mocha": "^11.7.1" + "mocha": "^11.7.3" }, "dependencies": { "@types/lodash": "^4.17.20",