From 0a4fff272342bb6dbec42f2baf482873e409313f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:46:01 +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",