From 696d093cbc8d767c7b3b1927b0243d495e9c96ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Nov 2024 03:45:13 +0000 Subject: [PATCH] fix: ghost/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-8310337 --- ghost/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/package.json b/ghost/package.json index 5178f6f..c3b163b 100644 --- a/ghost/package.json +++ b/ghost/package.json @@ -37,7 +37,7 @@ "colors": "0.6.2", "connect-slashes": "1.2.0", "downsize": "0.0.5", - "express": "3.4.6", + "express": "4.0.0", "express-hbs": "0.7.9", "fs-extra": "0.8.1", "knex": "0.5.8",