From 72c3419b9f34c9c683b5002b90a263f4a01506c3 Mon Sep 17 00:00:00 2001 From: Thomas Smyth Date: Thu, 22 Oct 2020 18:15:40 +0100 Subject: [PATCH] Update ftp-tail --- log-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-parser/package.json b/log-parser/package.json index 7caee6b..a466484 100644 --- a/log-parser/package.json +++ b/log-parser/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "async": "^3.2.0", - "ftp-tail": "^1.0.3", + "ftp-tail": "^1.1.0", "moment": "^2.29.0", "tail": "^2.0.4" }