From b65498af50d70e7ee94746f620183237228bd214 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 01:31:53 +0000 Subject: [PATCH] fix: examples/chat/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- examples/chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat/package.json b/examples/chat/package.json index 33b2f3bbf3..e4ba2e95d7 100644 --- a/examples/chat/package.json +++ b/examples/chat/package.json @@ -7,7 +7,7 @@ "private": true, "license": "BSD", "dependencies": { - "express": "~4.17.1", + "express": "~4.22.0", "socket.io": "^4.0.0" }, "scripts": {