From 66a1c96ea9eed7bb17dca49ca899d4e80f23740c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:27:12 +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..85f2063 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "dependencies": { - "grunt": "~0.4.1", + "grunt": "~1.6.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-uglify": "~0.11.0", "grunt-contrib-jshint": "~0.12.0",