From 3d8d71b8df8d3c3955c708aa2a98352ff003435f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 23:21:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66e5ccb..d3a072d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "consul": "^0.34.1", "cookie-parser": "^1.4.4", "event-stream": "^3.3.2", - "express": "^4.17.1", + "express": "^4.19.2", "express-session": "^1.16.2", "gridfs-stream": "^1.1.1", "grunt": "^1.0.4",