From 8147250db1d629aeeea817183cdd81334a0e3319 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 16:40:22 -0500 Subject: [PATCH] fix: upgrade socket.io from 1.3.7 to 1.7.4 Snyk has created this PR to upgrade socket.io from 1.3.7 to 1.7.4. See this package in NPM: https://www.npmjs.com/package/socket.io See this project in Snyk: https://app.snyk.io/org/walmart-poc/project/0f1a8216-e90b-40ae-bc58-d7b762ccd9e2?utm_source=github&utm_medium=upgrade-pr --- reveal/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reveal/plugin/multiplex/package.json b/reveal/plugin/multiplex/package.json index 368bfd6..17de09c 100644 --- a/reveal/plugin/multiplex/package.json +++ b/reveal/plugin/multiplex/package.json @@ -13,7 +13,7 @@ "express": "~4.13.3", "grunt-cli": "~0.1.13", "mustache": "~2.2.1", - "socket.io": "~1.3.7" + "socket.io": "~1.7.4" }, "license": "MIT" }