From e966bb98c5dd549da502bd6e75cd613d06939c70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 18:36:59 +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 57c3de8..7da0006 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "cors": "^2.8.5", "dotenv": "^8.2.0", "eslint": "^7.25.0", - "express": "^4.17.1", + "express": "^4.19.2", "express-pino-logger": "^6.0.0", "helmet": "^4.4.1", "http": "*",