From f67a49a90d2c95bbf3dc6e8289d04c2455a592dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 03:28:02 +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 23ffc6e0..28c3b2db 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url" : "git://github.com/simov/express-admin.git" }, "dependencies": { - "express" : "4.4.4", + "express" : "4.20.0", "morgan" : "1.1.1", "body-parser" : "1.4.3", "connect-multiparty": "1.1.0",