From e9c033e77a079aa01d0114afcb14418c53cd45ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Apr 2022 16:09:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2635969 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307a500..9f5ebdd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "govuk_frontend_toolkit": "^4.6.0", "govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.16.4/jinja_govuk_template-0.16.4.tgz", "govuk_template_mustache": "^0.16.4", - "grunt": "0.4.5", + "grunt": "1.5.0", "grunt-cli": "0.1.13", "grunt-concurrent": "0.4.3", "grunt-contrib-watch": "0.5.3",