From 8a8b42fef1dd126aa1053e73ba5d5d878b9f724e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 18:14:55 +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 bf1ddb4..c4bd723 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "body-parser": "^1.5.0", "es6-promise": "^3.0.2", "es6-shim": "^0.33.13", - "express": "4.14.0", + "express": "4.19.2", "express-content-length-validator": "1.0.0", "helmet": "0.11.0", "lodash": "^4.6.1",