From 6a1a01fb772c61070755b83667674a5b8ab509cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Aug 2021 23:10:17 +0000 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/mrdavidlaing/project/27fefa34-4d26-47e7-91d2-b689172de6f4?utm_source=github&utm_medium=upgrade-pr --- .../static/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/slides/themes/hugo-theme-pivotal-revealjs/static/plugin/multiplex/package.json b/basics/slides/themes/hugo-theme-pivotal-revealjs/static/plugin/multiplex/package.json index bbed77a..2d80379 100644 --- a/basics/slides/themes/hugo-theme-pivotal-revealjs/static/plugin/multiplex/package.json +++ b/basics/slides/themes/hugo-theme-pivotal-revealjs/static/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" }