From d1ecc9a0b8db26304ec45bc4ed72e928cc0774d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Mar 2024 02:24:54 +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-6474509 --- 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..a2b8981717 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.19.2" } } \ No newline at end of file