From 418af1bcfa3167561c1a091dd73d45a67d117e81 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 16 Aug 2024 23:03:26 +0000 Subject: [PATCH] feat: update webssh2_client to 0.2.19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 393a733..6fd7d61 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.18" + "webssh2_client": "^0.2.19" }, "scripts": { "start": "node index.js",