From 1b30ba13b9a969b939ea0821d9857213a6d4f8d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 22:00:20 +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 87c45c3..04b04de 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "async": "2.6.2", "body-parser": "1.18.3", - "express": "4.16.3", + "express": "4.19.2", "morgan": "1.9.1", "mustache": "2.2.1", "portal-env": "file:../portal-env.tgz",