From 8ea77173246d0036eece3a8ac962b59ab300a267 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 10:13:23 +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 0bdc6e4..77b9a61 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "axios": "^0.15.3", "connect-history-api-fallback": "^1.3.0", "debounce": "^1.0.0", - "express": "^4.16.1", + "express": "^4.22.0", "numeral": "^2.0.4", "vue": "^2.1.0", "vue-axios": "^1.2.2",