From 03be59b27bba5107a315c0554c6bb41f0a627c69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 06:27:05 +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 f4ea3e5..e710fe6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "helmet": "3.15.0", "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", - "morgan": "1.9.1", + "morgan": "1.10.1", "react": "16.8.1", "react-apollo": "2.4.1", "react-dom": "16.8.1",