From 0ecfd4c34111e2620441ec1234da9169b6370c1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 11:15:17 +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 7de9cc9..94db12e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "appdata-path": "^1.0.0", "compression": "^1.7.4", "cors": "^2.8.5", - "express": "^4.17.1", + "express": "^4.22.0", "uglify-js": "^3.15.1", "spdy": "^4.0.2" },