From 3c888c2c3eae60d67b6cabb76ffdf9f89abe07d2 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Mon, 5 Apr 2021 18:19:31 +0200 Subject: [PATCH] M #~: Fix grunt-cli to 1.3.2 (#1067) --- src/sunstone/public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/package.json b/src/sunstone/public/package.json index 29e8ebfc77..3b7e88c8bf 100644 --- a/src/sunstone/public/package.json +++ b/src/sunstone/public/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "devDependencies": { "grunt": "<1.1.0", - "grunt-cli": "1.4.1", + "grunt-cli": "1.3.2", "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-sass": "^1.2.1",