From 7883781df0d08aa9c2a0226b982ad03a70017d16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 07:48:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87c45c3..8429944 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.21.1", "morgan": "1.9.1", "mustache": "2.2.1", "portal-env": "file:../portal-env.tgz",