From 707c47b1ad05a983ff8ad99077b05b54f0ef0ddd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Feb 2021 01:23:45 +0000 Subject: [PATCH] fix: upgrade express from 4.13.3 to 4.17.1 Snyk has created this PR to upgrade express from 4.13.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/3b20dcad-218f-4824-8e2c-06e4ac95a7f6?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index b6b1e22..0f7a8ab --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "browser-sync": "^2.11.1", "cross-spawn": "^5.0.0", "dotenv": "^4.0.0", - "express": "4.13.3", + "express": "4.17.1", "express-session": "^1.13.0", "express-writer": "0.0.4", "govuk-elements-sass": "^3.1.1",