diff --git a/package-lock.json b/package-lock.json index 7dca0922..c60a4cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@types/ssh2": "^1.15.5", "@types/ws": "^8.18.1", "@types/yargs": "^17.0.35", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "source-map-support": "^0.5.21", "typescript": "~5.9.3" }, @@ -6699,9 +6699,9 @@ "license": "MIT" }, "node_modules/mocha": { - "version": "11.7.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", - "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", + "version": "11.7.6", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", + "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 8f76df7a..8079b2f5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/ssh2": "^1.15.5", "@types/ws": "^8.18.1", "@types/yargs": "^17.0.35", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "source-map-support": "^0.5.21", "typescript": "~5.9.3" },