From db213e804415dfbab42c88e85fd08b173078b5d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 03:06:12 +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-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- 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 af54071c32..bd0decfc2f 100644 --- a/examples/chat/package.json +++ b/examples/chat/package.json @@ -7,6 +7,6 @@ "private": true, "license": "BSD", "dependencies": { - "express": "3.4.8" + "express": "4.20.0" } } \ No newline at end of file