From 6e239b16a7e4d257ca5bb9c25488737a9a2e3904 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Dec 2023 14:12:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b116dd..c9e8f09 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "consolidate": "^0.15.1", "express": "^4.12.3", "grunt": "~1.0.4", - "grunt-cli": "^1.3.2", + "grunt-cli": "^1.4.0", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-copy": "~1.0.0",