From 6a9037956a3ce0f96e1e64161b011ed4428864d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:13:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 307a500..cfe6826 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "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-cli": "0.1.13", + "grunt": "1.0.3", + "grunt-cli": "1.0.0", "grunt-concurrent": "0.4.3", - "grunt-contrib-watch": "0.5.3", + "grunt-contrib-watch": "1.0.0", "grunt-nodemon": "0.4.0", "grunt-sass": "^1.1.0", - "grunt-sync": "^0.5.1", + "grunt-sync": "^0.6.2", "hogan.js": "3.0.2", "lodash": "^4.6.1", "minimist": "0.0.8",