From c7190fcb966726b9068cddd906a5d190000d43e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 22:53:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4524827..516a9f7 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.21.2", "graceful-fs": "4.1.15", "helmet": "3.15.0", "htmlclean": "3.0.8",