From 1c087afab4fca4bc913d37fac526138e60205b8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 01:02:43 +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 e561a23..97d4fd2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "MEAN", "version": "0.0.1", "dependencies": { - "express": "~4.1.0", + "express": "~4.20.0", "express-session": "~1.0.2", "body-parser": "~1.0.1", "cookie-parser": "~1.0.1",