From 11545058459e02573bcbbb6ae32aa9f2c41d8675 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:20:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2756e8282..adceeaccb1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dont-sniff-mimetype": "^1.0.0", "express": "^4.21.2", "express-session": "^1.13.0", - "forever": "^2.0.0", + "forever": "^3.0.4", "helmet": "^8.1.0", "marked": "4.0.10", "mongodb": "^3.1.13",