From 9cfccb109aeb5666075be03d49fd202aeb63f590 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 19 Aug 2024 11:01:03 +0000 Subject: [PATCH] feat: update webssh2_client 0.2.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dfb365..d3e317d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "socket.io": "~2.2.0", "ssh2": "~0.8.9", "validator": "^13.12.0", - "webssh2_client": "^0.2.20" + "webssh2_client": "^0.2.21" }, "scripts": { "start": "node index.js",