From dd22335bb706b3fc1cf4a3b0e690c9abb6d9f772 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 09:10:30 +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-PATHTOREGEXP-7925106 --- 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 0372c5e7bc..c3ac69dc6c 100644 --- a/examples/chat/package.json +++ b/examples/chat/package.json @@ -7,7 +7,7 @@ "private": true, "license": "BSD", "dependencies": { - "express": "4.13.4" + "express": "4.20.0" }, "scripts": { "start": "node index.js"