From 4cf1cfca717de2e18c82debb7d7c723ac0de5eb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Feb 2021 08:07:59 +0000 Subject: [PATCH] fix: upgrade express from 4.16.3 to 4.17.1 Snyk has created this PR to upgrade express from 4.16.3 to 4.17.1. See this package in npm: https://www.npmjs.com/package/express See this project in Snyk: https://app.snyk.io/org/hmcts/project/2092368e-e7fb-4c68-af34-3cfaaea7b439?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9028d329..0ef5a78d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "cookie-parser": "^1.4.3", "cross-spawn": "^6.0.5", "dotenv": "^6.0.0", - "express": "4.16.3", + "express": "4.17.1", "express-session": "^1.13.0", "express-writer": "0.0.4", "govuk-elements-sass": "^3.1.3",