From a8d74f4f52f8a86a89ca2e7102d4faf57f376a81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 17:27:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd8b52e..1e53177 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "react": "15.0.1", "redux": "3.5.2", "react-dom": "15.0.1", - "express": "4.15.3" + "express": "4.22.0" } }