From 368e0c3b5ad5fd98ee9c8782d20463340f9675e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 May 2022 01:37:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2813632 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e9ea0f..d143d9a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "express": "^4.13.3", "express-partials": "^0.3.0", "express-session": "^1.12.1", - "grunt": "^0.4.5", + "grunt": "^1.5.3", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-concat": "^0.5.1",