From d4aa960e82e808c78aef02216abac847fb13c6e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 11:40:11 +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 52126262..1c042bc9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "clone": "~1.0.2", "cookie-parser": "1.3.4", "ejs": "2.5.5", - "express": "4.12.3", + "express": "4.20.0", "express-partials": "0.3.0", "express-session": "1.11.1", "irc": "0.3.11",