From 9285b726214f51d63a528dc5ca716842c62f7415 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jul 2025 06:48:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da13bc85d2f..ffcef05aac6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "moment": "2.15.1", "mongodb": "^3.5.9", "mongoose": "4.2.4", - "morgan": "latest", + "morgan": "1.10.1", "ms": "^0.7.1", "mysql": "^2.18.1", "npmconf": "0.0.24",