From bb0b6cca583c2ced08abf5d956fee11be87ff120 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 19 Jul 2024 23:16:31 +0000 Subject: [PATCH] chore: Update webssh2_client dependency to version 0.2.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09a79f6..c7966a8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "read-config-ng": "~3.0.7", "socket.io": "~2.2.0", "ssh2": "~0.8.9", - "webssh2_client": "^0.2.14" + "webssh2_client": "^0.2.16" }, "scripts": { "start": "node index.js",