From 7c94e101de467e93d7d9a58abc4f5e0c98f3165c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Apr 2022 16:05:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b116dd..af935c4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "body-parser": "^1.12.4", "consolidate": "^0.15.1", "express": "^4.12.3", - "grunt": "~1.0.4", + "grunt": "~1.3.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-concat": "~1.0.1", @@ -19,7 +19,7 @@ "grunt-contrib-htmlmin": "~3.1.0", "grunt-contrib-imagemin": "3.1.0", "grunt-contrib-jshint": "~2.1.0", - "grunt-contrib-less": "2.0.0", + "grunt-contrib-less": "2.1.0", "grunt-contrib-uglify": "~4.0.1", "grunt-image-resize": "~1.0.0", "grunt-json-wrapper": "0.0.3",