From 40e00900b6674f49fe8e59dfb70af50086f1d40e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Oct 2021 01:13:07 +0000 Subject: [PATCH] fix(deps): update dependency grunt-cli to v1.4.3 --- package.json | 2 +- plugin/multiplex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 106c563..c985d6d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express": "4.16.2", "grunt": "1.0.1", "grunt-autoprefixer": "3.0.4", - "grunt-cli": "1.2.0", + "grunt-cli": "1.4.3", "grunt-contrib-connect": "1.0.2", "grunt-contrib-cssmin": "2.2.1", "grunt-contrib-jshint": "1.1.0", diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index bbed77a..e7e5996 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.3", "mustache": "~2.2.1", "socket.io": "~1.3.7" },