From f181f6b7a6984e56b5fcb214931c68920467afdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 00:45:39 +0000 Subject: [PATCH] fix: examples/whiteboard/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 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- examples/whiteboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/whiteboard/package.json b/examples/whiteboard/package.json index cb78467785..b7a8bfed25 100644 --- a/examples/whiteboard/package.json +++ b/examples/whiteboard/package.json @@ -8,7 +8,7 @@ "whiteboard" ], "dependencies": { - "express": "4.9.x", + "express": "4.21.0", "socket.io": "latest" }, "scripts": {