From 4797e8ced362fc4ce8d41da1a5873ba1c1f99806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 08:51:27 +0000 Subject: [PATCH] fix(deps): update dependency grunt-cli to v1 --- 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..68331d3 100644 --- a/plugin/multiplex/package.json +++ b/plugin/multiplex/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "express": "~4.13.3", - "grunt-cli": "~0.1.13", + "grunt-cli": "~1.4.0", "mustache": "~2.2.1", "socket.io": "~1.3.7" },