From 9a072c7f5cc01c39ad7653436a646e3ac9ec5adb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:04:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59c7b31..3cb3eec 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ }, "dependencies": { "axios": "^1.6.8", - "express": "^4.17.3", + "express": "^4.22.0", "express-history-api-fallback": "^2.2.1", "react": "^17.0.2", "react-dom": "^17.0.2",