From 07d24db9215b0df8d57c6a5d780762a7da6ff0c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Mar 2024 17:47:16 +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 1fe296f..d1bfd52 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "axios": "^1.6.4", "body-parser": "^1.20.1", - "express": "^4.17.3", + "express": "^4.19.2", "express-async-errors": "^3.1.1", "expressjs-utils": "^1.2.3", "helmet": "^4.6.0",