From fe646b3a1048df3186c5f077ef6b58e7b26976cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 03:37:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307a500..c839820 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "body-parser": "^1.14.1", "browser-sync": "^2.14.0", "consolidate": "0.x", - "express": "4.13.3", + "express": "4.21.0", "express-nunjucks": "^0.9.3", "express-writer": "0.0.4", "govuk-elements-sass": "alphagov/govuk_elements#v1.1.1",