From 52265d3bbaaf155e157c7889178b69450baa4252 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Oct 2021 14:57:14 +0000 Subject: [PATCH] Update dependency mustache to v4 --- plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index bbed77a..79a4260 100644 --- a/plugin/multiplex/package.json +++ b/plugin/multiplex/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "~4.13.3", "grunt-cli": "~0.1.13", - "mustache": "~2.2.1", + "mustache": "4.2.0", "socket.io": "~1.3.7" }, "license": "MIT"