From 7f273a7a07b0f2d62e3145e48f4b499f81d4ad02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 19:24:06 +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-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- 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..981d82de8c 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.20.0", "socket.io": "^4.0.0" }, "scripts": {