From 2e0b5969a731e35f7699a055463e5e86fcdee2f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Sep 2024 09:58:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12fcc0b..ed2eabf 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "fuzzball": "^1.3.0", "glob": "^7.1.6", "grunt": "^1.2.1", - "grunt-contrib-compress": "^1.6.0", + "grunt-contrib-compress": "^2.0.0", "grunt-replace-json": "^0.1.0", "hashids": "^2.2.1", "helmet": "^4.0.0",