From 8ac4c41911f075aed5fa8d82a717771cf7bdca5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 23:47:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - 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 4524827..8b01d5f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "async": "2.6.3", "consolidate": "0.15.1", - "express": "4.16.4", + "express": "4.20.0", "graceful-fs": "4.1.15", "helmet": "3.15.0", "htmlclean": "3.0.8",