From 7c6ea90bdd989c77512c0d319e9678dfca4df35b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:13: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..c582046 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "dependencies": { - "grunt": "~0.4.1", + "grunt": "~1.5.3", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-uglify": "~0.11.0", "grunt-contrib-jshint": "~0.12.0",