From 05612202eb43b9e73a567524bfd7ab77607df062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:36:03 +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",