From b8bfc7c576dc89f64f2870e8a76e0dc9ebdf3421 Mon Sep 17 00:00:00 2001 From: "snyk-io-us[bot]" <152054537+snyk-io-us[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:30:15 +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 7726784..465fa6d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "body-parser": "~1.13.2", "cookie-parser": "~1.3.5", "debug": "~2.2.0", - "express": "~4.13.1", + "express": "~4.21.2", "express-session": "^1.11.3", "github": "^0.2.4", "jade": "~1.11.0",