From c4edba338a5234349bcb8b92a3b440f5dbf71512 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 May 2021 07:42:16 +0000 Subject: [PATCH] Pin dependency grunt to v0.4.5 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24e7ee5..8624831 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/fabiantheblind/batch-find-and-replace/issues" }, "devDependencies": { - "grunt": "~0.4.1", + "grunt": "0.4.5", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-copy": "0.8.2", "grunt-wrap": "^0.3.0",