From 365ef96eef9174bc4083cb948348c815650acba4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 18:07:33 +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 a221730..360258c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@elastic/ecs-winston-format": "^1.3.1", "cookie": "^0.5.0", - "express": "^4.18.2", + "express": "^4.19.2", "express-http-context": "^1.2.4", "pg": "^8.8.0", "stripe": "^10.16.0",