From e30567f0e4f23f05a3e002bf05769134599975f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 19:07:13 +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 8a2855d..15a3893 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "compression": "^1.7.1", - "express": "^4.16.0", + "express": "^4.19.2", "helmet": "^3.8.2", "lodash": "^4.17.20", "moment": "^2.19.3",