From 4c6c05164558811dbd829fe98eeae58401d49dd5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Oct 2021 12:36:52 +0000 Subject: [PATCH] Update Node.js to ~4.9.0 --- plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index bbed77a..3a293e5 100644 --- a/plugin/multiplex/package.json +++ b/plugin/multiplex/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "engines": { - "node": "~4.1.1" + "node": "~4.9.0" }, "dependencies": { "express": "~4.13.3",