From 55fe5da7fcaf80a328aba095a534e32bff37ba18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:27:48 +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 dfbec003..aabfd096 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "dotenv": "^2.0.0", "express": "^4.13.4", "forwarded-http": "^0.3.0", - "har-validator": "^2.0.6", + "har-validator": "^5.1.5", "istanbul": "^0.4.2", "jade": "^1.11.0", "jstransformer-marked": "^1.0.1",