From 17f6b1f95cf810e437bd454d7955b6d8a56e85ee Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Fri, 10 Feb 2023 11:18:20 +0100 Subject: [PATCH] Chore: Bump grunt to 1.5.3 (#63209) chore(emails): bump grunt to stop dependabot complaining --- emails/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emails/package.json b/emails/package.json index c8de033b507..b6c5bc187e1 100644 --- a/emails/package.json +++ b/emails/package.json @@ -4,7 +4,7 @@ "description": "Grafana Email templates based on MJML", "author": "Grafana Labs", "devDependencies": { - "grunt": "1.0.1", + "grunt": "1.5.3", "grunt-assemble": "0.6.3", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "2.0.0",