From 45ea044cadcb0c387a9a5775eff293534d8ddf06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 16:18:19 +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 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3be3503a814..78bc33410d3 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ }, "dependencies": { "body-parser": "^1.19.0", - "check-dependencies": "^1.1.0", + "check-dependencies": "^2.0.0", "clarinet": "^0.12.4", "colors": "^1.4.0", "compression": "^1.7.4", @@ -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",