From 9f6b74e1bdaeb2431dbbeb5620d59ef4ff411efa Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 31 Mar 2020 08:24:38 +0800 Subject: [PATCH] update node-ssh from 6.0.0 to 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2604f96..8863548 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "hexo-fs": "^2.0.0", "hexo-util": "^1.1.0", "moment": "^2.24.0", - "node-ssh": "^6.0.0", + "node-ssh": "^8.0.0", "swig-templates": "^2.0.3" } }