From f2a913205854767734322259156af0bb9eac2ad9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 16:55:31 +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 d70e266..478651c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^10.0.0", - "express": "^4.17.1", + "express": "^4.19.2", "express-mongo-sanitize": "^2.0.2", "express-rate-limit": "^5.5.1", "googleapis": "^91.0.0",