From 0a6da7e250ca9efca1c44bc5f3992ba7baa0c3cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 21:21:53 +0000 Subject: [PATCH] fix: upgrade socket.io from 2.0.4 to 2.3.0 Snyk has created this PR to upgrade socket.io from 2.0.4 to 2.3.0. See this package in NPM: https://www.npmjs.com/package/socket.io See this project in Snyk: https://app.snyk.io/org/beauremus/project/cdd4b3b4-5c2f-42c6-9190-f67715840805?utm_source=github&utm_medium=upgrade-pr --- presentations/immutability/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/immutability/plugin/multiplex/package.json b/presentations/immutability/plugin/multiplex/package.json index 1d0e429..8718b20 100644 --- a/presentations/immutability/plugin/multiplex/package.json +++ b/presentations/immutability/plugin/multiplex/package.json @@ -13,7 +13,7 @@ "express": "~4.16.0", "grunt-cli": "~1.3.0", "mustache": "~2.2.1", - "socket.io": "~2.0.0" + "socket.io": "~2.3.0" }, "license": "MIT" }