From 193087ec0ec0b714266ded4583766cf0ef72306e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2020 23:38:50 -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/9e3f7631-7628-4f8b-8efc-d919e1c0a21c?utm_source=github&utm_medium=upgrade-pr --- assets/wmt/reveal/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/wmt/reveal/plugin/multiplex/package.json b/assets/wmt/reveal/plugin/multiplex/package.json index 368bfd6..17de09c 100644 --- a/assets/wmt/reveal/plugin/multiplex/package.json +++ b/assets/wmt/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" }