From 5f07afd420267edf38d89534e54bba0495f47804 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 May 2021 22:55:28 +0000 Subject: [PATCH] Update dependency grunt to v1 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e91f58e..7a3825c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "dependencies": { - "grunt": "~0.4.1", + "grunt": "~1.4.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-uglify": "~0.11.0", "grunt-contrib-jshint": "~0.12.0",