From 07449a64bed69e34f5a321363dc4386fc857506b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 10:56:51 +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 42d8ae7..2d9f70e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "cors": "^2.8.5", - "express": "^4.16.4", + "express": "^4.22.0", "event-stream": "3.3.4", "cryptiles": ">=4.1.2" },