From ebeefb52cbc32388bcd2bd66525ad843a612de36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Feb 2021 07:02:41 +0000 Subject: [PATCH] fix: upgrade express from 4.15.2 to 4.17.1 Snyk has created this PR to upgrade express from 4.15.2 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/c73cd7cd-3493-47fc-96d8-163c18656e53?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 9012ba53..f1e5efab 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cookie-parser": "^1.4.3", "cross-spawn": "^5.0.0", "dotenv": "^4.0.0", - "express": "4.15.2", + "express": "4.17.1", "express-session": "^1.13.0", "express-writer": "0.0.4", "govuk-frontend": "^2.5.0",