From 333932b58b5150113276b1ccf66438a5d4e3cc27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 08:37:52 +0000 Subject: [PATCH] fix(deps): update dependency mustache to ~2.3.0 --- 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..4963860 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": "~2.3.0", "socket.io": "~1.3.7" }, "license": "MIT"