From 955ee0a8ab805a19d90250b0dbe70f9596a5659e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 07:15:44 +0000 Subject: [PATCH] fix: streaming/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- streaming/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming/package.json b/streaming/package.json index f90a1e4404642e..adad49f16d6671 100644 --- a/streaming/package.json +++ b/streaming/package.json @@ -19,7 +19,7 @@ "dependencies": { "cors": "^2.8.5", "dotenv": "^16.0.3", - "express": "^4.18.2", + "express": "^4.22.0", "ioredis": "^5.3.2", "jsdom": "^24.0.0", "pg": "^8.5.0",