From 198a403d323f73d409d1871bc8f1b02ad2a0c975 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 11:40:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87c45c3..a12a6c0 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.20.0", "morgan": "1.9.1", "mustache": "2.2.1", "portal-env": "file:../portal-env.tgz",