From db95c81c67b23e742b9ad6f0f0c2749d65ae1a0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 02:41:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4524827..8b01d5f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "async": "2.6.3", "consolidate": "0.15.1", - "express": "4.16.4", + "express": "4.20.0", "graceful-fs": "4.1.15", "helmet": "3.15.0", "htmlclean": "3.0.8",