diff --git a/package-lock.json b/package-lock.json index ba4a432..ccddd77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@xterm/xterm": "^5.5.0", "electron": "^41.10.2", "esbuild": "^0.28.1", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^5.4.0", "vitest": "^4.1.10" }, @@ -4948,9 +4948,9 @@ "optional": true }, "node_modules/mocha": { - "version": "11.7.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", - "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz", + "integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cbbaad7..e5d6919 100644 --- a/package.json +++ b/package.json @@ -394,7 +394,7 @@ "@xterm/xterm": "^5.5.0", "electron": "^41.10.2", "esbuild": "^0.28.1", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^5.4.0", "vitest": "^4.1.10" }